diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-05-15 07:57:07 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-05-15 07:57:07 +0000 |
| commit | 00df2a90be5ddb80146d0bd9d15c0a21adb14d58 (patch) | |
| tree | e924cfdb7d42babbfe13f49e1ecc29a002a55480 /ChangeLog | |
| parent | 11a2e616c0e51074845e07c050d901ff50baaf6e (diff) | |
| download | ruby-00df2a90be5ddb80146d0bd9d15c0a21adb14d58.tar.gz ruby-00df2a90be5ddb80146d0bd9d15c0a21adb14d58.tar.xz ruby-00df2a90be5ddb80146d0bd9d15c0a21adb14d58.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Thu May 15 16:55:16 2003 Yukihiro Matsumoto <matz@ruby-lang.org> + + * 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 <ruby-cvs@whytheluckystiff.net> * 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 <ruby-cvs@whytheluckystiff.net> Thu May 15 13:26:48 2003 Yukihiro Matsumoto <matz@ruby-lang.org> + * 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 <matz@ruby-lang.org> |
