mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix some typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56541 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
544e59ec7d
commit
fa857bc6c2
1 changed files with 5 additions and 5 deletions
|
@ -530,7 +530,7 @@ Sun Dec 31 17:42:05 2006 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
2006-08-17(Thu) 12:23:52 +0900 Koichi Sasada <ko1@atdot.net>
|
2006-08-17(Thu) 12:23:52 +0900 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
* eval.c : change initilize routine order ([yarv-dev:1067])
|
* eval.c : change initialize routine order ([yarv-dev:1067])
|
||||||
|
|
||||||
* yarvcore.c (Init_yarv) : init th->machine_stack_start
|
* yarvcore.c (Init_yarv) : init th->machine_stack_start
|
||||||
|
|
||||||
|
@ -2115,7 +2115,7 @@ Sun Dec 31 17:42:05 2006 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
2006-02-14(Tue) 18:15:03 +0900 Koichi Sasada <ko1@atdot.net>
|
2006-02-14(Tue) 18:15:03 +0900 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
* configure.in : enable pthread by deafult
|
* configure.in : enable pthread by default
|
||||||
|
|
||||||
* ascii.c : import ruby 1.9 HEAD
|
* ascii.c : import ruby 1.9 HEAD
|
||||||
|
|
||||||
|
@ -3650,10 +3650,10 @@ Sun Dec 31 17:42:05 2006 Koichi Sasada <ko1@atdot.net>
|
||||||
* thread.c (yarv_thread_execute_interrupts) : added
|
* thread.c (yarv_thread_execute_interrupts) : added
|
||||||
|
|
||||||
* thread_pthread.h (thread_timer) : set interrupt_flag of
|
* thread_pthread.h (thread_timer) : set interrupt_flag of
|
||||||
current runnning threads
|
current running threads
|
||||||
|
|
||||||
* vm.c (th_invoke_proc) : jump with JUMP_TAG() if some exception
|
* vm.c (th_invoke_proc) : jump with JUMP_TAG() if some exception
|
||||||
occurres
|
occurs
|
||||||
|
|
||||||
* yarv.h : add yarv_set_current_running_thread_raw() for bootstrap
|
* yarv.h : add yarv_set_current_running_thread_raw() for bootstrap
|
||||||
|
|
||||||
|
@ -5617,7 +5617,7 @@ Sun Dec 31 17:42:05 2006 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
* rb/insns2vm.rb : fix category (comment)
|
* rb/insns2vm.rb : fix category (comment)
|
||||||
|
|
||||||
* depend : remove space betweeen target name and colon
|
* depend : remove space between target name and colon
|
||||||
|
|
||||||
|
|
||||||
2005-03-04(Fri) 15:55:51 +0900 Koichi Sasada <ko1@atdot.net>
|
2005-03-04(Fri) 15:55:51 +0900 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
Loading…
Reference in a new issue