-
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.
* compar.c (rb_cmperr): raise comparison failure.
* intern.h: prototype; rb_cmperr * numeric.c (flo_gt, flo_ge, flo_lt, flo_le, fix_gt, fix_ge, fix_lt, fix_le): should fail unless the argument is comparable. (ruby-bugs-ja:PR#456) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
Showing
4 changed files
with
55 additions
and
40 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,4 +1,12 @@ | ||
Thu May 8 08:56:04 2003 Nobuyoshi Nakada <[email protected]> | ||
Thu May 8 12:56:04 2003 Nobuyoshi Nakada <[email protected]> | ||
|
||
* compar.c (rb_cmperr): raise comparison failure. | ||
|
||
* intern.h: prototype; rb_cmperr | ||
|
||
* numeric.c (flo_gt, flo_ge, flo_lt, flo_le, fix_gt, fix_ge, | ||
fix_lt, fix_le): should fail unless the argument is comparable. | ||
(ruby-bugs-ja:PR#456) | ||
|
||
* numeric.c (int_upto, int_downto): should fail unless the | ||
argument is comparable. (ruby-bugs-ja:PR#454) | ||
|
@@ -43,7 +51,7 @@ Mon May 5 21:19:25 2003 Koji Arai <[email protected]> | |
* ext/dbm/testdbm.rb: ditto. | ||
|
||
* ext/dbm/testdbm.rb (setup): DBM.open(path, 0400) cause EACCESS | ||
on Berkeley DB[234]. | ||
on Berkeley DB[234]. | ||
|
||
Mon May 5 22:57:07 2003 Tadayoshi Funaba <[email protected]> | ||
|
||
|
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
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