diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-02-29 15:29:09 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-02-29 15:29:09 +0000 |
| commit | 2d0fc0ac04304a0a5c3ff232bedd053106cab93c (patch) | |
| tree | b733d13027c4b37a4a78c6b9f9c2a6d35b4f5037 /ChangeLog | |
| parent | a7862b65c945650dced50e593485b2f9a8250ad8 (diff) | |
| download | ruby-2d0fc0ac04304a0a5c3ff232bedd053106cab93c.tar.gz ruby-2d0fc0ac04304a0a5c3ff232bedd053106cab93c.tar.xz ruby-2d0fc0ac04304a0a5c3ff232bedd053106cab93c.zip | |
* encoding.c (rb_enc_dummy_p): bootstrap encodings can not be dummy.
* encoding.c (rb_enc_ascget): no needs to call rb_enc_precise_mbclen()
twice.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15645 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Sat Mar 1 00:29:07 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * encoding.c (rb_enc_dummy_p): bootstrap encodings can not be dummy. + + * encoding.c (rb_enc_ascget): no needs to call rb_enc_precise_mbclen() + twice. + Fri Feb 29 23:14:38 2008 Yukihiro Matsumoto <matz@ruby-lang.org> * test/ruby/test_m17n_comb.rb (TestM17NComb::test_str_chomp): test |
