From 20e33b8e7b2282ce5beb9e1d7b422e0ff5951b11 Mon Sep 17 00:00:00 2001 From: yugui Date: Wed, 28 Jan 2009 09:21:00 +0000 Subject: merges r21725 from trunk into ruby_1_9_1. * thread.c (rb_time_timeval): made a real prototype. a patch from Marcus Rueckert at [ruby-core:21492]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21819 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d87ce2882..f55f52b4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Jan 22 11:33:08 2009 Nobuyoshi Nakada + + * thread.c (rb_time_timeval): made a real prototype. a patch from + Marcus Rueckert at [ruby-core:21492]. + Wed Jan 21 21:43:50 2009 Nobuyoshi Nakada * io.c (rb_io_ungetbyte, rb_io_ungetc): allows nil to reset EOF -- cgit