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 | 0ee5a49dd4ffbbb285c25fa6cba88370ce96ed3e (patch) | |
| tree | 589f0a9cbfe3a8e54529d270a4e937c403f996bc /ChangeLog | |
| parent | 3878b30881f46dab1458e70eaa6272dcff636518 (diff) | |
* 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: svn+ssh://ci.ruby-lang.org/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. |
