summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-03-03.Jim Meyering
2004-03-03*** empty log message ***Jim Meyering
2004-03-03(libfetish_a_SOURCES): Add cloexec.c, cloexec.h.Jim Meyering
2004-03-03from Dmitry V. LevinJim Meyering
2004-03-03New file.Jim Meyering
The set_cloexec_flag implementation imported from GNU C Library Reference Manual.
2004-03-03Include "cloexec.h".Jim Meyering
(main): Set the copy of stderr to close on exec.
2004-03-03*** empty log message ***Jim Meyering
2004-03-03Don't include "posixver.h".Jim Meyering
(parse_user_spec): Fall back on USER.GROUP parsing regardless of POSIX version, as POSIX 1003.1-2001 allows that behavior as a compatible extension. Simplify code by removing a boolean int that was always nonzero if a string was nonnull.
2004-03-03.Jim Meyering
2004-03-03*** empty log message ***Jim Meyering
2004-03-03*** empty log message ***Jim Meyering
2004-03-03(chown invocation): Document that chown now fallsJim Meyering
back on USER.GROUP parsing regardless of POSIX version, as POSIX 1003.1-2001 allows that behavior as a compatible extension.
2004-03-02*** empty log message ***Jim Meyering
2004-03-02Run envvar-check in case BLOCK_SIZE etc. are set.Jim Meyering
2004-03-02Run envvar-check in case BLOCK_SIZE etc. are set.Jim Meyering
2004-03-02.Jim Meyering
2004-03-02*** empty log message ***Jim Meyering
2004-03-02Include <signal.h> when checking for strsignal,Jim Meyering
sys_siglist, and friends. Problem reported by Toney Leneis in <http://mail.gnu.org/archive/html/bug-coreutils/2004-02/msg00136.html>.
2004-03-02*** empty log message ***Jim Meyering
2004-03-02Add Afrikaans (af)Jim Meyering
2004-03-02version: 5.2.0Jim Meyering
2004-02-23*** empty log message ***Jim Meyering
2004-02-23(usage): Remove stray space after \n in --help output.Jim Meyering
2004-02-22*** empty log message ***Jim Meyering
2004-02-22(usage): Separate -H and --si. Say that the meaningJim Meyering
of -H will soon change to that of --dereference-args (-D).
2004-02-22update from savannahJim Meyering
2004-02-22update from savannahJim Meyering
2004-02-22tweak wording of last changeJim Meyering
2004-02-22*** empty log message ***Jim Meyering
2004-02-22(du invocation): Mention that using du's -H option currently evokes a warning.Jim Meyering
2004-02-22(VERSION): bump to 5.2.1Jim Meyering
2004-02-22add tests for just-fixed bugsJim Meyering
2004-02-22(eval, eval7, eval6, eval5, eval4, eval3, eval2, eval1):Jim Meyering
Accept a bool argument specifying whether to evaluate the expression. This is to allow short-circuit evaluation. All callers changed. (null): Report that a string is zero even if it has a form like "-0" or "00". (eval1, eval): Use short-circuit evaluation for | and &. (eval): Return 0 if both arguments are null or zero, instead of returning the first argument.
2004-02-22.Jim Meyering
2004-02-21*** empty log message ***Jim Meyering
2004-02-21(expr invocation):Jim Meyering
Document what forms integers may take, and say "integer" consistently instead of "number". Warn about operands that "expr" can misinterpret, and how to work around the problem.
2004-02-21*** empty log message ***Jim Meyering
2004-02-21*** empty log message ***Jim Meyering
2004-02-21(usage): Tell what comm does when there are no options.Jim Meyering
Reword in terms of FILE1 and FILE2 rather than `left file' and `right file'. Suggestion from Dan Jacobson.
2004-02-19.Jim Meyering
2004-02-19*** empty log message ***Jim Meyering
2004-02-18*** empty log message ***Jim Meyering
2004-02-18*** empty log message ***Jim Meyering
2004-02-18.Jim Meyering
2004-02-18*** empty log message ***Jim Meyering
2004-02-17*** empty log message ***Jim Meyering
2004-02-17(csplit invocation): Correct typo s/LINE/N/Jim Meyering
in description of `N' pattern.
2004-02-17*** empty log message ***Jim Meyering
2004-02-17Add id's -u option, so we don't get spuriousJim Meyering
failures when there are no user or group names.
2004-02-17`make check' from a build inside a chroot environment would failJim Meyering
Specify an argument (`/') for df, in the unusual event that there is no valid entry in /etc/mtab. Patch by Tim Waugh.