diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-03-01 01:09:43 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-03-01 01:09:43 +0000 |
| commit | d4b7396b9a77dba2b369fe447da0b972cb1ca324 (patch) | |
| tree | cbb3da3bfea88ba859ecdda91a99efb56bc0a75c /ChangeLog | |
| parent | 7ebe8d20d7a31b86ee9fecaec9fd966ca2e2c4f3 (diff) | |
| download | ruby-d4b7396b9a77dba2b369fe447da0b972cb1ca324.tar.gz ruby-d4b7396b9a77dba2b369fe447da0b972cb1ca324.tar.xz ruby-d4b7396b9a77dba2b369fe447da0b972cb1ca324.zip | |
* string.c (tr_setup_table, rb_str_split_m, rb_str_chomp_bang):
simplified with rb_enc_ascget(). [ruby-dev:33944]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15650 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 @@ +Sat Mar 1 10:09:40 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * string.c (tr_setup_table, rb_str_split_m, rb_str_chomp_bang): + simplified with rb_enc_ascget(). [ruby-dev:33944] + Sat Mar 1 10:01:30 2008 Yukihiro Matsumoto <matz@ruby-lang.org> * string.c (rb_str_coderange_scan_restartable): should not return |
