summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-02-02*** empty log message ***Jim Meyering
2004-02-02*** empty log message ***Jim Meyering
2004-02-02*** empty log message ***Jim Meyering
2004-02-02Print actual fractional seconds in time stamps, not just `.00000000'.Jim Meyering
(human_time): Add and use new parameter, t_ns. (print_stat): Update callers.
2004-02-02(TIMESPEC_NS): Define here, instead, now that stat.c also uses this macro.Jim Meyering
2004-02-02(TIMESPEC_NS): Remove definition.Jim Meyering
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.