| Commit message (Expand) | Author | Age | Files | Lines |
* | Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669 | Jarkko Hietaniemi | 2001-02-01 | 1 | -7/+12 |
* | Update to Getopt::Long 2.24_02, from Johan Vromans. | Jarkko Hietaniemi | 2001-01-08 | 1 | -11/+16 |
* | Upgrade to Getopt::Long 2.24_01, from Johan Vromans. | Jarkko Hietaniemi | 2001-01-05 | 1 | -16/+24 |
* | Update to Getopt::Long 2.24, from Johan Vromans. | Jarkko Hietaniemi | 2000-08-29 | 1 | -4/+17 |
* | Tiny Getopt::Long patch from Johan Vromans. | Jarkko Hietaniemi | 2000-08-18 | 1 | -1/+1 |
* | Update to Getopt::Long 2.23_05, from Johan Vromans. | Jarkko Hietaniemi | 2000-08-10 | 1 | -90/+278 |
* | Getopt::Long 2.23 update (from Johan Vromans) | Gurusamy Sarathy | 2000-03-18 | 1 | -13/+17 |
* | allow alternates to negate correctly (from Johan Vromans) | Gurusamy Sarathy | 2000-03-14 | 1 | -13/+21 |
* | remove =for section (from Johan Vromans) | Gurusamy Sarathy | 2000-03-11 | 1 | -69/+0 |
* | pod nits | Gurusamy Sarathy | 2000-03-06 | 1 | -1/+1 |
* | Getopt-Long v2.21 update (from Johan Vromans) | Gurusamy Sarathy | 2000-03-05 | 1 | -358/+695 |
* | more whitespace removal (from Michael G Schwern) | Gurusamy Sarathy | 2000-03-04 | 1 | -1/+1 |
* | allow '--' to terminate argument processing (suggested by | Gurusamy Sarathy | 2000-01-26 | 1 | -39/+50 |
* | applied suggested patch; removed $VERSION = $VERSION hack | Ilya Zakharevich | 1999-12-03 | 1 | -1/+1 |
* | upgrade to Getopt::Long v2.20 (from Johan Vromans | Gurusamy Sarathy | 1999-09-10 | 1 | -21/+30 |
* | s/print STDERR/warn/ suggested by abigail@fnx.com; add $VERSION | Gurusamy Sarathy | 1999-02-28 | 1 | -3/+2 |
* | Update Getopt::Long to 2.19. | Jarkko Hietaniemi | 1999-02-02 | 1 | -9/+10 |
* | correct FSF address in various places | Gurusamy Sarathy | 1998-09-24 | 1 | -4/+4 |
* | remove spurious $VERSION line that confuses CPAN | Johan Vromans | 1998-07-22 | 1 | -1/+0 |
* | tweaks to Getopt::Std | Robin Barker | 1998-07-04 | 1 | -6/+10 |
* | newer Getopt/Long.pm from public distribution cited in: | Johan Vromans | 1998-06-15 | 1 | -198/+269 |
* | Using Getopts::* with strict vars | Tom Phoenix | 1998-05-14 | 2 | -0/+12 |
* | Re: ANNOUNCE: Perl 5.005b1t3 (a.k.a. perl5.004_64) is available | Johan Vromans | 1998-05-14 | 1 | -18/+43 |
* | Version 2.13 of GetoptLong: | Johan Vromans | 1998-01-08 | 1 | -553/+595 |
* | Banishing eval from getopt.pl and Getopt/Std.pm | John L. Allen | 1997-09-05 | 1 | -4/+4 |
* | Getopt::Long 2.11 | Johan Vromans | 1997-09-05 | 1 | -10/+23 |
* | Patch to Getopt::Long | Johan Vromans | 1997-04-18 | 1 | -19/+25 |
* | Fix C<require> in Getopt::Long to work with 5.003 | Chip Salzenberg | 1997-03-22 | 1 | -1/+1 |
* | [inseparable changes from match from perl-5.003_93 to perl-5.003_94] | Perl 5 Porters | 1997-03-09 | 1 | -1/+1 |
* | Refresh Getopt::Long to 2.9 | Johan Vromans | 1997-03-01 | 1 | -107/+261 |
* | HP-UX hint update | Raphael Manfredi | 1997-03-01 | 1 | -261/+107 |
* | Refresh Getopt::Long to 2.9 | Johan Vromans | 1997-03-01 | 1 | -107/+261 |
* | Follow up on elimination of $` $& $' in libraries | Chip Salzenberg | 1997-02-25 | 1 | -2/+2 |
* | Avoid $` $& $' in libraries | Chip Salzenberg | 1997-02-22 | 1 | -9/+9 |
* | Refresh Getopt::Long to 2.6 | Johan Vromans | 1997-01-16 | 1 | -6/+11 |
* | [inseparable changes from patch from perl5.003_11 to perl5.003_12] | Perl 5 Porters | 1996-12-19 | 1 | -10/+10 |
* | [inseparable changes from patch from perl5.003_07 to perl5.003_08] | Perl 5 Porters | 1996-11-19 | 1 | -1/+1 |
* | Getopts::Std patch for hash support | Stephen Zander | 1996-11-19 | 1 | -13/+41 |
* | Update to version 2.4. | Perl 5 Porters | 1996-10-09 | 1 | -246/+350 |
* | Pod typos, pod2man bugs, and miscellaneous installation comments | Joseph S. Myers | 1996-09-20 | 1 | -6/+6 |
* | Update to version 2.3 | Perl 5 Porters | 1996-07-09 | 1 | -113/+178 |
* | Minor change to make -w clean | Perl 5 Porters | 1996-03-11 | 1 | -1/+1 |
* | perl 5.002gamma: lib/Getopt/Long.pm | Perl 5 Porters | 1996-02-07 | 1 | -320/+564 |
* | perl5.002beta3 | Perl 5 Porters | 1996-02-02 | 1 | -5/+0 |
* | This is my patch patch.1g for perl5.001. | Andy Dougherty | 1995-05-30 | 2 | -2/+164 |
* | perl5.000 patch.0i: fix glaring mistakes in patches a-h | Andy Dougherty | 1995-01-26 | 1 | -1/+2 |
* | perl 5.000perl-5.000 | Larry Wall | 1994-10-17 | 2 | -0/+617 |