ruby-changes:10276
From: yugui <ko1@a...>
Date: Wed, 28 Jan 2009 18:22:34 +0900 (JST)
Subject: [ruby-changes:10276] Ruby:r21819 (ruby_1_9_1): merges r21725 from trunk into ruby_1_9_1.
yugui 2009-01-28 18:21:00 +0900 (Wed, 28 Jan 2009) New Revision: 21819 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=21819 Log: merges r21725 from trunk into ruby_1_9_1. * thread.c (rb_time_timeval): made a real prototype. a patch from Marcus Rueckert <darix AT opensu.se> at [ruby-core:21492]. Modified files: branches/ruby_1_9_1/ChangeLog branches/ruby_1_9_1/thread.c Index: ruby_1_9_1/ChangeLog =================================================================== --- ruby_1_9_1/ChangeLog (revision 21818) +++ ruby_1_9_1/ChangeLog (revision 21819) @@ -1,3 +1,8 @@ +Thu Jan 22 11:33:08 2009 Nobuyoshi Nakada <nobu@r...> + + * thread.c (rb_time_timeval): made a real prototype. a patch from + Marcus Rueckert <darix AT opensu.se> at [ruby-core:21492]. + Wed Jan 21 21:43:50 2009 Nobuyoshi Nakada <nobu@r...> * io.c (rb_io_ungetbyte, rb_io_ungetc): allows nil to reset EOF Index: ruby_1_9_1/thread.c =================================================================== --- ruby_1_9_1/thread.c (revision 21818) +++ ruby_1_9_1/thread.c (revision 21819) @@ -917,7 +917,7 @@ return RUBY_VM_INTERRUPTED(th); } -struct timeval rb_time_timeval(); +struct timeval rb_time_timeval(VALUE); void rb_thread_sleep(int sec) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/