diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Tue Jul 22 02:22:45 2003 Yukihiro Matsumoto <[email protected]> + + * string.c (rb_str_equal): should return nil for non string + operand to conform comparable convention. [ruby-dev:20759] + + * object.c (rb_equal): preserve nil if "==" returns nil. + Tue Jul 22 00:19:19 2003 Yukihiro Matsumoto <[email protected]> * lib/tmpdir.rb: new library to get temporary directory path, |