summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-12-23 17:13:25 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-12-23 17:13:25 +0000
commit51c4390f685bc7a77dc4308c3c2c8532c1f4edc4 (patch)
tree8c07ea7d240181ffbc0f80a36363a2858bd4c270 /lib
parent9ec0a96ad4235f2054976eab6c04efbe62b3c703 (diff)
* lib/README: Synchronize with reality.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3202 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/README11
1 files changed, 7 insertions, 4 deletions
diff --git a/lib/README b/lib/README
index 380df333ef..421681583d 100644
--- a/lib/README
+++ b/lib/README
@@ -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