diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-21 19:47:26 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-21 19:47:26 +0000 |
| commit | 070760eda165135fa6d8f4a19890043a239a3199 (patch) | |
| tree | 2ae0c620f08f299d6b7b0c775982e165e82b3f7f /ChangeLog | |
| parent | 306fbb6a0c2af726f7a30585c59f8b4c14878437 (diff) | |
| download | ruby-070760eda165135fa6d8f4a19890043a239a3199.tar.gz ruby-070760eda165135fa6d8f4a19890043a239a3199.tar.xz ruby-070760eda165135fa6d8f4a19890043a239a3199.zip | |
* parse.y (rb_intern3): do not call rb_enc_mbclen() if *m is
ASCII. [ruby-talk:287225]
* string.c (rb_str_each_line): use rb_enc_is_newline() to gain
performance if the record separator ($/) is not modified.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15163 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 @@ +Tue Jan 22 04:40:28 2008 Yukihiro Matsumoto <matz@ruby-lang.org> + + * parse.y (rb_intern3): do not call rb_enc_mbclen() if *m is + ASCII. [ruby-talk:287225] + + * string.c (rb_str_each_line): use rb_enc_is_newline() to gain + performance if the record separator ($/) is not modified. + Tue Jan 22 01:15:51 2008 Kazuhiro NISHIYAMA <zn@mbf.nifty.com> * ChangeLog: format-time-string under C locale. [ruby-dev:33261] |
