From 414d5071ff87e4ef65bad838f8217643e483ae78 Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 5 May 2009 00:05:11 +0000 Subject: Fix: DON'T move in_p because before in_p is replaced by buffered data. * transcode.c: NOMAP is now multibyte direct map. * transcode.c: remove ASIS. * transcode_data.h: ditto. * tool/transcode-tb (ActionMap#generate_info): remove :asis. * tool/transcode-tb (ActionMap#generate_info): add :nomap0. * enc/trans/utf8_mac.trans: replace :asis by :nomap0. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23344 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8b445123e..c432ff597 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Tue May 5 07:22:37 2009 NARUSE, Yui + + * transcode.c: NOMAP is now multibyte direct map. + + * transcode.c: remove ASIS. + + * transcode_data.h: ditto. + + * tool/transcode-tb (ActionMap#generate_info): remove :asis. + + * tool/transcode-tb (ActionMap#generate_info): add :nomap0. + + * enc/trans/utf8_mac.trans: replace :asis by :nomap0. + Sat May 2 22:53:02 2009 Akinori MUSHA * lib/set.rb (SortedSet): Fix document. [Bug #1429] -- cgit