summaryrefslogtreecommitdiffstats
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
commit76e623105d05eafea287fc1216347f215e3ab9e6 (patch)
treed3ec6497c7fe03191ca8eb5b01ee7e509600dd46 /doc
parent0d223ba1ed8006375c07b09921217390c772bdae (diff)
downloadruby-76e623105d05eafea287fc1216347f215e3ab9e6.tar.gz
ruby-76e623105d05eafea287fc1216347f215e3ab9e6.tar.xz
ruby-76e623105d05eafea287fc1216347f215e3ab9e6.zip
* 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: http://svn.ruby-lang.org/repos/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 2ff874f81..b4445fa59 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