platform/upstream/coreutils.git
20 years ago.
Jim Meyering [Wed, 10 Mar 2004 09:57:29 +0000 (09:57 +0000)]
.

20 years ago*** empty log message ***
Jim Meyering [Wed, 10 Mar 2004 09:51:30 +0000 (09:51 +0000)]
*** empty log message ***

20 years ago(cp invocation): Improve description of cp's --sparse=WHEN option.
Jim Meyering [Wed, 10 Mar 2004 09:51:26 +0000 (09:51 +0000)]
(cp invocation): Improve description of cp's --sparse=WHEN option.

20 years ago*** empty log message ***
Jim Meyering [Wed, 10 Mar 2004 06:51:09 +0000 (06:51 +0000)]
*** empty log message ***

20 years ago(nl invocation): Specify that these are _basic_
Jim Meyering [Wed, 10 Mar 2004 06:50:59 +0000 (06:50 +0000)]
(nl invocation): Specify that these are _basic_
regular expressions (BRE), and add a link to grep's documentation.

20 years ago.
Jim Meyering [Mon, 8 Mar 2004 15:06:25 +0000 (15:06 +0000)]
.

20 years agoregenerate
Jim Meyering [Mon, 8 Mar 2004 09:56:48 +0000 (09:56 +0000)]
regenerate

20 years ago*** empty log message ***
Jim Meyering [Mon, 8 Mar 2004 09:54:31 +0000 (09:54 +0000)]
*** empty log message ***

20 years ago(Makefile.am): Don't use $<, as it doesn't work with Solaris make.
Jim Meyering [Mon, 8 Mar 2004 09:54:28 +0000 (09:54 +0000)]
(Makefile.am): Don't use $<, as it doesn't work with Solaris make.

