* lib/README: Synchronize with reality.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3202 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
knu 2002-12-23 17:13:25 +00:00
parent 9ec0a96ad4
commit 51c4390f68
2 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,7 @@
Tue Dec 24 02:12:45 2002 Akinori MUSHA <knu@iDaemons.org>
* lib/README: Synchronize with reality.
Tue Dec 24 02:05:51 2002 Akinori MUSHA <knu@iDaemons.org>
* MANIFEST, lib/README, lib/ipaddr.rb: Add ipaddr.rb from rough.

View File

@ -5,7 +5,7 @@ base64.rb encodes/decodes base64 (obsolete)
benchmark.rb a benchmark utility
cgi-lib.rb simple CGI support library (old style)
cgi.rb CGI support library
cgi/session CGI session class
cgi/session.rb CGI session class
complex.rb complex number suppor
date.rb date object
date/format.rb date parsing and formatting
@ -13,6 +13,7 @@ date2.rb date object (obsolete; use date)
debug.rb ruby debugger
delegate.rb delegates messages to other object
e2mmap.rb exception utilities
erb.rb tiny eRuby library
eregex.rb extended regular expression (just a proof of concept)
fileutils.rb file utilities
finalize.rb adds finalizer to the object
@ -47,21 +48,23 @@ parsedate.rb parses date string
ping.rb checks whether host is up, using TCP echo.
pp.rb pretty print objects
prettyprint.rb pretty printing algorithm
profile.rb ruby profiler
profile.rb runs ruby profiler
profiler.rb ruby profiler module
pstore.rb persistent object strage using marshal
racc/parser.rb racc (Ruby yACC) runtime
rational.rb rational number support
readbytes.rb define IO#readbytes
resolv.rb DNS resolver in Ruby
resolv-replace.rb replace Socket DNS by resolve.rb
resolv.rb DNS resolver in Ruby
set.rb defines the Set class
shell.rb runs commands and does pipeline operations like shell
shellwords.rb split into words like shell
singleton.rb singleton design pattern library
sync.rb 2 phase lock
tempfile.rb temporary file with automatic removal
time.rb RFC2822, RFC2616, ISO8601 style time formatting/parsing
thread.rb thread support
thwait.rb thread syncronization class
time.rb RFC2822, RFC2616, ISO8601 style time formatting/parsing
timeout.rb provides timeout
tracer.rb execution tracer
tsort.rb topological sorting