From f95bca1dca28305f5aacb7f0b8a92b60548e1b45 Mon Sep 17 00:00:00 2001 From: yugui Date: Wed, 29 Oct 2008 16:07:35 +0000 Subject: merged r20004 from trunk into ruby_1_9_1. * ext/nkf/nkf-utf8/nkf.c (kanji_convert): output unicode chars. [ruby-dev:36957] * ext/nkf/nkf-utf8/nkf.c (numchar_getc): increase buffer size. reported and patched at [ruby-dev:36957] by mame. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20031 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 938b745ff..f67dc72c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -30,6 +30,14 @@ Wed Oct 29 00:29:46 2008 NAKAMURA Usaku * win32/win32.c (rb_w32_open): need to seek to the end of the file when O_APPEND is specified. +Tue Oct 28 23:29:06 2008 NARUSE, Yui + + * ext/nkf/nkf-utf8/nkf.c (kanji_convert): output unicode chars. + [ruby-dev:36957] + + * ext/nkf/nkf-utf8/nkf.c (numchar_getc): increase buffer size. + reported and patched at [ruby-dev:36957] by mame. + Tue Oct 28 23:03:46 2008 Yuki Sonoda (Yugui) * test/ruby/test_proc.rb: filled all patterns for testing -- cgit