From 054dfd9c96fb54a846f567205e4fe24a336c2db5 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 24 Sep 2004 19:05:07 +0000 Subject: * hash.c: iterator functions for hash_foreach() should return enum st_retval. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6960 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 01a40a942..9dd166cd2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Sep 25 04:04:52 2004 Nobuyoshi Nakada + + * hash.c: iterator functions for hash_foreach() should return enum + st_retval. + Sat Sep 25 01:52:49 2004 Yukihiro Matsumoto * struct.c (rb_struct_s_members): wrong call of struct_members. @@ -287,7 +292,7 @@ Fri Sep 17 15:01:57 2004 Hidetoshi NAGAI * ext/tk/lib/multi-tk.rb: support calling 'mainloop' on slave interpreters (however, the 'real' eventloop must be run on the - Default Master IP) + Default Master IP) * ext/tk/lib/remote-tk.rb: follow the changes of ext/tk/lib/multi-tk.rb @@ -513,7 +518,7 @@ Sun Sep 12 23:53:17 2004 Hirokazu Yamamoto Sun Sep 12 02:41:58 2004 Hidetoshi NAGAI - * ext/tcltklib/tcltklib.c: add TclTkIp#allow_ruby_exit? and + * ext/tcltklib/tcltklib.c: add TclTkIp#allow_ruby_exit? and allow_ruby_exit= * ext/tk/lib/multi-tk.rb: ditto. @@ -562,7 +567,7 @@ Fri Sep 10 02:43:54 2004 Dave Thomas Thu Sep 9 13:58:56 2004 Hidetoshi NAGAI - * ext/tcltklib/tcltklib.c (ip_init): change flag value for setting + * ext/tcltklib/tcltklib.c (ip_init): change flag value for setting 'argv' and 'argv0' variable * ext/tk/lib/remote-tk.rb: follow changes of multi-tk.rb -- cgit