From e1ce2adf80fefc70da40c01842609310f20ae4bf Mon Sep 17 00:00:00 2001 From: aamine Date: Fri, 22 Mar 2002 07:34:00 +0000 Subject: add raccrt, strscan entry git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- doc/NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/NEWS b/doc/NEWS index 0129c87c7..71a95bac6 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. -- cgit