summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-21 10:36:04 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-06-21 10:36:04 +0000
commit2c64283b7cce90823911e01803e6dc49c47ff98e (patch)
tree47bd36eb7f8aa520b9774a0df9ff20aa7985b5c8 /ChangeLog
parent6a87598d9e9b0b707729715bdc5e1496af36ff16 (diff)
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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
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 <tadf@dotrb.org>
+
+ * 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 <matz@ruby-lang.org>
* numeric.c (flo_cmp): should always return nil for NaN.