Skip to content

Commit

Permalink
* lib/README: Synchronize with reality.
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3202 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
knu committed Dec 23, 2002
1 parent 9ec0a96 commit 51c4390
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
11 changes: 7 additions & 4 deletions lib/README
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@ 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
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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 51c4390

Please sign in to comment.