From 4aa2d7c25d7557a77ff87ea3d8a7349edc33807c Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 31 Mar 2008 10:14:42 +0000 Subject: * numeric.c (num_quo): should convert its operand to Rational. * rational.c (string_to_r_strict): should raise TypeError. * bignum.c (Init_Bignum): should not redefine Bignum#div. Numeric#div will do. [ruby-dev:34066] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15866 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1ae4cba95..711fbe040 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,15 @@ Mon Mar 31 18:42:41 2008 Nobuyoshi Nakada * configure.in: check for ssize_t. [ruby-dev:34184] +Mon Mar 31 14:45:00 2008 Yukihiro Matsumoto + + * numeric.c (num_quo): should convert its operand to Rational. + + * rational.c (string_to_r_strict): should raise TypeError. + + * bignum.c (Init_Bignum): should not redefine Bignum#div. + Numeric#div will do. [ruby-dev:34066] + Mon Mar 31 04:05:15 2008 NARUSE, Yui * io.c (io_getc): set coderange while getting characters. -- cgit