diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-05 23:25:13 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-05 23:25:13 +0000 |
| commit | 41410ab4a4d0e0359c689511109ebe36c8917c70 (patch) | |
| tree | a2d1d7a42920f5d4b818081843f7c07757b5a85d /ChangeLog | |
| parent | a674f06e5ed5a1d97712aad6e0a01579c786b707 (diff) | |
* bignum.c (bigdivrem1): optimization by skipping zeros at the
tail of digits. a patch from TOYOFUKU Chikanobu
<nobu_toyofuku at nifty.com> in [ruby-dev:36169].
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19171 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -12,6 +12,12 @@ Sat Sep 6 07:24:49 2008 Tanaka Akira <akr@fsij.org> * io.c (rb_io_extract_modeenc): raise an error for ASCII incompatible encoding without binmode. +Sat Sep 6 07:12:42 2008 Yukihiro Matsumoto <matz@ruby-lang.org> + + * bignum.c (bigdivrem1): optimization by skipping zeros at the + tail of digits. a patch from TOYOFUKU Chikanobu + <nobu_toyofuku at nifty.com> in [ruby-dev:36169]. + Sat Sep 6 06:28:46 2008 Tanaka Akira <akr@fsij.org> * enc/trans/escape.trans: new file. |
