Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-17 | (main): Recognize --help and --version even if POSIXLY_CORRECT is set. | Jim Meyering | |
2003-11-05 | (main): Cast NULL to `(char *)' in | Jim Meyering | |
call to variadic version_etc function, so that it works even on systems for which sizeof char* != sizeof int. | |||
2003-10-18 | Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS change | Jim Meyering | |
of 2003-09-19. Now, AUTHORS is a comma-separated list of strings. Update the call to parse_long_options so that `AUTHORS, NULL' are the last parameters. * src/true.c (main): Append NULL to version_etc argument list. * src/sys2.h (case_GETOPT_VERSION_CHAR): Likewise. | |||
2003-09-18 | (WRITTEN_BY): Rename from AUTHORS. | Jim Meyering | |
Begin each WRITTEN_BY string with `Written by ' and end it with `.'. Mark each WRITTEN_BY string as translatable. | |||
2003-09-18 | revert previous change | Jim Meyering | |
2003-09-18 | (main): Append NULL to version_etc argument list. | Jim Meyering | |
2003-07-23 | Don't include headers already included by system.h: | Jim Meyering | |
Don't include version-etc.h. | |||
2003-07-23 | Don't include headers already included by system.h: | Jim Meyering | |
Don't include closeout.h. | |||
2003-06-17 | (main): Call initialize_main. | Jim Meyering | |
2003-01-03 | Add copyright. | Jim Meyering | |
(AUTHORS): I suppose I've written it. | |||
2002-07-24 | undo last change | Jim Meyering | |
2002-07-20 | (main): Add an explicit `exit (EXIT_SUCCESS);' | Jim Meyering | |
for --version, rather than falling through. | |||
2002-07-02 | (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it. | Jim Meyering | |
2001-12-15 | Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION | Jim Meyering | |
instead of hard-coding --help and --version descriptions. Split --help output into smaller pieces. Use fputs, not printf. | |||
2001-11-25 | (usage): Indent --help and --version strings to start in the 7th column. | Jim Meyering | |
2000-05-11 | (usage): Don't call close_stdout directly, since that | Jim Meyering | |
didn't cover --version output. (main): Arrange to call close_stdout via atexit, instead. | |||
2000-05-07 | Include "closeout.h". | Jim Meyering | |
(usage): Call close_stdout just before exit. | |||
1999-08-06 | Honor --help and --version once again, though now | Jim Meyering | |
only if POSIXLY_CORRECT is set. | |||
1999-08-04 | *** empty log message *** | Jim Meyering | |
1999-07-31 | . | Jim Meyering | |