summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-16 10:25:34 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-16 10:25:34 +0000
commit0ca24570bb9bee8460cd14afd00fbef8b7493498 (patch)
treea9abf4be734063f9bcb48ca8bc471abd26dd53e0 /ChangeLog
parent2246374843c1fd709ac287b4502bd260881ed81c (diff)
merges r20715 from trunk into ruby_1_9_1.
* complex.c: use rb_usascii_str_new2 instead of rb_str_new2. * rational.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20787 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 94f9c0ddd..43e7ee172 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sat Dec 13 13:03:20 2008 Tadayoshi Funaba <tadf@dotrb.org>
+
+ * complex.c: use rb_usascii_str_new2 instead of rb_str_new2.
+
+ * rational.c: ditto.
+
Fri Dec 12 22:12:46 2008 Tadayoshi Funaba <tadf@dotrb.org>
* complex.c, rational.c: do not use RUBY_VERSION_CODE.