From 7eb11ed61cb816e458f620fc8dd35b4888783bcc Mon Sep 17 00:00:00 2001 From: tadf Date: Tue, 28 Oct 2008 14:11:08 +0000 Subject: * complex.c: continues to support canonicalization *unofficially* for an odd library mathn for the time being (only 1.9.x). since grand mathn is must be very very special library for us. * rational.c: ditto. * ext/mathn/*/*: follow the above changes. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20001 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e35a340c0..e275ce3ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Tue Oct 28 23:05:35 2008 Tadayoshi Funaba + + * complex.c: continues to support canonicalization *unofficially* + for an odd library mathn for the time being (only 1.9.x). + since grand mathn is must be very very special library for us. + + * rational.c: ditto. + + * ext/mathn/*/*: follow the above changes. + Tue Oct 28 21:31:55 2008 Yusuke Endoh * parse.y (parser_yylex): check EOF explicitly. -- cgit