aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-18 00:35:06 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-18 00:35:06 +0000
commit42d38decda9249ba77b365f2b242a76e7e109945 (patch)
treea230abe95a8f2dbc8b889de4b867cc7aae5dec0d /ChangeLog
parent7a1985a96970f7e759b945be74e7a8f41a797cd8 (diff)
downloadruby-42d38decda9249ba77b365f2b242a76e7e109945.tar.gz
* complex.c (read_comp): mathn compliant.
* rational.c (read_num): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37708 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c9308619f..99681a2089 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
-Sun Nov 18 02:50:12 2012 Luis Lavena <luislavena@gmail.com>
+Sun Nov 18 09:31:47 2012 Tadayoshi Funaba <tadf@dotrb.org>
+
+ * complex.c (read_comp): mathn compliant.
+ * rational.c (read_num): ditto.
+Sun Nov 18 02:50:12 2012 Luis Lavena <luislavena@gmail.com>
+
* win32/file.c (replace_to_long_name): correct logic around wildcard
characters detection and ensure wide-chars are used as pattern.
[ruby-core:49451] [Bug #7374]