1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix the name in the entry

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24445 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2009-08-08 05:34:09 +00:00
parent 4307340208
commit 0ecfb5f625

View file

@ -1,7 +1,7 @@
Sat Aug 8 11:42:44 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
* bignum.c (bigzero_p): removing BDIGITS() inside of the
loop. inspired by Hitohiro Kanai's blog entry
loop. inspired by Masahiro Kanai's blog entry
<http://d.hatena.ne.jp/CanI/20090807/1249657492>.
Sat Aug 8 06:18:29 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>