From 75c1822daf249a88f52144f4d4698839cb95f7fa Mon Sep 17 00:00:00 2001 From: naruse Date: Sat, 16 Aug 2008 23:40:46 +0000 Subject: * test/iconv/test_option.rb (test_ignore_option): skip if iconv doesn't have transliterate. * test/iconv/test_option.rb (test_translit_option): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18667 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 53b1c5154..2e03150b9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sun Aug 17 08:38:26 2008 NARUSE, Yui + + * test/iconv/test_option.rb (test_ignore_option): skip if iconv + doesn't have transliterate. + + * test/iconv/test_option.rb (test_translit_option): ditto. + Sun Aug 17 01:29:46 2008 Tanaka Akira * include/ruby/io.h (rb_io_t): new fields: readconv, crbuf, crbuf_off, -- cgit