Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-29 | Include <stdlib.h>, for declaration of exit. | Jim Meyering | |
2000-05-08 | Don't include closeout.h. | Jim Meyering | |
(parse_long_options): Don't call close_stdout for --version. | |||
1999-03-26 | (parse_long_options): Remove version-, copyright-, | Jim Meyering | |
and author-printing code. Do it via version_etc. | |||
1999-03-07 | restore blank lines in --version output | Jim Meyering | |
1999-03-07 | (parse_long_options): Include `Copyright...' line in --version output. | Jim Meyering | |
1999-03-07 | (parse_long_options): Add the `...NO warranty...' message. | Jim Meyering | |
1999-03-04 | (_): Define it. | Jim Meyering | |
(parse_long_options): Accept new parameter, authors, and print it. | |||
1999-01-14 | (parse_long_options): Rename `usage' parameter | Jim Meyering | |
to avoid shadowing globally scoped function. | |||
1998-03-15 | Use #if, not #ifdef with HAVE_ macros | Jim Meyering | |
1998-01-04 | (parse_long_options): Check for write error to stdout before exiting. | Jim Meyering | |
1997-02-03 | (parse_long_options): Compare getopt_long return | Jim 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 zero | Jim 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 name | Jim Meyering | |
and version number to accomodate new --version output requirement. | |||
1996-07-15 | update FSF address in copyright and remove any trailing blanks | Jim Meyering | |
1995-05-26 | Remove trailing white space. | Jim Meyering | |
1994-10-02 | Initial revision | Jim Meyering | |