summaryrefslogtreecommitdiff
path: root/src/true.c
AgeCommit 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 *)' inJim Meyering
call to variadic version_etc function, so that it works even on systems for which sizeof char* != sizeof int.
2003-10-18Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim 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-18revert previous changeJim Meyering
2003-09-18(main): Append NULL to version_etc argument list.Jim Meyering
2003-07-23Don't include headers already included by system.h:Jim Meyering
Don't include version-etc.h.
2003-07-23Don'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-03Add copyright.Jim Meyering
(AUTHORS): I suppose I've written it.
2002-07-24undo last changeJim 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-15Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTIONJim 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 thatJim Meyering
didn't cover --version output. (main): Arrange to call close_stdout via atexit, instead.
2000-05-07Include "closeout.h".Jim Meyering
(usage): Call close_stdout just before exit.
1999-08-06Honor --help and --version once again, though nowJim Meyering
only if POSIXLY_CORRECT is set.
1999-08-04*** empty log message ***Jim Meyering
1999-07-31.Jim Meyering