From 609e70cd228863b0da397c6744b73b0d9533fb41 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 25 Apr 2007 01:32:24 +0000 Subject: * thread.c (alloc_event_fook, rb_thread_remove_event_hook): should return value. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12211 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b6d8b2dd4..f561465f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Apr 25 10:33:15 2007 Nobuyoshi Nakada + + * thread.c (alloc_event_fook, rb_thread_remove_event_hook): should + return value. + Tue Apr 24 09:33:57 2007 Nobuyoshi Nakada * dir.c (do_stat, do_lstat, do_opendir): should not warn ENOTDIR. -- cgit