From bb6912a46c17d1ea6ff941f29fedf12b6c0f84fc Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 11 Mar 2008 00:55:02 +0000 Subject: * string.c (rb_str_comparable): empty strings in any encoding are compatible each other. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15742 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 37b0e2092..9d773abb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Mar 11 09:52:49 2008 Yukihiro Matsumoto + + * string.c (rb_str_comparable): empty strings in any encoding are + compatible each other. + Tue Mar 11 00:46:29 2008 Yukihiro Matsumoto * ruby.c (usage): remove some unimportant lines to fit -h message -- cgit