From 34c74d9ee6f7ff7ae1499bbca7f5b277b84f679f Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 29 Sep 2004 01:58:43 +0000 Subject: * enum.c (sort_by_i): internally used object must not be changed outside. [ruby-dev:24368] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6970 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 047d51e6f..bc64d6e3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Sep 29 10:58:07 2004 Nobuyoshi Nakada + + * enum.c (sort_by_i): internally used object must not be changed + outside. [ruby-dev:24368] + Wed Sep 22 13:38:12 2004 Yukihiro Matsumoto * hash.c (rb_hash_rehash): add iteration check. [ruby-dev:24301] @@ -98,7 +103,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 @@ -179,7 +184,7 @@ Sun Sep 12 23:46:23 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= @@ -215,7 +220,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