From 36fc6d293c5492a296b05cf07ae35e6c9dddc1e6 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 7 Feb 2008 06:42:44 +0000 Subject: * string.c (rb_str_end_with): compares with the suffix. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15394 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3fbe5dcd9..582ee4c62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Feb 7 15:42:42 2008 Nobuyoshi Nakada + + * string.c (rb_str_end_with): compares with the suffix. + Thu Feb 7 15:03:15 2008 NARUSE, Yui * enc/trans/korean.c: add support for CP949 by Park Ji-In. -- cgit