mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25663 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
02a15031b1
commit
9cfcc3c9c9
1 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@ Thu Nov 5 12:27:07 2009 NARUSE, Yui <naruse@ruby-lang.org>
|
|||
|
||||
Thu Nov 5 07:47:31 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* parse.y (BEGIN): now local_push are local_pop are necessary in
|
||||
* parse.y (BEGIN): now local_push and local_pop are necessary in
|
||||
ripper.
|
||||
|
||||
Wed Nov 4 21:39:10 2009 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
@ -49,7 +49,7 @@ Wed Nov 4 08:19:31 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|||
|
||||
* cont.c (rb_fiber_start): fixed unconditional test.
|
||||
|
||||
Wed Nov 4 02:08:14 2009 Aaron Patterson <tenderlove@ruby-lang.org>
|
||||
Wed Nov 4 02:08:14 2009 Aaron Patterson <tenderlove@ruby-lang.org>
|
||||
|
||||
* ext/dl/cptr.c (rb_dlptr_eql, rb_dlptr_cmp): DL::CPtr#== and DL::CPtr#<=>
|
||||
should not raise an exception when compared to a different object.
|
||||
|
@ -79,7 +79,7 @@ Mon Nov 2 14:52:53 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|||
|
||||
Mon Nov 2 14:43:48 2009 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* thread_pthread.c (native_stop_timer_thread): delay joinning timer
|
||||
* thread_pthread.c (native_stop_timer_thread): delay joining timer
|
||||
thread after unlocking mutex.
|
||||
|
||||
Mon Nov 2 13:31:14 2009 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
@ -95,7 +95,7 @@ Mon Nov 2 12:55:50 2009 NAKAMURA Usaku <usa@ruby-lang.org>
|
|||
* thread_{pthread,win32}.c (native_reset_timer_thread): new function.
|
||||
|
||||
* thread.c (rb_thread_stop_timer_thread, rb_thread_reset_timer_thread):
|
||||
call above function instead of simply seting 0.
|
||||
call above function instead of simply setting 0.
|
||||
|
||||
Mon Nov 2 11:22:19 2009 NARUSE, Yui <naruse@ruby-lang.org>
|
||||
|
||||
|
|
Loading…
Reference in a new issue