From 92b96f9a40c3eafec5251e4ec159a040366fbae9 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 17 Dec 2007 09:08:27 +0000 Subject: * string.c (rb_str_index): check if substring is broken. * string.c (rb_str_rindex): ditto. * string.c (rb_str_succ): should carry over. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14268 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6cb049b46..8708125e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Mon Dec 17 17:50:30 2007 Yukihiro Matsumoto + + * string.c (rb_str_index): check if substring is broken. + + * string.c (rb_str_rindex): ditto. + + * string.c (rb_str_succ): should carry over. + Mon Dec 17 17:47:26 2007 Nobuyoshi Nakada * common.mk (encs): new target to compile external encodings. -- cgit