-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@4112 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
matz
committed
Jul 21, 2003
1 parent
ced623c
commit fa284f8
Showing
3 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters