~ubuntu-branches/ubuntu/intrepid/ruby1.9/intrepid-updates

« back to all changes in this revision

Viewing changes to lib/README

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-09-04 16:01:17 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20070904160117-i15zckg2nhxe9fyw
Tags: 1.9.0+20070830-2ubuntu1
* Sync from Debian; remaining changes:
  - Add -g to CFLAGS.
* Fixes build failure on ia64.
* Fixes build failure with gcc-4.2 on lpia.
* Robustify check for target_os, fixing build failure on lpia.
* Set Ubuntu maintainer address.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
cgi-lib.rb      simple CGI support library (old style)
7
7
cgi.rb          CGI support library
8
8
cgi/session.rb  CGI session class
9
 
complex.rb      complex number suppor
 
9
complex.rb      complex number support
10
10
csv.rb          CSV parser/generator
11
11
date.rb         date object
12
12
date/format.rb  date parsing and formatting
48
48
optparse.rb     command line option analysis
49
49
ostruct.rb      python style object
50
50
parsearg.rb     argument parser using getopts
51
 
parsedate.rb    parses date string
 
51
parsedate.rb    parses date string (obsolete)
52
52
pathname.rb     Object-Oriented Pathname Class
53
53
ping.rb         checks whether host is up, using TCP echo.
54
54
pp.rb           pretty print objects