From d5db5f653c317fbfb97777fb62c47b053b8fa6b1 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 27 Jun 2006 16:15:22 +0000 Subject: * 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 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f4fbf1a6a..c2059e968 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Jun 28 01:05:37 2006 Yukihiro Matsumoto + + * 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 * string.c: RDoc update for =~ method. a patch from Alex Young -- cgit