From 2c64283b7cce90823911e01803e6dc49c47ff98e Mon Sep 17 00:00:00 2001 From: yugui Date: Sun, 21 Jun 2009 10:36:04 +0000 Subject: merges r23744 from trunk into ruby_1_9_1. -- * complex.c: constant COMPLEX_NAME has been removed. * rational.c: constant RATIONAL_NAME has been removed. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@23804 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 17d61c513..d79322a51 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Jun 19 20:44:45 2009 Tadayoshi Funaba + + * complex.c: constant COMPLEX_NAME has been removed. + + * rational.c: constant RATIONAL_NAME has been removed. + Fri Jun 19 17:04:59 2009 Yukihiro Matsumoto * numeric.c (flo_cmp): should always return nil for NaN. -- cgit