2000-03-09 Motoyuki Kasahara * Version 1.4.5. * getoptlong.rb (GetoptLong): At initialization of status codes, use `vars = 0, 1, 2' instead of `vars = 0..2'. The formar syntax is no longer supported by the current Ruby. :-( * getoptlong.rb (get): Don't use `$_'. The latest version of Ruby no longer recommends use of the special varibales. :-( * getoptlong.rb (terminate, get): Type `return nil' not `return' if `nil' should be returned to a caller. Ruby changes its specification. :-( 1999-05-26 Motoyuki Kasahara * Version 1.4.4. 1999-05-25 Motoyuki Kasahara * Version 1.4.3. * getoptlong.rb (initialize, set_error): Use `@quiet', not `@quiet_flag'. 1998-12-13 Motoyuki Kasahara * Version 1.4.2. * acinclude.m4: Use 1998-12-13 version. 1998-12-07 Motoyuki Kasahara * Version 1.4.1. * test.sh.in(INPUT_FILE): Add the prefix `@srcdir/'. * test.sh.in(PARSER): Likewise. * test.sh.in(EXPECTED_OUTPUT_FILE): Likewise. * test.sh.in: Give ruby the `-I@srcdir@' option, not `-I..'. * Makefile.am (test.sh): Also `@srcdir@' is replaced by sed. 1998-11-20 Motoyuki Kasahara * Version 1.4. * REAMDE: Rename the file to `README-ja'. * REAMDE-en: Rename the file to `README'. * INSTALL: Rename the file to `INSTALL-ja'. * INSTALL-en: Rename the file to `INSTALL'. * getoptlong.doc: Rename the file to `getoptlong-ja.doc'. * getoptlong-en.doc: Rename the file to `getoptlong.doc'. * Makefile.am(EXTRA_DIST): Delete `INSTALL-en', `README-en', and `getoptlong-en.doc'. Add `INSTALL-ja', `README-ja', and `getoptlong-ja.doc'. * getoptlong.rb (get): Use `return nil', not `return'. 1998-10-25 Motoyuki Kasahara * Version 1.3. * getoptlong.rb (set_options): Return `self'. * getoptlong.rb (terminate): Likewise. * getoptlong.rb (get): Fix the wrong exception name `RequireArgument'. It must be `MissingArgument'. 1998-10-13 Motoyuki Kasahara * Version 1.2.1. * wc.in: Add FSF's copyright notice of `wc.c' in textutils- 1.22f. 1998-10-10 Motoyuki Kasahara * Version 1.2. * test.rb: Delete the line `#! /usr/local/bin/perl' at the beginning of this script. * Makefile.am, acinclude.m4, AUTHORS, INSTALL, INSTALL-en, configure.in: Add these files. * test.sh: Rename the file to `test.sh.in'. * wc: Rename the file to `test.sh.in'. * wc: Use signal names (e.g. 'SIGHUP') instead of signal numbers (e.g. `1'). 1998-09-19 Motoyuki Kasahara * Version 1.1. * getoptlong.rb (terminate): Come to the public mehod. * getoptlong.rb (terminate?): Rename it to `terminated?'. 1998-09-15 Motoyuki Kasahara * wc ($getoptlong): Delete `-h' from the option table.