20 years ago*** empty log message ***
Jim Meyering [Mon, 8 Mar 2004 09:50:52 +0000 (09:50 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Jim Meyering [Mon, 8 Mar 2004 09:44:15 +0000 (09:44 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Jim Meyering [Mon, 8 Mar 2004 09:43:56 +0000 (09:43 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Jim Meyering [Sun, 7 Mar 2004 23:25:01 +0000 (23:25 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Jim Meyering [Sat, 6 Mar 2004 17:41:00 +0000 (17:41 +0000)]
*** empty log message ***

20 years agocp --sparse=always sparse-image-file.img /dev/hda1 could
Jim Meyering [Sat, 6 Mar 2004 17:40:56 +0000 (17:40 +0000)]
cp --sparse=always sparse-image-file.img /dev/hda1 could
produce an invalid copy on the destination device.

(copy_reg): Even with --sparse=always, try to
make `holes' only if the destination is a regular file.
Reported by Szakacsits Szabolcs.

20 years ago*** empty log message ***
Jim Meyering [Sat, 6 Mar 2004 14:45:50 +0000 (14:45 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Jim Meyering [Sat, 6 Mar 2004 08:14:34 +0000 (08:14 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Jim Meyering [Fri, 5 Mar 2004 16:57:43 +0000 (16:57 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Jim Meyering [Thu, 4 Mar 2004 22:01:16 +0000 (22:01 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Jim Meyering [Thu, 4 Mar 2004 13:22:17 +0000 (13:22 +0000)]
*** empty log message ***

20 years ago.
Jim Meyering [Thu, 4 Mar 2004 13:14:11 +0000 (13:14 +0000)]
.

20 years ago*** empty log message ***
Jim Meyering [Thu, 4 Mar 2004 13:13:51 +0000 (13:13 +0000)]
*** empty log message ***

20 years ago(getloadavg): Use `true', not `1'.
Jim Meyering [Thu, 4 Mar 2004 13:13:43 +0000 (13:13 +0000)]
(getloadavg): Use `true', not `1'.

20 years ago*** empty log message ***
Jim Meyering [Thu, 4 Mar 2004 13:08:37 +0000 (13:08 +0000)]
*** empty log message ***

20 years ago(set_cloexec_flag) [ ! (F_GETFD && F_SETFD)]: Return true, not false.
Jim Meyering [Thu, 4 Mar 2004 13:08:29 +0000 (13:08 +0000)]
(set_cloexec_flag) [ ! (F_GETFD && F_SETFD)]: Return true, not false.

20 years ago*** empty log message ***
Jim Meyering [Thu, 4 Mar 2004 08:50:58 +0000 (08:50 +0000)]
*** empty log message ***

20 years ago(main): Don't invoke set_cloexec_flag with a file descriptor of -1.
Jim Meyering [Thu, 4 Mar 2004 08:50:50 +0000 (08:50 +0000)]
(main): Don't invoke set_cloexec_flag with a file descriptor of -1.

20 years ago*** empty log message ***
Jim Meyering [Thu, 4 Mar 2004 08:50:34 +0000 (08:50 +0000)]
*** empty log message ***

20 years agoInclude <stdbool.h>.
Jim Meyering [Thu, 4 Mar 2004 08:49:10 +0000 (08:49 +0000)]
Include <stdbool.h>.
Adjust signature to use `bool' rather than `int'.

20 years agoInclude "cloexec.h" first, and <unistd.h> before <fcntl.h>.
Jim Meyering [Thu, 4 Mar 2004 08:42:20 +0000 (08:42 +0000)]
Include "cloexec.h" first, and <unistd.h> before <fcntl.h>.
(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.

20 years agoInclude "cloexec.h".
Jim Meyering [Wed, 3 Mar 2004 22:06:47 +0000 (22:06 +0000)]
Include "cloexec.h".
(getloadavg): Use set_cloexec_flag instead of manual fcntl call.

20 years ago.
Jim Meyering [Wed, 3 Mar 2004 22:06:26 +0000 (22:06 +0000)]
.

20 years ago*** empty log message ***
Jim Meyering [Wed, 3 Mar 2004 22:06:17 +0000 (22:06 +0000)]
*** empty log message ***

20 years ago(libfetish_a_SOURCES): Add cloexec.c, cloexec.h.
Jim Meyering [Wed, 3 Mar 2004 22:06:11 +0000 (22:06 +0000)]
(libfetish_a_SOURCES): Add cloexec.c, cloexec.h.

20 years agofrom Dmitry V. Levin
Jim Meyering [Wed, 3 Mar 2004 22:01:56 +0000 (22:01 +0000)]
from Dmitry V. Levin

20 years agoNew file.
Jim Meyering [Wed, 3 Mar 2004 22:01:32 +0000 (22:01 +0000)]
New file.
The set_cloexec_flag implementation imported from GNU C Library
Reference Manual.

20 years agoInclude "cloexec.h".
Jim Meyering [Wed, 3 Mar 2004 22:00:20 +0000 (22:00 +0000)]
Include "cloexec.h".
(main): Set the copy of stderr to close on exec.

20 years ago*** empty log message ***
Jim Meyering [Wed, 3 Mar 2004 07:57:45 +0000 (07:57 +0000)]
*** empty log message ***

20 years agoDon't include "posixver.h".
Jim Meyering [Wed, 3 Mar 2004 07:57:33 +0000 (07:57 +0000)]
Don't include "posixver.h".
(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.

20 years ago.
Jim Meyering [Wed, 3 Mar 2004 07:56:00 +0000 (07:56 +0000)]
.

20 years ago*** empty log message ***
Jim Meyering [Wed, 3 Mar 2004 07:54:17 +0000 (07:54 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Jim Meyering [Wed, 3 Mar 2004 07:53:24 +0000 (07:53 +0000)]
*** empty log message ***

20 years ago(chown invocation): Document that chown now falls
Jim Meyering [Wed, 3 Mar 2004 07:52:36 +0000 (07:52 +0000)]
(chown invocation): Document that chown now falls
back on USER.GROUP parsing regardless of POSIX version, as POSIX
1003.1-2001 allows that behavior as a compatible extension.

20 years ago*** empty log message ***
Jim Meyering [Tue, 2 Mar 2004 23:00:05 +0000 (23:00 +0000)]
*** empty log message ***

20 years agoRun envvar-check in case BLOCK_SIZE etc. are set.
Jim Meyering [Tue, 2 Mar 2004 22:59:47 +0000 (22:59 +0000)]
Run envvar-check in case BLOCK_SIZE etc. are set.

20 years agoRun envvar-check in case BLOCK_SIZE etc. are set.
Jim Meyering [Tue, 2 Mar 2004 22:59:10 +0000 (22:59 +0000)]
Run envvar-check in case BLOCK_SIZE etc. are set.

20 years ago.
Jim Meyering [Tue, 2 Mar 2004 22:56:17 +0000 (22:56 +0000)]
.

20 years ago*** empty log message ***
Jim Meyering [Tue, 2 Mar 2004 22:49:48 +0000 (22:49 +0000)]
*** empty log message ***

20 years agoInclude <signal.h> when checking for strsignal,
Jim Meyering [Tue, 2 Mar 2004 22:49:44 +0000 (22:49 +0000)]
Include <signal.h> when checking for strsignal,
sys_siglist, and friends.  Problem reported by Toney Leneis in
<http://mail.gnu.org/archive/html/bug-coreutils/2004-02/msg00136.html>.

20 years ago*** empty log message ***
Jim Meyering [Tue, 2 Mar 2004 17:55:08 +0000 (17:55 +0000)]
*** empty log message ***

20 years agoAdd Afrikaans (af)
Jim Meyering [Tue, 2 Mar 2004 17:55:06 +0000 (17:55 +0000)]
Add Afrikaans (af)

20 years agoversion: 5.2.0
Jim Meyering [Tue, 2 Mar 2004 17:53:59 +0000 (17:53 +0000)]
version: 5.2.0

20 years ago*** empty log message ***
Jim Meyering [Mon, 23 Feb 2004 21:22:40 +0000 (21:22 +0000)]
*** empty log message ***

20 years ago(usage): Remove stray space after \n in --help output.
Jim Meyering [Mon, 23 Feb 2004 21:22:34 +0000 (21:22 +0000)]
(usage): Remove stray space after \n in --help output.

20 years ago*** empty log message ***
Jim Meyering [Sun, 22 Feb 2004 21:23:13 +0000 (21:23 +0000)]
*** empty log message ***

20 years ago(usage): Separate -H and --si. Say that the meaning
Jim Meyering [Sun, 22 Feb 2004 21:23:06 +0000 (21:23 +0000)]
(usage): Separate -H and --si.  Say that the meaning
of -H will soon change to that of --dereference-args (-D).

20 years agoupdate from savannah
Jim Meyering [Sun, 22 Feb 2004 15:50:32 +0000 (15:50 +0000)]
update from savannah

20 years agoupdate from savannah
Jim Meyering [Sun, 22 Feb 2004 15:49:29 +0000 (15:49 +0000)]
update from savannah

20 years agotweak wording of last change
Jim Meyering [Sun, 22 Feb 2004 15:44:32 +0000 (15:44 +0000)]
tweak wording of last change

20 years ago*** empty log message ***
Jim Meyering [Sun, 22 Feb 2004 15:37:54 +0000 (15:37 +0000)]
*** empty log message ***

20 years ago(du invocation): Mention that using du's -H option currently evokes a warning.
Jim Meyering [Sun, 22 Feb 2004 15:37:50 +0000 (15:37 +0000)]
(du invocation): Mention that using du's -H option currently evokes a warning.

20 years ago(VERSION): bump to 5.2.1
Jim Meyering [Sun, 22 Feb 2004 14:57:52 +0000 (14:57 +0000)]
(VERSION): bump to 5.2.1

20 years agoadd tests for just-fixed bugs
Jim Meyering [Sun, 22 Feb 2004 14:57:20 +0000 (14:57 +0000)]
add tests for just-fixed bugs

20 years ago(eval, eval7, eval6, eval5, eval4, eval3, eval2, eval1):
Jim Meyering [Sun, 22 Feb 2004 14:56:58 +0000 (14:56 +0000)]
(eval, eval7, eval6, eval5, eval4, eval3, eval2, eval1):
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.

20 years ago.
Jim Meyering [Sun, 22 Feb 2004 14:56:39 +0000 (14:56 +0000)]
.

20 years ago*** empty log message ***
Jim Meyering [Sat, 21 Feb 2004 09:31:24 +0000 (09:31 +0000)]
*** empty log message ***

20 years ago(expr invocation):
Jim Meyering [Sat, 21 Feb 2004 09:31:11 +0000 (09:31 +0000)]
(expr invocation):
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.

20 years ago*** empty log message ***
Jim Meyering [Sat, 21 Feb 2004 09:26:56 +0000 (09:26 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Jim Meyering [Sat, 21 Feb 2004 09:21:20 +0000 (09:21 +0000)]
*** empty log message ***

20 years ago(usage): Tell what comm does when there are no options.
Jim Meyering [Sat, 21 Feb 2004 09:21:15 +0000 (09:21 +0000)]
(usage): Tell what comm does when there are no options.
Reword in terms of FILE1 and FILE2 rather than `left file' and
`right file'.  Suggestion from Dan Jacobson.

20 years ago.
Jim Meyering [Thu, 19 Feb 2004 18:22:13 +0000 (18:22 +0000)]
.

20 years ago*** empty log message *** COREUTILS-5_2_0 v5.2.0
Jim Meyering [Thu, 19 Feb 2004 18:04:33 +0000 (18:04 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Jim Meyering [Wed, 18 Feb 2004 18:00:17 +0000 (18:00 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Jim Meyering [Wed, 18 Feb 2004 17:57:42 +0000 (17:57 +0000)]
*** empty log message ***

20 years ago.
Jim Meyering [Wed, 18 Feb 2004 17:49:59 +0000 (17:49 +0000)]
.

20 years ago*** empty log message ***
Jim Meyering [Wed, 18 Feb 2004 13:50:42 +0000 (13:50 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Jim Meyering [Tue, 17 Feb 2004 18:17:27 +0000 (18:17 +0000)]
*** empty log message ***

20 years ago(csplit invocation): Correct typo s/LINE/N/
Jim Meyering [Tue, 17 Feb 2004 18:16:29 +0000 (18:16 +0000)]
(csplit invocation): Correct typo s/LINE/N/
in description of `N' pattern.

20 years ago*** empty log message ***
Jim Meyering [Tue, 17 Feb 2004 16:05:41 +0000 (16:05 +0000)]
*** empty log message ***

20 years agoAdd id's -u option, so we don't get spurious
Jim Meyering [Tue, 17 Feb 2004 16:05:34 +0000 (16:05 +0000)]
Add id's -u option, so we don't get spurious
failures when there are no user or group names.

20 years ago`make check' from a build inside a chroot environment would fail
Jim Meyering [Tue, 17 Feb 2004 14:42:47 +0000 (14:42 +0000)]
`make check' from a build inside a chroot environment would fail

Specify an argument (`/') for df, in the
unusual event that there is no valid entry in /etc/mtab.
Patch by Tim Waugh.

20 years ago*** empty log message ***
Jim Meyering [Tue, 17 Feb 2004 10:53:47 +0000 (10:53 +0000)]
*** empty log message ***

20 years ago(usage) [-u]: Add punctuation so that the description in
Jim Meyering [Tue, 17 Feb 2004 10:52:49 +0000 (10:52 +0000)]
(usage) [-u]: Add punctuation so that the description in
the help2man-generated (line-joined) man page is more readable.
Reported by Tim Waugh.
[-T]: Add a semicolon, for the same reason.

20 years ago*** empty log message ***
Jim Meyering [Sun, 15 Feb 2004 00:03:28 +0000 (00:03 +0000)]
*** empty log message ***

20 years ago(dist-hook): Qualify target with $(srcdir)/ prefix.
Jim Meyering [Sun, 15 Feb 2004 00:03:21 +0000 (00:03 +0000)]
(dist-hook): Qualify target with $(srcdir)/ prefix.

20 years ago.
Jim Meyering [Sat, 14 Feb 2004 13:40:02 +0000 (13:40 +0000)]
.

20 years agoregenerate from patched Makefile.am.in
Jim Meyering [Wed, 11 Feb 2004 15:33:38 +0000 (15:33 +0000)]
regenerate from patched Makefile.am.in

20 years ago*** empty log message ***
Jim Meyering [Wed, 11 Feb 2004 11:46:37 +0000 (11:46 +0000)]
*** empty log message ***

20 years ago($(srcdir)/Makefile.am): Use more portable
Jim Meyering [Wed, 11 Feb 2004 11:46:34 +0000 (11:46 +0000)]
($(srcdir)/Makefile.am): Use more portable
$(srcdir)/../Makefile.am.in, rather than $<.
Suggestion from Michael Elizabeth Chastain.

20 years ago*** empty log message ***
Jim Meyering [Wed, 11 Feb 2004 11:45:47 +0000 (11:45 +0000)]
*** empty log message ***

20 years ago(Formatting the file names):
Jim Meyering [Wed, 11 Feb 2004 11:22:18 +0000 (11:22 +0000)]
(Formatting the file names):
Improve wording for --quoting-style documentation.
Suggestions by Bruno Haible.

20 years agorevert unrelated (ls --quoting-style) part of last change
Jim Meyering [Wed, 11 Feb 2004 08:44:39 +0000 (08:44 +0000)]
revert unrelated (ls --quoting-style) part of last change

20 years ago*** empty log message ***
Jim Meyering [Wed, 11 Feb 2004 08:42:43 +0000 (08:42 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Jim Meyering [Wed, 11 Feb 2004 08:42:36 +0000 (08:42 +0000)]
*** empty log message ***

20 years ago(Time directives): The %s value *is* changed by the
Jim Meyering [Wed, 11 Feb 2004 08:42:31 +0000 (08:42 +0000)]
(Time directives): The %s value *is* changed by the
--date=DATE option; don't say otherwise.  Patch from Padraig Brady.

20 years agobump to 5.2.0
Jim Meyering [Tue, 10 Feb 2004 10:06:53 +0000 (10:06 +0000)]
bump to 5.2.0

20 years ago.
Jim Meyering [Tue, 10 Feb 2004 10:06:39 +0000 (10:06 +0000)]
.

20 years ago.
Jim Meyering [Tue, 10 Feb 2004 09:54:25 +0000 (09:54 +0000)]
.

20 years ago.
Jim Meyering [Tue, 10 Feb 2004 08:34:44 +0000 (08:34 +0000)]
.

20 years ago*** empty log message ***
Jim Meyering [Tue, 10 Feb 2004 08:17:47 +0000 (08:17 +0000)]
*** empty log message ***