From 00df2a90be5ddb80146d0bd9d15c0a21adb14d58 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 15 May 2003 07:57:07 +0000 Subject: * object.c (rb_mod_le): returns nil if two classes/modules are not in class-superclass relationship. * object.c (rb_mod_cmp): uses new rb_mod_le() behavior. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3802 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8d94bcbc1..9df837362 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu May 15 16:55:16 2003 Yukihiro Matsumoto + + * object.c (rb_mod_le): returns nil if two classes/modules are not + in class-superclass relationship. + + * object.c (rb_mod_cmp): uses new rb_mod_le() behavior. + Thu May 15 07:45:30 2003 why the lucky stiff * ext/ruby/ext/syck/rubyext.c, lib/implicit.re: timestamp repairs to @@ -7,6 +14,9 @@ Thu May 15 07:45:30 2003 why the lucky stiff Thu May 15 13:26:48 2003 Yukihiro Matsumoto + * class.c (rb_class_instance_methods): default will be changed in + 1.8.1. + * io.c (set_stdio): better message. Thu May 15 13:18:11 2003 Yukihiro Matsumoto -- cgit