From 56e09a87bb4ecb1038dbfc41b157d057381c0013 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 23 Sep 2008 12:27:35 +0000 Subject: * string.c (rb_str_casecmp): make the ordering consistent with String#<=>. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19490 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c4099a03e..605ea23c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Sep 23 21:26:32 2008 Tanaka Akira + + * string.c (rb_str_casecmp): make the ordering consistent with + String#<=>. + Tue Sep 23 20:52:25 2008 Tanaka Akira * io.c (io_binwrite): add nosync argument. -- cgit