From 1c7f24d5b16ee21867b628535bd30556608086be 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: svn+ssh://ci.ruby-lang.org/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 b0fb19d6e9..df48d90713 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 v1.2.3