aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-09 04:52:57 +0000
committermrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-09 04:52:57 +0000
commitca927d60f4e6b82c61afd1447112abc2157ff622 (patch)
tree14b9b93f056784ee0346b2a2f323a24d74eb1936 /ChangeLog
parentd3e5a29361a75f46c471b404479693bd6359ff0f (diff)
downloadruby-ca927d60f4e6b82c61afd1447112abc2157ff622.tar.gz
* complex.c (string_to_c_internal): support scientific notation.
patched by Tinco Andringa. https://github.com/ruby/ruby/pull/16 [ruby-core:36046][Bug #4655] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31492 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 312c64fa13..efc060ebcc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon May 9 13:49:00 2011 Kenta Murata <mrkn@mrkn.jp>
+
+ * complex.c (string_to_c_internal): support scientific notation.
+ patched by Tinco Andringa. https://github.com/ruby/ruby/pull/16
+ [ruby-core:36046][Bug #4655]
+
Mon May 9 11:52:48 2011 NARUSE, Yui <naruse@ruby-lang.org>
* numeric.c (int_ord): remove K&R style.