From 41410ab4a4d0e0359c689511109ebe36c8917c70 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 5 Sep 2008 23:25:13 +0000 Subject: * bignum.c (bigdivrem1): optimization by skipping zeros at the tail of digits. a patch from TOYOFUKU Chikanobu in [ruby-dev:36169]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19171 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f5a6c4735..e343da422 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,12 @@ Sat Sep 6 07:24:49 2008 Tanaka Akira * io.c (rb_io_extract_modeenc): raise an error for ASCII incompatible encoding without binmode. +Sat Sep 6 07:12:42 2008 Yukihiro Matsumoto + + * bignum.c (bigdivrem1): optimization by skipping zeros at the + tail of digits. a patch from TOYOFUKU Chikanobu + in [ruby-dev:36169]. + Sat Sep 6 06:28:46 2008 Tanaka Akira * enc/trans/escape.trans: new file. -- cgit