From 3b0489b1a33573ceac8d81a728a56a97d06830eb Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 13 Dec 2007 09:20:13 +0000 Subject: * string.c (rb_str_succ): should not enter infinite loop for non-ASCII, non-alphanumeric character at the bottom. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14213 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4c6691100..9c882eaf9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,9 @@ Thu Dec 13 17:51:54 2007 Yukihiro Matsumoto * sprintf.c (rb_str_format): ditto. + * string.c (rb_str_succ): should not enter infinite loop for + non-ASCII, non-alphanumeric character at the bottom. + Thu Dec 13 17:03:29 2007 Nobuyoshi Nakada * encoding.c (rb_enc_compatible): should swap encoding indexes too. -- cgit