diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-25 10:01:06 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-25 10:01:06 +0000 |
| commit | 50ba92f23642557fd50550302dd565696ab30e6e (patch) | |
| tree | 589f0a9cbfe3a8e54529d270a4e937c403f996bc /ChangeLog | |
| parent | efeda2a553b0405a0239b3dd0b616a4f2dffd955 (diff) | |
| download | ruby-50ba92f23642557fd50550302dd565696ab30e6e.tar.gz ruby-50ba92f23642557fd50550302dd565696ab30e6e.tar.xz ruby-50ba92f23642557fd50550302dd565696ab30e6e.zip | |
* encoding.h (rb_enc_mbc_to_codepoint): wrapper for
ONIGENC_MBC_TO_CODE().
* string.c (rb_str_succ): deal with invalid sequence as binary.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14692 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 @@ +Tue Dec 25 19:01:04 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * encoding.h (rb_enc_mbc_to_codepoint): wrapper for + ONIGENC_MBC_TO_CODE(). + + * string.c (rb_str_succ): deal with invalid sequence as binary. + Tue Dec 25 18:40:46 2007 Koichi Sasada <ko1@atdot.net> * iseq.c: all methods need $SAFE < 1. |
