diff options
| author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-01 16:16:31 +0000 |
|---|---|---|
| committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-11-01 16:16:31 +0000 |
| commit | 7c868916797db04bcfc17b90c43cb31fa025d361 (patch) | |
| tree | 29db2cd02a6139cde66ebee2ad7fe75f39a86dae /ChangeLog | |
| parent | dca6d3ec48d2bc2700111a4b72955184c2cc4660 (diff) | |
| download | ruby-7c868916797db04bcfc17b90c43cb31fa025d361.tar.gz ruby-7c868916797db04bcfc17b90c43cb31fa025d361.tar.xz ruby-7c868916797db04bcfc17b90c43cb31fa025d361.zip | |
* string.c (rb_str_hash): Update the HASH_PERL alternative hash
algorithm in sync with Perl 5.8.
* st.c (strhash): Ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4886 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 @@ +Sun Nov 2 01:02:04 2003 Akinori MUSHA <knu@iDaemons.org> + + * string.c (rb_str_hash): Update the HASH_PERL alternative hash + algorithm in sync with Perl 5.8. + + * st.c (strhash): Ditto. + Sat Nov 1 18:21:09 2003 GOTOU Yuuzou <gotoyuzo@notwork.org> * ext/openssl/ossl_ssl.c (ossl_ssl_peer_cert_chain): add new method |
