From 7ebe8d20d7a31b86ee9fecaec9fd966ca2e2c4f3 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 1 Mar 2008 01:02:30 +0000 Subject: * string.c (rb_str_coderange_scan_restartable): should not return offset in the middle of a character. * string.c (rb_str_coderange_scan_restartable): should not return invalid cr value. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15649 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7189913f6..0236af24a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sat Mar 1 10:01:30 2008 Yukihiro Matsumoto + + * string.c (rb_str_coderange_scan_restartable): should not return + offset in the middle of a character. + + * string.c (rb_str_coderange_scan_restartable): should not return + invalid cr value. + Sat Mar 1 09:36:08 2008 Yukihiro Matsumoto * sprintf.c (rb_str_format): "%#.0o" should keep prefix where -- cgit