diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-07-21 18:37:07 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-07-21 18:37:07 +0000 |
| commit | c3bc723ef68d354007f1057c092c4b843f38a0b8 (patch) | |
| tree | 013823b22a915be47194fe80078a11f9e3afe800 /ChangeLog | |
| parent | db42f4586e4d76671a56fb09649ef2e7667c8341 (diff) | |
* 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.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4112 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 <matz@ruby-lang.org> + + * 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 <matz@ruby-lang.org> * lib/tmpdir.rb: new library to get temporary directory path, |
