summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-29 16:56:44 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-29 16:56:44 +0000
commite605aab0f8d248696d821641adc732434e3b7379 (patch)
tree802b5c03604d9688f47a0a4004c1be0d0878a485 /ChangeLog
parent13e2c3d566a15c896ff7aff0efa09411ec32eb41 (diff)
downloadruby-e605aab0f8d248696d821641adc732434e3b7379.tar.gz
ruby-e605aab0f8d248696d821641adc732434e3b7379.tar.xz
ruby-e605aab0f8d248696d821641adc732434e3b7379.zip
* bignum.c (bigdivmod): remove redundant code. a patch from
TOYOFUKU Chikanobu <nobu_toyofuku at nifty.com> in [ruby-dev:36044]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18931 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 320d252a5..b25e02bcc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Aug 30 01:55:30 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * bignum.c (bigdivmod): remove redundant code. a patch from
+ TOYOFUKU Chikanobu <nobu_toyofuku at nifty.com> in [ruby-dev:36044].
+
Sat Aug 30 01:37:20 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* lib/cgi.rb (CGI#initialize): remove unused constants. a patch