Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-04 | (getloadavg): Use `true', not `1'. | Jim Meyering | |
2004-03-04 | *** empty log message *** | Jim Meyering | |
2004-03-04 | (set_cloexec_flag) [ ! (F_GETFD && F_SETFD)]: Return true, not false. | Jim Meyering | |
2004-03-04 | *** empty log message *** | Jim Meyering | |
2004-03-04 | (main): Don't invoke set_cloexec_flag with a file descriptor of -1. | Jim Meyering | |
2004-03-04 | *** empty log message *** | Jim Meyering | |
2004-03-04 | Include <stdbool.h>. | Jim Meyering | |
Adjust signature to use `bool' rather than `int'. | |||
2004-03-04 | Include "cloexec.h" first, and <unistd.h> before <fcntl.h>. | Jim Meyering | |
(set_cloexec_flag): Use bool for booleans. All uses changed. If F_GETFD returns a negative number (not just -1), report a failure. Don't use F_SETFD if the flags are already right. Don't report a failure with F_SETFD unless it returns -1. | |||
2004-03-03 | Include "cloexec.h". | Jim Meyering | |
(getloadavg): Use set_cloexec_flag instead of manual fcntl call. | |||
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 | |