From 71f4731a169326bc2d4809b4fa70f25be0a9fd10 Mon Sep 17 00:00:00 2001 From: duerst Date: Fri, 28 Dec 2007 09:26:55 +0000 Subject: Fri Dec 28 01:55:04 2007 Martin Duerst * transcode.c (transcode_dispatch): reverted some of the changes in r14746. * transcode.c, enc/trans/single_byte.c: Added conversions to/from US-ASCII and ASCII-8BIT (using data tables). * enc/trans/single_byte.c: Some spacing/ordering changes due to automatic data file generation. * transcode_data.h, transcode.c: Preliminary code for using micro-conversion functions. * test/ruby/test_transcode.rb: Added some tests for US-ASCII and ASCII-8BIT conversions. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14766 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 564a489c6..1b7175b2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +Fri Dec 28 01:55:04 2007 Martin Duerst + + * transcode.c (transcode_dispatch): reverted some of the changes + in r14746. + + * transcode.c, enc/trans/single_byte.c: Added conversions to/from + US-ASCII and ASCII-8BIT (using data tables). + + * enc/trans/single_byte.c: Some spacing/ordering changes due to + automatic data file generation. + + * transcode_data.h, transcode.c: Preliminary code for using + micro-conversion functions. + + * test/ruby/test_transcode.rb: Added some tests for US-ASCII and + ASCII-8BIT conversions. + Fri Dec 28 17:33:44 2007 Tanaka Akira * time.c (make_time_t): verify mktime and timegm result. -- cgit