From 79f17ea7695d6cd7d4871aaf2cc0aaa32fb94098 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 24 Mar 2006 08:22:36 +0000 Subject: * process.c (rb_f_sleep): remove description about SIGALRM which is not valid on the current implementation. [ruby-dev:28464] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10051 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 43d0dc99f..2cbb4af4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Mar 24 17:20:03 2006 Yukihiro Matsumoto + + * process.c (rb_f_sleep): remove description about SIGALRM which + is not valid on the current implementation. [ruby-dev:28464] + Thu Mar 23 10:47:03 2006 Yukihiro Matsumoto * eval.c (method_missing): should support argument splat in -- cgit