summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-14 20:14:20 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-10-14 20:14:20 +0000
commit3982f82b03eab18b9eee9e76190081ee942cfd7f (patch)
treed3ec6497c7fe03191ca8eb5b01ee7e509600dd46 /doc
parent6bd9229984446b774d5d3edb3275277eb61041bd (diff)
* lib/generator.rb: A new library which converts an internal
iterator to an external iterator. * lib/abbrev.rb: A new library which creates an abbreviation table from a list. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc')
-rw-r--r--doc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/NEWS b/doc/NEWS
index 2ff874f81d..b4445fa59f 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -691,6 +691,10 @@
fast YAML parser.
+: lib/abbrev
+
+ creates an abbreviation table from a list
+
: lib/benchmark
Ruby scripts benchmarker
@@ -715,6 +719,10 @@
file utility library.
+: lib/generator
+
+ converts an internal iterator to an external iterator
+
: lib/gserver
generic server used by xmlrpc