diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-06-30 09:06:48 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-06-30 09:06:48 +0000 |
| commit | 1719dd8b379fa412cf9f5ff66babb7eaceab9b54 (patch) | |
| tree | c759c75df634fb3c658872623d3fad1e665c5a16 /ChangeLog | |
| parent | f9d9ab8b9ec36aa72b907e08b722e0d58d02b18f (diff) | |
| download | ruby-1719dd8b379fa412cf9f5ff66babb7eaceab9b54.tar.gz ruby-1719dd8b379fa412cf9f5ff66babb7eaceab9b54.tar.xz ruby-1719dd8b379fa412cf9f5ff66babb7eaceab9b54.zip | |
* re.c (reg_match_pos): adjust offset based on characters, not
bytes. [ruby-dev:38722]
* string.c (rb_str_offset): new function.
* string.c (rb_str_index_m): no call to rb_reg_adjust_startpos().
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23916 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Tue Jun 30 17:44:24 2009 Yukihiro Matsumoto <matz@ruby-lang.org> + + * re.c (reg_match_pos): adjust offset based on characters, not + bytes. [ruby-dev:38722] + + * string.c (rb_str_offset): new function. + + * string.c (rb_str_index_m): no call to rb_reg_adjust_startpos(). + Tue Jun 30 16:57:07 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * tool/rbinstall.rb: renamed to get rid of collision agains |
