From bc7926478a4716634f8f7066a7ff1c9012d1caa4 Mon Sep 17 00:00:00 2001 From: duerst Date: Sat, 18 Oct 2008 08:10:57 +0000 Subject: * tool/transcode-tblgen.rb: added set_valid_byte_pattern to reduce coupling between table generation script and specific encodings. * enc/trans/single_byte.trans: using set_valid_byte_pattern git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index aea52692a..4a230cd7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Tue Oct 14 17:10:10 2008 Martin Duerst + + * tool/transcode-tblgen.rb: added set_valid_byte_pattern + to reduce coupling between table generation script and + specific encodings. + + * enc/trans/single_byte.trans: using set_valid_byte_pattern + Tue Oct 14 16:39:39 2008 Martin Duerst * transcode.c: in transcode_search_path, elimintated a warning -- cgit