diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-29 16:56:44 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-08-29 16:56:44 +0000 |
| commit | e605aab0f8d248696d821641adc732434e3b7379 (patch) | |
| tree | 802b5c03604d9688f47a0a4004c1be0d0878a485 /ChangeLog | |
| parent | 13e2c3d566a15c896ff7aff0efa09411ec32eb41 (diff) | |
| download | ruby-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
