Age | Commit 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-03 | from Dmitry V. Levin | Jim Meyering | |
2004-03-03 | New file. | Jim Meyering | |
The set_cloexec_flag implementation imported from GNU C Library Reference Manual. | |||
2004-03-03 | Include "cloexec.h". | Jim Meyering | |
(main): Set the copy of stderr to close on exec. | |||
2004-03-03 | *** empty log message *** | Jim Meyering | |
2004-03-03 | Don'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 falls | Jim 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-02 | Run envvar-check in case BLOCK_SIZE etc. are set. | Jim Meyering | |
2004-03-02 | Run 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-02 | Include <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-02 | Add Afrikaans (af) | Jim Meyering | |
2004-03-02 | version: 5.2.0 | Jim 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 meaning | Jim Meyering | |
of -H will soon change to that of --dereference-args (-D). | |||
2004-02-22 | update from savannah | Jim Meyering | |
2004-02-22 | update from savannah | Jim Meyering | |
2004-02-22 | tweak wording of last change | Jim 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.1 | Jim Meyering | |
2004-02-22 | add tests for just-fixed bugs | Jim 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-17 | Add id's -u option, so we don't get spurious | Jim Meyering | |
failures when there are no user or group names. | |||
2004-02-17 | `make check' from a build inside a chroot environment would fail | Jim Meyering | |
Specify an argument (`/') for df, in the unusual event that there is no valid entry in /etc/mtab. Patch by Tim Waugh. |