summaryrefslogtreecommitdiff
path: root/lib/long-options.c
AgeCommit message (Collapse)Author
1997-02-03(parse_long_options): Compare getopt_long returnJim Meyering
value against -1, not EOF. Use NULL, not `(int *) 0' as last parameter in getopt_long call.
1997-01-25(parse_long_options): Reset optind to zeroJim Meyering
before just returning so that getopt internals get initialized from the probably-new parameters when/if getopt is called later.
1996-10-04(parse_long_options): Separate package nameJim Meyering
and version number to accomodate new --version output requirement.
1996-07-15update FSF address in copyright and remove any trailing blanksJim Meyering
1995-05-26Remove trailing white space.Jim Meyering
1994-10-02Initial revisionJim Meyering