diff --git a/ChangeLog b/ChangeLog index 328e220b0da8fb..392cd48cadc1ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Dec 24 02:12:45 2002 Akinori MUSHA + + * lib/README: Synchronize with reality. + Tue Dec 24 02:05:51 2002 Akinori MUSHA * MANIFEST, lib/README, lib/ipaddr.rb: Add ipaddr.rb from rough. diff --git a/lib/README b/lib/README index 380df333ef68a9..421681583dc1e3 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