summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-01-29.Jim Meyering
2004-01-29*** empty log message ***Jim Meyering
2004-01-29[HAVE_SYS_UCRED_H]: Include grp.h before sys/ucred.h.Jim Meyering
2004-01-29*** empty log message ***Jim Meyering
2004-01-29Avoid a configure-time warning about sys/ucred.h on OSF V4.0.Jim Meyering
Test for sys/ucred.h separately, since on some systems one must include <grp.h> before it.
2004-01-28update from automakeJim Meyering
2004-01-27.Jim Meyering
2004-01-27*** empty log message ***Jim Meyering
2004-01-27Reword so as not to exclude the possibility that INCREMENT be zero.Jim Meyering
2004-01-27*** empty log message ***Jim Meyering
2004-01-27 Separate `Synopses' section into three examples.Jim Meyering
Clarify first paragraph. @w{}-protect an expression.1 Use @option{--option}, rather than @code{--option}.
2004-01-27*** empty log message ***Jim Meyering
2004-01-27(seq invocation): Remove `@dots{}' at end of synopsis.Jim Meyering
2004-01-25*** empty log message ***Jim Meyering
2004-01-25bump version to 5.1.3Jim Meyering
2004-01-25correct exampleJim Meyering
2004-01-24.Jim Meyering
2004-01-24*** empty log message ***Jim Meyering
2004-01-24(signatures): Comment out definition.Jim Meyering
2004-01-23minor tweaksJim Meyering
2004-01-23.Jim Meyering
2004-01-23*** empty log message ***Jim Meyering
2004-01-23(header_regexp): Add exitfail.Jim Meyering
2004-01-23.Jim Meyering
2004-01-23*** empty log message ***Jim Meyering
2004-01-23(EXTRA_DIST): Add help2man.Jim Meyering
2004-01-23*** empty log message ***Jim Meyering
2004-01-23*** empty log message ***Jim Meyering
2004-01-23(.x.1): Prefix help2man invocation with `$(PERL) --'Jim Meyering
so it works on systems with Perl installed somewhere other than in /usr/bin.
2004-01-23(paste_parallel): Declare local, chr, to be of typeJim Meyering
`int', not `char', since it must hold EOF. This bug would make paste infloop on some systems.
2004-01-23*** empty log message ***Jim Meyering
2004-01-23*** empty log message ***Jim Meyering
2004-01-22.Jim Meyering
2004-01-22*** empty log message ***Jim Meyering
2004-01-22(expected_failure_status_date): Remove, as 'date' is now normal.Jim Meyering
(expected_failure_status_nohup): New var.
2004-01-22.Jim Meyering
2004-01-22(TESTS): Add fail-perm.Jim Meyering
2004-01-22*** empty log message ***Jim Meyering
2004-01-22Test for just-fixed rmdir bug.Jim Meyering
2004-01-22*** empty log message ***Jim Meyering
2004-01-22(Exit status): Document that ordinary failureJim Meyering
might not exit with status 1 on unusual platforms. Mention chroot, env, nice, and su as having unusual exit status patterns. Don't bother to mention true and false since their exit status patterns are actually normal. (sort invocation, su invocation): Mention its unusual exit status pattern. (chroot invocation): Simplify description of exit status 1. Remove duplicate description of status 127. (env invocation): Use consistent tenses; simplifiy description of status 1. (nice invocation): Likewise.
2004-01-22.Jim Meyering
2004-01-22(usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering
(main): Use initialize_exit_failure rather than setting exit_failure directly; this optimizes away redundant assignments. (TTY_FAILURE, TTY_WRITE_ERROR): New enum values; substitute them for the corresponding integer constants.
2004-01-22(usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering
(usage): Don't bother normalizing exit status since the arg is already the correct exit status now. (FATAL_ERROR, main): Exit with status EXIT_FAILURE, not 2, on errors.
2004-01-22(usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering
(err): Now a boolean int, not a counter, so that we don't have to worry about int overflow. All uses changed.
2004-01-22(usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering
(main): Use initialize_exit_failure rather than setting exit_failure directly; this optimizes away redundant assignments.
2004-01-22(initialize_exit_failure): New inline function.Jim Meyering
Include exitfail.h here, since we refer to exit_failure. All callers changed to not include exitfail.h. (EXIT_FAIL, EXIT_CANNOT_INVOKE, EXIT_ENOENT): New enum values.
2004-01-22(usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering
(main): Initialize exit_failure to EXIT_FAIL. (main): Use EXIT_ENOENT and EXIT_CANNOT_INVOKE rather than roll-your-own symbols or integers.
2004-01-22(usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering
(main): Exit with status 1, not 2, on errors detected by stty proper.
2004-01-22(usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering
(main): Use initialize_exit_failure rather than setting exit_failure directly; this optimizes away redundant assignments. Don't include <assert.h>. (SORT_OUT_OF_ORDER, SORT_FAILURE): Now enums, not macros. (usage): Don't use 'assert'. (main): Remove redundant assignment to exit_failure.