From 0ade4f39fd94b8294c66fb706f22f425f1e833c8 Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 1 Aug 2013 10:19:23 +0000 Subject: * bignum.c (rb_big2str1): Remove non-trim mode. (rb_big2str0): Non-trim mode implemented here. (big2str_find_n1): Change the result type to long again. (big2str_base_powerof2): Don't take arguments: len and trim. (rb_big2str): Follow above change. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42305 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5524607db4..417c4566c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Aug 1 19:15:05 2013 Tanaka Akira + + * bignum.c (rb_big2str1): Remove non-trim mode. + (rb_big2str0): Non-trim mode implemented here. + (big2str_find_n1): Change the result type to long again. + (big2str_base_powerof2): Don't take arguments: len and trim. + (rb_big2str): Follow above change. + Thu Aug 1 12:37:58 2013 Tanaka Akira * bignum.c (big2str_alloc): New function to allocate the result string. -- cgit v1.2.3