summaryrefslogtreecommitdiff
path: root/doc
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
commit390ae31a6f03330dcb5f91dde03e70382a679b2b (patch)
tree8bffcf0f7c8420fcd87c0abc3e5fc6f45779f60a /doc
parent5fab414c0247baf72d0a8fb1748d2f9f252a39d6 (diff)
* ext/iconv: imported.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2205 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/NEWS b/doc/NEWS
index 3c1fbb7c99..3fedf52c3c 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