From 345a9544e255ab49f83fc5883adc76e37979873c Mon Sep 17 00:00:00 2001 From: tadf Date: Sun, 21 Sep 2008 01:30:25 +0000 Subject: * complex.c (nucomp_s_canonicalize_internal): checks exactness of imag only. * rational.c (nurat_s_convert): accepts non real value (Rational(a,b) as a/b). * complex.c (nucomp_s_convert): refined. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19442 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 512784bd4..dcb23cf6b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Sun Sep 21 10:19:04 2008 Tadayoshi Funaba + + * complex.c (nucomp_s_canonicalize_internal): checks exactness of + imag only. + + * rational.c (nurat_s_convert): accepts non real value + (Rational(a,b) as a/b). + + * complex.c (nucomp_s_convert): refined. + Sun Sep 21 09:37:57 2008 James Edward Gray II * lib/csv/csv.rb: Reworked CSV's parser and generator to be m17n. Data -- cgit