aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-10-12 05:14:23 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-10-12 05:14:23 +0000
commit6913b2734a80fab9dffea70f573555d96b45e226 (patch)
tree33bd484587e488a8c4ea452ac56dded278b0bb84 /ChangeLog
parent243831cd37bd6bb6504eba062c5b0e02bb69711f (diff)
downloadruby-6913b2734a80fab9dffea70f573555d96b45e226.tar.gz
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
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 <naruse@ruby-lang.org>
+
+ * 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 <usa@ruby-lang.org>
* vm_dump.c (dump_thread): foolish mistake.