ruby-changes:42506
From: kazu <ko1@a...>
Date: Thu, 14 Apr 2016 21:43:55 +0900 (JST)
Subject: [ruby-changes:42506] kazu:r54580 (trunk): fix a typo [ci skip]
kazu 2016-04-14 22:40:30 +0900 (Thu, 14 Apr 2016) New Revision: 54580 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=54580 Log: fix a typo [ci skip] Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 54579) +++ ChangeLog (revision 54580) @@ -63,7 +63,7 @@ Wed Apr 13 14:36:24 2016 Nobuyoshi Naka https://github.com/ruby/ruby/blob/trunk/ChangeLog#L63 Wed Apr 13 14:11:59 2016 Nobuyoshi Nakada <nobu@r...> * bignum.c (rb_big_size): add wrapper function of BIGSIZE and - rename the method funtion with _m suffix. + rename the method function with _m suffix. * numeric.c (int_round_zero_p): extracted from rb_int_round. optimize for Bignum, and convert VALUE returned by Numeric#size -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/