lib/long-options.c


Log

Author Commit Date CI Message
Jim Meyering bda142ee 1999-03-26T04:19:07 (parse_long_options): Remove version-, copyright-, and author-printing code. Do it via version_etc.
Jim Meyering 84015099 1999-03-07T17:48:10 restore blank lines in --version output
Jim Meyering 83af9954 1999-03-07T16:43:15 (parse_long_options): Include `Copyright...' line in --version output.
Jim Meyering ebe0827f 1999-03-07T15:53:20 (parse_long_options): Add the `...NO warranty...' message.
Jim Meyering b18bd420 1999-03-04T05:08:01 (_): Define it. (parse_long_options): Accept new parameter, authors, and print it.
Jim Meyering 378b0cd3 1999-01-14T18:26:51 (parse_long_options): Rename `usage' parameter to avoid shadowing globally scoped function.
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