diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-10-04 01:24:01 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-10-04 01:24:01 +0000 |
commit | 25eebc3ad5579b1f1da0e355b2d150769ac9396f (patch) | |
tree | 027a4a1bde1c576a83b1436ea45bae4efd66d235 /ChangeLog | |
parent | b259e449d14e47e225960ec0fce12a5b2c1bec6d (diff) | |
download | ruby-25eebc3ad5579b1f1da0e355b2d150769ac9396f.tar.gz |
* random.c (rand_init): This checks the value is in 32bit or not,
so use int32_t, not int.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29409 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Mon Oct 4 10:22:21 2010 NARUSE, Yui <naruse@ruby-lang.org> + + * random.c (rand_init): This checks the value is in 32bit or not, + so use int32_t, not int. + Mon Oct 4 09:47:39 2010 NARUSE, Yui <naruse@ruby-lang.org> * random.c (rand_init): remove useless assignment. |