diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-08-30 03:02:35 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-08-30 03:02:35 +0000 |
| commit | 0964b60f917392f7a827b3b2090cc2188d08f1fd (patch) | |
| tree | 0b91be76f32fef5a10f318ed789117290ed6290f /ChangeLog | |
| parent | 969db0d06338570eff4f25778fe20a3e23369e54 (diff) | |
| download | ruby-0964b60f917392f7a827b3b2090cc2188d08f1fd.tar.gz ruby-0964b60f917392f7a827b3b2090cc2188d08f1fd.tar.xz ruby-0964b60f917392f7a827b3b2090cc2188d08f1fd.zip | |
* numeric.c (flo_hash): improve collision.
* string.c (rb_memhash): new generic function to calculate hash value
for memory chunk.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Wed Aug 30 12:01:57 2006 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * numeric.c (flo_hash): improve collision. + + * string.c (rb_memhash): new generic function to calculate hash value + for memory chunk. + Tue Aug 29 19:10:10 2006 Nobuyoshi Nakada <nobu@ruby-lang.org> * hash.c (rb_hash_s_create): fixed memory leak, based on the patch |
