From 22768f9aefdb5e7a466bfd4e63dbfdf2bc5184b8 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 20 Feb 2002 04:28:52 +0000 Subject: * hash.c (rb_any_cmp): should handle Qundef in keys. * eval.c (remove_method): should not remove a empty method to implement "undef". * eval.c (rb_eval): should allow singleton class def for true/false/nil. * parse.y (str_extend): backslash escape was done wrong. * class.c (rb_include_module): should preserve ancestor order in the included class/module. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@2101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 936bed691e..76b1ba036a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Wed Feb 20 12:41:59 2002 Yukihiro Matsumoto + + * hash.c (rb_any_cmp): should handle Qundef in keys. + + * eval.c (remove_method): should not remove a empty method to + implement "undef". + + * eval.c (rb_eval): should allow singleton class def for + true/false/nil. + Tue Feb 19 22:49:29 2002 Minero Aoki * lib/net/http.rb: remove unused class Accumulator. @@ -10,6 +20,15 @@ Tue Feb 19 22:49:29 2002 Minero Aoki * doc/net/http.rb: modify typo in the description of basic auth. +Tue Feb 19 20:20:12 2002 Ed Sinjiashvili + + * parse.y (str_extend): backslash escape was done wrong. + +Tue Feb 19 15:51:41 2002 Yukihiro Matsumoto + + * class.c (rb_include_module): should preserve ancestor order in + the included class/module. + Tue Feb 19 14:45:32 2002 Yukihiro Matsumoto * marshal.c (r_object): complete restoration before calling -- cgit v1.2.3