diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-30 16:18:27 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-30 16:18:27 +0000 |
| commit | 66880e05aab3036164e8084d294ae2683b4c9e1d (patch) | |
| tree | 25c921d05d807c94b402607ca96d42b7e1c183df /ChangeLog | |
| parent | de81a536ca08842bd5414fcd64f7621eb73bd4bb (diff) | |
| download | ruby-66880e05aab3036164e8084d294ae2683b4c9e1d.tar.gz ruby-66880e05aab3036164e8084d294ae2683b4c9e1d.tar.xz ruby-66880e05aab3036164e8084d294ae2683b4c9e1d.zip | |
* string.c (rb_str_split_m): should use rb_str_subseq() which use
offset and length by bytes. [ruby-dev:36641]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19649 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +Wed Oct 1 00:54:32 2008 Yukihiro Matsumoto <matz@ruby-lang.org> + + * string.c (rb_str_split_m): should use rb_str_subseq() which use + offset and length by bytes. [ruby-dev:36641] + Wed Oct 1 00:29:48 2008 Yusuke Endoh <mame@tsg.ne.jp> * test/ruby/test_settracefunc.rb (test_call, test_class): line number |
