diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-16 10:25:34 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-16 10:25:34 +0000 |
| commit | 0ca24570bb9bee8460cd14afd00fbef8b7493498 (patch) | |
| tree | a9abf4be734063f9bcb48ca8bc471abd26dd53e0 /ChangeLog | |
| parent | 2246374843c1fd709ac287b4502bd260881ed81c (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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |
