summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-21 03:26:00 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-21 03:26:00 +0000
commite207a3912ccb36defa8fa18f18648365a76b273d (patch)
tree9d28988bc7e61f07985e3cb1f7fd4907a7b0092f /ChangeLog
parent0303a1ca43bb04ae0a62f83cf69c67ffa06b69bc (diff)
* marshal.c (w_float): use dtoa directly instead of stripping
needless trailing .0. * numeric.c (flo_to_s): reverted. [ruby-dev:41341] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27937 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a3516edd42..acf01fb034 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Fri May 21 12:25:58 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * marshal.c (w_float): use dtoa directly instead of stripping
+ needless trailing .0.
+
+ * numeric.c (flo_to_s): reverted. [ruby-dev:41341]
+
Fri May 21 01:06:05 2010 NAKAMURA Usaku <usa@ruby-lang.org>
* thread.c (subtract_tv): if the rest is zero, should finish waiting