aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-11 06:30:56 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-11 06:30:56 +0000
commit63471c7c3279ba5b152b170afcce5092ea62dda6 (patch)
treedcec484f4fcee1e60b9bbf36ae8d17c00e85edfd /ChangeLog
parentba75344338a54c9faf4dd5663df6698998142a62 (diff)
downloadruby-63471c7c3279ba5b152b170afcce5092ea62dda6.tar.gz
* bignum.c (bigdivrem): adjust length for division and remainder.
a patch from TOYOFUKU Chikanobu <nobu_toyofuku at nifty.com> in [ruby-dev:36231]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 64dc2fbdd4..fc48ad3582 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Sep 11 15:23:26 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * bignum.c (bigdivrem): adjust length for division and remainder.
+ a patch from TOYOFUKU Chikanobu <nobu_toyofuku at nifty.com> in
+ [ruby-dev:36231].
+
Thu Sep 11 02:59:47 2008 Tanaka Akira <akr@fsij.org>
* io.c (io_binwrite): extracted from io_fwrite.