diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-02-25 06:34:38 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-02-25 06:34:38 +0000 |
| commit | c60a0450734fba6463b1344df47179509705212d (patch) | |
| tree | d247f5ac3af7d52c14bc42f2e02b1205514b981a /ChangeLog | |
| parent | 1112d50ac9632c2a67f4caea60b73a7eefc7b231 (diff) | |
* bignum.c (big2str_karatsuba): initialize cache if not initialized.
* bignum.c (Init_Bignum): delayed initializing cache.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15598 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Mon Feb 25 15:33:29 2008 NAKAMURA Usaku <usa@ruby-lang.org> + + * bignum.c (big2str_karatsuba): initialize cache if not initialized. + + * bignum.c (Init_Bignum): delayed initializing cache. + Mon Feb 25 13:40:03 2008 Tanaka Akira <akr@fsij.org> * process.c (Init_process): share bignum objects for RLIM_INFINITY, |
