summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-22 07:34:00 +0000
committeraamine <aamine@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-03-22 07:34:00 +0000
commit9ef87823fa8d26baffabaac855321102f9e0291c (patch)
treeffcbb7688ed5f9315ced7aefda34c206f35d39b3 /doc
parent2bd0c2bf73acd0841619f67e3448573e5b6e3064 (diff)
add raccrt, strscan entry
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2259 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 0129c87c75..71a95bac61 100644
--- a/doc/NEWS
+++ b/doc/NEWS
@@ -22,6 +22,10 @@
Dir.glob("makefile", File::FNM_CASEFOLD) #=> ['Makefile', 'makefile']
+: racc runtime module
+
+ Imported. Racc runtime library (Racc is a parser generator for ruby).
+
: tsort module
Imported. Topological sorting library.
@@ -30,6 +34,10 @@
Imported. Pseudo (({IO})) class from/to (({String})).
+: strscan module
+
+ Imported. Fast string scanner library.
+
: Array#pack, String#unpack
allows comment in template strings.