summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-15 14:25:19 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-15 14:25:19 +0000
commitd94fc786a4fe6bfe75f1a03a237cdd958fe90aae (patch)
tree85d8072d306ef304e647e14e1585cf4b34824c9c /ChangeLog
parentce3ca270a5433dc1f252c49ba2905e87f2ab2a92 (diff)
* bignum.c (big2str_karatsuba): Use bigdivrem_restoring directly to
reduce working buffer and memory copy. (rb_big2str1): Allocate working buffer for big2str_karatsuba here. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42566 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 08f2a63ee5..87dba92c9f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Aug 15 23:08:32 2013 Tanaka Akira <akr@fsij.org>
+
+ * bignum.c (big2str_karatsuba): Use bigdivrem_restoring directly to
+ reduce working buffer and memory copy.
+ (rb_big2str1): Allocate working buffer for big2str_karatsuba here.
+
Thu Aug 15 20:51:29 2013 NAKAMURA Usaku <usa@ruby-lang.org>
* io.c, internal.h (rb_io_flush_raw): new function to select calling