lib/long-options.c


Log

Author Commit Date CI Message
Jim Meyering 67f394c1 1998-03-15T11:09:10 Use #if, not #ifdef with HAVE_ macros
Jim Meyering 8d4076eb 1998-01-04T22:43:44 (parse_long_options): Check for write error to stdout before exiting.
Jim Meyering b3ffd152 1997-02-03T05:06:27 (parse_long_options): Compare getopt_long return value against -1, not EOF. Use NULL, not `(int *) 0' as last parameter in getopt_long call.
Jim Meyering 8cc396bc 1997-01-25T05:37:15 (parse_long_options): Reset optind to zero before just returning so that getopt internals get initialized from the probably-new parameters when/if getopt is called later.
Jim Meyering f3467f4f 1996-10-04T12:21:39 (parse_long_options): Separate package name and version number to accomodate new --version output requirement.
Jim Meyering 37f27c1b 1996-07-15T02:41:49 update FSF address in copyright and remove any trailing blanks
Jim Meyering 097ec106 1995-05-26T15:08:55 Remove trailing white space.
Jim Meyering de20ab0a 1994-10-02T22:50:11 Initial revision