aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-01 03:46:12 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-01 03:46:12 +0000
commit9037b25dde0c9ef932b9cbc5eb65aafe0cf9cb8a (patch)
treeee9b48796b8f4d7de73eae7773301ff75de3e2cb /ChangeLog
parent93055423bdcc799c2b0ee4fd50f895d72baf878e (diff)
downloadruby-9037b25dde0c9ef932b9cbc5eb65aafe0cf9cb8a.tar.gz
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42304 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a74a0967fc..5524607db4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
Thu Aug 1 12:37:58 2013 Tanaka Akira <akr@fsij.org>
- * bignum.c (big2str_alloc): New function to allocate the result string.
+ * bignum.c (big2str_alloc): New function to allocate the result string.
It is called after actual length is calculated.
(big2str_struct): Add fields: negative, result and ptr.
(big2str_orig): Write out the result via b2s->ptr.