diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-19 14:15:05 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-19 14:15:05 +0000 |
| commit | a828ff51e50652035f1f12aa40871d92d4689911 (patch) | |
| tree | 87987b42a5cbb90308505bdf06bddd69c6e3ed5d /ChangeLog | |
| parent | 9025549207f28ed9bf50314751ba5b30cb064c58 (diff) | |
| download | ruby-a828ff51e50652035f1f12aa40871d92d4689911.tar.gz ruby-a828ff51e50652035f1f12aa40871d92d4689911.tar.xz ruby-a828ff51e50652035f1f12aa40871d92d4689911.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Wed Dec 19 22:59:52 2007 Yukihiro Matsumoto <matz@ruby-lang.org> + + * 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 <nobu@ruby-lang.org> * re.c (rb_reg_regsub): should set checked encoding. |
