From 2053b5f4538e157581b8fbf96a30624a2594158c Mon Sep 17 00:00:00 2001 From: naruse Date: Sun, 20 May 2012 13:32:16 +0000 Subject: * enc/shift_jis.c (code_to_mbclen): return ONIGERR_INVALID_CODE_POINT_VALUE if the code is invalid. * enc/shift_jis.c (tr_next): increment character until the code is a valid character. [ruby-dev:45652] [Bug #6450] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35724 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 27b5d16ed9..bda7ddfd7f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sun May 20 21:36:39 2012 NARUSE, Yui + + * enc/shift_jis.c (code_to_mbclen): return + ONIGERR_INVALID_CODE_POINT_VALUE if the code is invalid. + + * enc/shift_jis.c (tr_next): increment character until the code + is a valid character. [ruby-dev:45652] [Bug #6450] + Sun May 20 12:25:10 2012 Nobuyoshi Nakada * Makefile.in (LIBRUBY_SO): link EXTSOLIBS too. -- cgit v1.2.3