From e52df767933955850eb95d7e039d46e24e18dbc4 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 25 Dec 2007 06:55:16 +0000 Subject: * string.c (rb_str_succ): fix for string with non-alphanumeric chars. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14673 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b1e80dab4..84c14a2a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Dec 25 15:55:14 2007 Nobuyoshi Nakada + + * string.c (rb_str_succ): fix for string with non-alphanumeric chars. + Tue Dec 25 15:42:49 2007 Yukihiro Matsumoto * io.c (rb_io_external_encoding): should return nil for -- cgit