From a6810a3f4da5cfc1aabeb181bb99748e08509ef9 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 8 May 2003 03:56:12 +0000 Subject: * 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: http://svn.ruby-lang.org/repos/ruby/trunk@3768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 42eab2cf8..55045bfb1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,12 @@ -Thu May 8 08:56:04 2003 Nobuyoshi Nakada +Thu May 8 12:56:04 2003 Nobuyoshi Nakada + + * 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 * 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 -- cgit