From 9cfcc3c9c92b6908e639cfdae32fe1748ba71d36 Mon Sep 17 00:00:00 2001 From: kazu Date: Thu, 5 Nov 2009 22:48:48 +0000 Subject: [PATCH] fix typos git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25663 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2c6648a241..ed53087b67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,7 +5,7 @@ Thu Nov 5 12:27:07 2009 NARUSE, Yui Thu Nov 5 07:47:31 2009 Nobuyoshi Nakada - * 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 @@ -49,7 +49,7 @@ Wed Nov 4 08:19:31 2009 Nobuyoshi Nakada * cont.c (rb_fiber_start): fixed unconditional test. -Wed Nov 4 02:08:14 2009 Aaron Patterson +Wed Nov 4 02:08:14 2009 Aaron Patterson * 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 Mon Nov 2 14:43:48 2009 NAKAMURA Usaku - * 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 @@ -95,7 +95,7 @@ Mon Nov 2 12:55:50 2009 NAKAMURA Usaku * 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