From 777c450ecf556c0688a5c314dbc8b4152c43537a Mon Sep 17 00:00:00 2001 From: naruse Date: Sun, 26 Apr 2009 13:25:09 +0000 Subject: * tool/transcode-tb (ActionMap#each_firstbyte): if :asis collides other mappings, use another. * tool/transcode-tb (ActionMap#generate_info): add :asis for ASIS. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23295 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 796b36c37..9eb1dcda4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sun Apr 26 22:17:02 2009 NARUSE, Yui + + * tool/transcode-tb (ActionMap#each_firstbyte): + if :asis collides other mappings, use another. + + * tool/transcode-tb (ActionMap#generate_info): + add :asis for ASIS. + Sun Apr 26 21:59:43 2009 NARUSE, Yui * transcode.c (ASIS): added for multi byte direct map. -- cgit