diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-10 07:52:19 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-10 07:52:19 +0000 |
| commit | 0b826dda97acd2b542c28811266864abefa69fa1 (patch) | |
| tree | 3b8a93af505813415df06a7aa811bfcba1ca46e5 /ChangeLog | |
| parent | 12e012ed5d9ea6be4e9729cd3fbd05081f71afea (diff) | |
* string.c (rb_str_insert): should not add length in bytes to index in
chars.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14174 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 @@ +Mon Dec 10 16:52:17 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * string.c (rb_str_insert): should not add length in bytes to index in + chars. + Mon Dec 10 14:33:50 2007 Yukihiro Matsumoto <matz@ruby-lang.org> * eval.c (rb_f_public_send): rename invoke_method to public_send. |
