summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-14 13:26:28 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-14 13:26:28 +0000
commita84f0fecd484f88f0f3cb19c2731f631fdf0b490 (patch)
tree8bffcf0f7c8420fcd87c0abc3e5fc6f45779f60a
parent1dda643c5c8f80055747919fc7894a6782954f33 (diff)
downloadruby-a84f0fecd484f88f0f3cb19c2731f631fdf0b490.tar.gz
ruby-a84f0fecd484f88f0f3cb19c2731f631fdf0b490.tar.xz
ruby-a84f0fecd484f88f0f3cb19c2731f631fdf0b490.zip
* ext/iconv: imported.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2205 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--doc/NEWS4
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0eb1218c3..ac47c9733 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Mar 14 22:17:45 2002 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp>
+
+ * ext/iconv: imported.
+
Thu Mar 14 16:18:12 2002 WATANABE Hirofumi <eban@ruby-lang.org>
* configure.in: autoconf 2.53 support. use AC_LIBOBJ.
diff --git a/doc/NEWS b/doc/NEWS
index 3c1fbb7c9..3fedf52c3 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -1,3 +1,7 @@
+: iconv module
+
+ Imported. Wrapper library of (({iconv})).
+
: Dir::glob
Now accepts optional FNM_* flags via the second argument, whereas