From 55b1327d1b1ab126eca4bdf52ee817f08357530d Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 12 Feb 2008 03:17:43 +0000 Subject: * string.c (rb_str_hash_cmp): lighter version of rb_str_cmp() for hash comparison function. * hash.c (rb_any_cmp): use rb_str_hash_cmp(). * string.c (rb_str_casecmp): should return nil for incompatible comparison. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15441 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 77fa43870..eac72fe20 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Tue Feb 12 12:16:45 2008 Yukihiro Matsumoto + + * string.c (rb_str_hash_cmp): lighter version of rb_str_cmp() for + hash comparison function. + + * hash.c (rb_any_cmp): use rb_str_hash_cmp(). + + * string.c (rb_str_casecmp): should return nil for incompatible + comparison. + Tue Feb 12 12:13:25 2008 Yukihiro Matsumoto * instruby.rb: specify file mode to install. a patch from -- cgit