From fd815405aaec162d347aed3b6f99f0e6cfd454dd Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 16 May 2006 23:24:08 +0000 Subject: * util.c (ruby_strtod): try to reduce errors using powersOf10 table. [ruby-dev:28644] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10160 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9398bfb25..aa901fc99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed May 17 08:17:15 2006 Yukihiro Matsumoto + + * util.c (ruby_strtod): try to reduce errors using powersOf10 + table. [ruby-dev:28644] + Tue May 16 15:34:18 2006 Yukihiro Matsumoto * re.c (rb_reg_initialize): should not allow modifying literal -- cgit