ruby-changes:30252
From: nobu <ko1@a...>
Date: Thu, 1 Aug 2013 12:46:56 +0900 (JST)
Subject: [ruby-changes:30252] nobu:r42304 (trunk): * remove trailing spaces.
nobu 2013-08-01 12:46:12 +0900 (Thu, 01 Aug 2013) New Revision: 42304 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=42304 Log: * remove trailing spaces. Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 42303) +++ ChangeLog (revision 42304) @@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 Thu Aug 1 12:37:58 2013 Tanaka Akira <akr@f...> - * 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. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/