From 6913b2734a80fab9dffea70f573555d96b45e226 Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 12 Oct 2010 05:14:23 +0000 Subject: * numeric.c (int_chr): a codepoint of Ruby M17N must be 32bit unsigned int; GB18030 uses MSB. Also note that OnigCodePoint is defined as uisigned int. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29445 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 40fe442a36..ab6bb65da0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Oct 12 14:04:41 2010 NARUSE, Yui + + * numeric.c (int_chr): a codepoint of Ruby M17N must be 32bit + unsigned int; GB18030 uses MSB. Also note that OnigCodePoint + is defined as uisigned int. + Tue Oct 12 12:20:54 2010 NAKAMURA Usaku * vm_dump.c (dump_thread): foolish mistake. -- cgit v1.2.3