diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-06-27 16:15:22 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-06-27 16:15:22 +0000 |
| commit | d5db5f653c317fbfb97777fb62c47b053b8fa6b1 (patch) | |
| tree | d1a1a231217f995729fe6bdc6d0b5a62579689ce /ChangeLog | |
| parent | db6447dc7b419b9f8d9c54c093672541cd295156 (diff) | |
* object.c (rb_cstr_to_dbl): should not skip '_' at the beginning
of a string. [ruby-dev:28830]
* bignum.c (rb_cstr_to_inum): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10414 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Wed Jun 28 01:05:37 2006 Yukihiro Matsumoto <matz@ruby-lang.org> + + * object.c (rb_cstr_to_dbl): should not skip '_' at the beginning + of a string. [ruby-dev:28830] + + * bignum.c (rb_cstr_to_inum): ditto. + Tue Jun 27 23:03:49 2006 Yukihiro Matsumoto <matz@ruby-lang.org> * string.c: RDoc update for =~ method. a patch from Alex Young |
