ruby-changes:29923
From: nobu <ko1@a...>
Date: Mon, 15 Jul 2013 09:53:01 +0900 (JST)
Subject: [ruby-changes:29923] nobu:r41975 (trunk): ChangeLog: fix a typo
nobu 2013-07-15 09:52:52 +0900 (Mon, 15 Jul 2013) New Revision: 41975 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=41975 Log: ChangeLog: fix a typo Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 41974) +++ ChangeLog (revision 41975) @@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 Mon Jul 15 09:39:07 2013 Tanaka Akira <akr@f...> - * bignum.c (power_cache_get_power): Use bitsize insteadof ceil_log2. + * bignum.c (power_cache_get_power): Use bitsize instead of ceil_log2. (ones): Removed. (next_pow2): Removed. (floor_log2): Removed. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/