diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-17 06:18:56 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-17 06:18:56 +0000 |
| commit | f19af096a5a45c0777420af4fe8baaaef21dfcb1 (patch) | |
| tree | 7a6e53b81aedf8476894e24da03cc4374a3d90e2 /ChangeLog | |
| parent | 2bd4cfc0ccd3701c96d499b3ec10c8ab26b0f31a (diff) | |
merges r20804 from trunk into ruby_1_9_1.
* string.c (rb_str_hash): gets rid of collisions between different
encoding strings. [ruby-core:20526]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20834 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 @@ +Wed Dec 17 11:01:35 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * string.c (rb_str_hash): gets rid of collisions between differen + encoding strings. [ruby-core:20526] + Tue Dec 16 22:55:11 2008 NAKAMURA Usaku <usa@ruby-lang.org> * bin/testrb: set $0. |
