From 1a794ee156532aa32ce44dfbd569339e51fa11c9 Mon Sep 17 00:00:00 2001 From: duerst Date: Thu, 10 Dec 2009 11:59:12 +0000 Subject: * transcode_data.h, transcode.c, tool/transcode-tblgen.rb: Added support for new transcoding instruction FUNsio (with Tatsuya Mizuno) * enc/trans/gb18030.trans: Significantly reduced GB18030 conversion table footprint using FUNsio and differences (with Tatsuya Mizuno) * test/ruby/test_transcode.rb: Minor name fix (from Tatsuya Mizuno) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@26065 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a4d23301e..72694299e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Thu Dec 10 20:55:55 2009 Martin Duerst + + * transcode_data.h, transcode.c, tool/transcode-tblgen.rb: Added + support for new transcoding instruction FUNsio (with Tatsuya Mizuno) + + * enc/trans/gb18030.trans: Significantly reduced GB18030 conversion + table footprint using FUNsio and differences (with Tatsuya Mizuno) + + * test/ruby/test_transcode.rb: Minor name fix (from Tatsuya Mizuno) + Thu Dec 10 17:22:36 2009 Shugo Maeda * vm_eval.c (yield_under): yields self the same as 1.8. -- cgit