summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-16 13:10:35 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-16 13:10:35 +0000
commit0b854e20fc9b4be9b2d2d60984f2deed147fcb41 (patch)
tree92a118be7765cfb020d770a7a854af5792d6c159 /ChangeLog
parentb2e39291c2f198603e449c6e7b7d6a1b69fac728 (diff)
downloadruby-0b854e20fc9b4be9b2d2d60984f2deed147fcb41.tar.gz
ruby-0b854e20fc9b4be9b2d2d60984f2deed147fcb41.tar.xz
ruby-0b854e20fc9b4be9b2d2d60984f2deed147fcb41.zip
* ext/bigdecimal/bigdecimal.c (VpToString): reverted modification
(that caused a bug) in r20359. [ruby-dev:37370] * ext/bigdecimal/bigdecimal.c (BigDecimal_limit): comment update. [ruby-dev:37465] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20797 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94042faf4..44412b1b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,14 @@ Tue Dec 16 21:59:29 2008 NAKAMURA Usaku <usa@ruby-lang.org>
* lib/test/unit.rb (Test::Unit.setup_argv): ALT_SEPARATOR support.
+Tue Dec 16 21:59:02 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * ext/bigdecimal/bigdecimal.c (VpToString): reverted modification
+ (that caused a bug) in r20359. [ruby-dev:37370]
+
+ * ext/bigdecimal/bigdecimal.c (BigDecimal_limit): comment update.
+ [ruby-dev:37465]
+
Tue Dec 16 20:34:44 2008 Tanaka Akira <akr@fsij.org>
* ext/pty/pty.c (getDevice): add nomesg argument.