ruby-changes:13864
From: kazu <ko1@a...>
Date: Fri, 6 Nov 2009 07:49:03 +0900 (JST)
Subject: [ruby-changes:13864] Ruby:r25663 (trunk): fix typos
kazu 2009-11-06 07:48:48 +0900 (Fri, 06 Nov 2009) New Revision: 25663 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=25663 Log: fix typos Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 25662) +++ ChangeLog (revision 25663) @@ -5,7 +5,7 @@ Thu Nov 5 07:47:31 2009 Nobuyoshi Nakada <nobu@r...> - * 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@r...> @@ -49,7 +49,7 @@ * cont.c (rb_fiber_start): fixed unconditional test. -Wed Nov 4 02:08:14 2009 Aaron Patterson <tenderlove@r...> +Wed Nov 4 02:08:14 2009 Aaron Patterson <tenderlove@r...> * 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:43:48 2009 NAKAMURA Usaku <usa@r...> - * 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@r...> @@ -95,7 +95,7 @@ * 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@r...> -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/