From e1690241d0e6a2a77a69b45425aa871515acc312 Mon Sep 17 00:00:00 2001 From: matz Date: Sat, 15 Dec 2007 05:42:25 +0000 Subject: * transcode.c (str_transcode, transcode_dispatch): added two-step * trancode.c: some minor formatting fixes * transcode_data.h, transcode_data_iso_8859.c: Shortened extremely frequently used macros to shorten file length. * test/ruby/test_transcode.rb: Fixed name of test class; added setup method to ensure all necessary encodings exist; split tests into more test methods; added tests; fixed ordering of arguments in assert_equal to have expected result first. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14236 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2218eea1c..8ae8bd5fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -52,6 +52,23 @@ Fri Dec 14 16:06:18 2007 Yukihiro Matsumoto * string.c (rb_str_casecmp): ditto. +Fri Dec 14 15:25:30 2007 Martin Duerst + + * transcode.c (encoding_equal): new function. + + * transcode.c (str_transcode, transcode_dispatch): added two-step + conversion logic via UTF-8. + + * trancode.c: some minor formatting fixes + + * transcode_data.h, transcode_data_iso_8859.c: Shortened + extremely frequently used macros to shorten file length. + + * test/ruby/test_transcode.rb: Fixed name of test class; + added setup method to ensure all necessary encodings exist; + split tests into more test methods; added tests; fixed ordering + of arguments in assert_equal to have expected result first. + Fri Dec 14 13:47:54 2007 Nobuyoshi Nakada * common.mk (ruby.imp): fix for circular dependency. a patch from -- cgit