From 3b1e7ac7855a2d5cb4a075d652835cf52ea123a6 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 18 Jul 2003 19:51:42 +0000 Subject: * ext/iconv/charset_alias.rb, ext/iconv/extconf.rb: make wrapper script which maps charset names. [ruby-dev:20625] * ext/iconv/iconv.c (charset_map): charset name map. * ext/iconv/iconv.c (iconv_dfree): no exception while finalization. * ext/iconv/iconv.c (iconv_s_conv): new method Iconv.conv. [ruby-dev:20588] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4096 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/iconv/MANIFEST | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/iconv/MANIFEST') diff --git a/ext/iconv/MANIFEST b/ext/iconv/MANIFEST index 643f3b7f4d..fd7e22deda 100644 --- a/ext/iconv/MANIFEST +++ b/ext/iconv/MANIFEST @@ -2,3 +2,4 @@ MANIFEST extconf.rb iconv.c depend +charset_alias.rb -- cgit v1.2.3