From a828ff51e50652035f1f12aa40871d92d4689911 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 19 Dec 2007 14:15:05 +0000 Subject: * string.c (str_sublen): adjust position if position is not at the head of a character. * string.c (rb_str_chomp_bang): check if match start at the head of a character. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14334 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b0fb19d6e..df48d9071 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Wed Dec 19 22:59:52 2007 Yukihiro Matsumoto + + * string.c (str_sublen): adjust position if position is not at the + head of a character. + + * string.c (rb_str_chomp_bang): check if match start at the head + of a character. + Wed Dec 19 21:42:18 2007 Nobuyoshi Nakada * re.c (rb_reg_regsub): should set checked encoding. -- cgit