platform/upstream/coreutils.git
18 years agotweak grammar in comment
Jim Meyering [Sun, 25 Jun 2006 19:27:19 +0000 (19:27 +0000)]
tweak grammar in comment

18 years ago* NEWS: wc accepts a new option --files0-from=FILE, where FILE
Jim Meyering [Sun, 25 Jun 2006 18:26:09 +0000 (18:26 +0000)]
* NEWS: wc accepts a new option --files0-from=FILE, where FILE
contains a list of NUL-separated file names.

* src/wc.c: Include "readtokens.h".
(usage): Describe the new option, and adjust the `Usage':
with this option, no FILE may be specified on the command line.
(main): Handle the new option.
* tests/misc/wc-files0: New tests, for the above.
* tests/misc/wc-files0-from: Likewise.
* tests/misc/Makefile.am (TESTS): Add wc-files0.

18 years ago(sleep invocation): Document that accepting
Jim Meyering [Sun, 25 Jun 2006 06:55:07 +0000 (06:55 +0000)]
(sleep invocation): Document that accepting
multiple arguments and suffixes are extensions.
Reported by Dan Jacobson.

18 years ago* src/md5sum.c (DIGEST_BUFFER): Remove now-unused definitions.
Jim Meyering [Sat, 24 Jun 2006 05:31:41 +0000 (05:31 +0000)]
* src/md5sum.c (DIGEST_BUFFER): Remove now-unused definitions.

18 years ago* src/tee.c (tee_files): Rename from tee, to avoid conflict with
Jim Meyering [Thu, 22 Jun 2006 12:50:32 +0000 (12:50 +0000)]
* src/tee.c (tee_files): Rename from tee, to avoid conflict with
the function in glibc's <fcntl.h>.  Reported by Andreas Schwab.

18 years ago(openat): Use ?:, not if, to work around GCC bug 4210.
Paul Eggert [Tue, 20 Jun 2006 19:20:25 +0000 (19:20 +0000)]
(openat): Use ?:, not if, to work around GCC bug 4210.

18 years agofix typo in comment: s/nerrower/narrower/
Jim Meyering [Tue, 20 Jun 2006 10:19:40 +0000 (10:19 +0000)]
fix typo in comment: s/nerrower/narrower/

18 years ago(gl_IGNORE_UNUSED_LIBRARIES):
Paul Eggert [Tue, 20 Jun 2006 05:59:16 +0000 (05:59 +0000)]
(gl_IGNORE_UNUSED_LIBRARIES):
Use -Wl,--as-needed, not bare --as-needed, since HP-UX 11.11
cc merely issues a bunch of annoying warnings for --as-needed
(this problem was reported by Bob Proulx).  Also, try linking with
-lm to detect a bug in binutils 2.16 (this problem was reported
by Ralf Wildenhues).

18 years ago*** empty log message ***
Jim Meyering [Mon, 19 Jun 2006 19:13:04 +0000 (19:13 +0000)]
*** empty log message ***

18 years agoApply this change from gnulib:
Jim Meyering [Mon, 19 Jun 2006 19:13:00 +0000 (19:13 +0000)]
Apply this change from gnulib:
2006-06-16  Eric Blake  <ebb9@byu.net>
* unsetenv.c [!defined errno]: Assume errno.h declares errno.

18 years ago(gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
Paul Eggert [Mon, 19 Jun 2006 07:19:00 +0000 (07:19 +0000)]
(gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's
--as-needed option if available.

18 years ago* Makefile.cfg (local-checks-to-skip): Add changelog-check,
Jim Meyering [Sun, 18 Jun 2006 22:06:42 +0000 (22:06 +0000)]
* Makefile.cfg (local-checks-to-skip): Add changelog-check,
so this check is not run as part of "make distcheck".

18 years agoTest for a bug that causes glibc's getcwd to suffer a failed assertion.
Jim Meyering [Sun, 18 Jun 2006 21:52:03 +0000 (21:52 +0000)]
Test for a bug that causes glibc's getcwd to suffer a failed assertion.
* getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): New file and macro.
* getcwd.m4 (gl_FUNC_GETCWD): If we detect support for getcwd_null,
also check for glibc-2.4's abort-inducing bug.

18 years ago*** empty log message ***
Jim Meyering [Sun, 18 Jun 2006 17:08:52 +0000 (17:08 +0000)]
*** empty log message ***

18 years agoFix typo (s/neq/ne/) in previous change.
Jim Meyering [Sun, 18 Jun 2006 17:08:50 +0000 (17:08 +0000)]
Fix typo (s/neq/ne/) in previous change.

18 years ago* getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
Jim Meyering [Sun, 18 Jun 2006 14:29:29 +0000 (14:29 +0000)]
* getcwd-path-max.m4 (gl_FUNC_GETCWD_PATH_MAX): Fix typo.
Low-probability clean-up should be to use rmdir to get rid of
the just-created directory, not unlink.

18 years ago* ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
Jim Meyering [Sun, 18 Jun 2006 14:00:34 +0000 (14:00 +0000)]
* ftruncate.m4 (gl_FUNC_FTRUNCATE): If ftruncate is missing, make
configure fail, and request a bug report to inform us about it.
Add a comment that, barring reports to the contrary, in 2007 we'll
assume ftruncate is universally available.

18 years agomake error output a little clearer
Jim Meyering [Sun, 18 Jun 2006 06:31:25 +0000 (06:31 +0000)]
make error output a little clearer

18 years ago* tests/rm/inaccessible: Skip this test on systems without openat support.
Jim Meyering [Sat, 17 Jun 2006 17:46:33 +0000 (17:46 +0000)]
* tests/rm/inaccessible: Skip this test on systems without openat support.
Reported by Bob Proulx.

18 years ago.
Jim Meyering [Fri, 16 Jun 2006 09:57:36 +0000 (09:57 +0000)]
.

18 years agoadd these two files (a and b) so that I can remove them -- in the eyes of cvsps
Jim Meyering [Fri, 16 Jun 2006 09:57:11 +0000 (09:57 +0000)]
add these two files (a and b) so that I can remove them -- in the eyes of cvsps

18 years agoremove the files once and for all, so that tools like cvsps (and even 'cvs update...
Jim Meyering [Fri, 16 Jun 2006 09:54:29 +0000 (09:54 +0000)]
remove the files once and for all, so that tools like cvsps (and even 'cvs update') don't think they're still around

18 years agoImprove permission checks to handle
Paul Eggert [Thu, 15 Jun 2006 17:35:00 +0000 (17:35 +0000)]
Improve permission checks to handle
running mkdir test in set-gid directories.

18 years agotests/du/basic: Revamp not to hard-code file system block sizes.
Jim Meyering [Wed, 14 Jun 2006 08:45:33 +0000 (08:45 +0000)]
tests/du/basic: Revamp not to hard-code file system block sizes.

18 years agotests/du/Makefile.am (TESTS_ENVIRONMENT): Pass $(PERL), for the files0-from test.
Jim Meyering [Mon, 12 Jun 2006 20:35:55 +0000 (20:35 +0000)]
tests/du/Makefile.am (TESTS_ENVIRONMENT): Pass $(PERL), for the files0-from test.

18 years ago(check-texinfo): Use $(_W) and $(W_) instead of
Paul Eggert [Mon, 12 Jun 2006 20:10:25 +0000 (20:10 +0000)]
(check-texinfo): Use $(_W) and $(W_) instead of
assuming grep -w (which is not portable).

18 years agoMakefile.am (EXTRA_DIST): Add .gitignore.
Jim Meyering [Sun, 11 Jun 2006 10:03:09 +0000 (10:03 +0000)]
Makefile.am (EXTRA_DIST): Add .gitignore.

18 years ago*** empty log message ***
Jim Meyering [Sun, 11 Jun 2006 08:43:28 +0000 (08:43 +0000)]
*** empty log message ***

18 years agoSetting TIME_STYLE=long-iso in the environment would make the
Jim Meyering [Sun, 11 Jun 2006 08:12:37 +0000 (08:12 +0000)]
Setting TIME_STYLE=long-iso in the environment would make the
cp/same-file test fail.
* tests/envvar-check (vars): Add TIME_STYLE to the list.
* tests/cp/same-file: Revert last change.
Source the envvar-check script, to ensure that TIME_STYLE
settings don't affect these tests.

18 years ago* tests/cp/same-file: Execute 'ls' in the C locale, so that it
Paul Eggert [Sun, 11 Jun 2006 07:59:16 +0000 (07:59 +0000)]
* tests/cp/same-file: Execute 'ls' in the C locale, so that it
uses POSIX time stamp formats.  Problem reported by John Nixon in
<http://lists.gnu.org/archive/html/bug-coreutils/2006-06/msg00062.html>.

18 years ago(__attribute__): Don't define if already defined.
Paul Eggert [Sun, 11 Jun 2006 07:11:31 +0000 (07:11 +0000)]
(__attribute__): Don't define if already defined.

18 years agoMention the AIX-strndup-bug vs. dircolors workaround.
Jim Meyering [Sat, 10 Jun 2006 09:41:39 +0000 (09:41 +0000)]
Mention the AIX-strndup-bug vs. dircolors workaround.

18 years agoApply this change from gnulib:
Jim Meyering [Sat, 10 Jun 2006 09:10:12 +0000 (09:10 +0000)]
Apply this change from gnulib:

2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
    Bruno Haible  <bruno@clisp.org>

* strndup.c (strndup) [!_LIBC]: Don't undefine macro definition.

18 years agoApply this change from gnulib:
Jim Meyering [Sat, 10 Jun 2006 09:01:41 +0000 (09:01 +0000)]
Apply this change from gnulib:

2006-05-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
    Bruno Haible  <bruno@clisp.org>

* strndup.m4 (gl_FUNC_STRNDUP): Replace the AC_REPLACE_FUNCS with a
check for the declaration of strnlen and a run test that exposes the
AIX 5.1 strnlen bug.  In the failure case, #define strndup to
rpl_strndup.

18 years ago*** empty log message ***
Jim Meyering [Sat, 10 Jun 2006 07:58:09 +0000 (07:58 +0000)]
*** empty log message ***

18 years agoRequire a "Version N.M" line at the top of the ChangeLog
Jim Meyering [Sat, 10 Jun 2006 07:58:05 +0000 (07:58 +0000)]
Require a "Version N.M" line at the top of the ChangeLog
file only when making the actual release, not when running
"make distcheck".

(maintainer-distcheck): Don't depend on
changelog-check.
(alpha beta major): Depend on it here, instead.

18 years agoEnsure that cat works with any of the options, -A -v -e -E -T,
Jim Meyering [Thu, 8 Jun 2006 20:13:37 +0000 (20:13 +0000)]
Ensure that cat works with any of the options, -A -v -e -E -T,
when applied to files in /proc and /sys, even when the FIONREAD
ioctl produces nonsensical results.  Before this change, cat would
produce no output (or truncated output), for some linux kernels.

* src/cat.c (write_pending): New function, factored out of cat.
(cat): Also interpret a negative ioctl/FIONREAD count as indicating
that there are bytes to read.  Some versions of linux-2.6.16 do that.
Write any pending output before returning.
Reported by Dan Jacobson in <http://bugs.debian.org/370583>.
* NEWS: Mention this bug fix.
* tests/misc/cat-proc: New file.  Test for the above.
* tests/misc/Makefile.am (TESTS): Add cat-proc.

18 years ago(eval4): Detect overflow properly when multiplying INTMAX_MIN * -1.
Paul Eggert [Thu, 8 Jun 2006 02:53:25 +0000 (02:53 +0000)]
(eval4): Detect overflow properly when multiplying INTMAX_MIN * -1.

18 years agoDon't claim x86 behavior is erroneous in a comment.
Paul Eggert [Wed, 7 Jun 2006 05:58:57 +0000 (05:58 +0000)]
Don't claim x86 behavior is erroneous in a comment.

18 years agoThe 'expr' command now detects and reports integer overflow.
Paul Eggert [Wed, 7 Jun 2006 05:52:41 +0000 (05:52 +0000)]
The 'expr' command now detects and reports integer overflow.

18 years ago(integer_overflow): New function.
Paul Eggert [Wed, 7 Jun 2006 05:52:27 +0000 (05:52 +0000)]
(integer_overflow): New function.
(eval4, eval3): Check for integer overflow.

18 years agoThe 'expr' command now detects and reports integer overflow.
Paul Eggert [Wed, 7 Jun 2006 05:52:07 +0000 (05:52 +0000)]
The 'expr' command now detects and reports integer overflow.

18 years agoFix problems when building with Solaris/SVR4/etc. make, which uses a
Paul Eggert [Mon, 5 Jun 2006 20:05:26 +0000 (20:05 +0000)]
Fix problems when building with Solaris/SVR4/etc. make, which uses a
different and somewhat bogus implementation of VPATH.

18 years agoRename file to avoid bugs with VPATH builds and Solaris 'make'.
Paul Eggert [Mon, 5 Jun 2006 20:05:00 +0000 (20:05 +0000)]
Rename file to avoid bugs with VPATH builds and Solaris 'make'.

18 years agoDon't assign to PROG; no longer needed
Paul Eggert [Mon, 5 Jun 2006 20:03:52 +0000 (20:03 +0000)]
Don't assign to PROG; no longer needed
now that Makefile.am sets PROG to the basename.

18 years ago(PROG): Take the basename of $$tst,
Paul Eggert [Mon, 5 Jun 2006 20:03:27 +0000 (20:03 +0000)]
(PROG): Take the basename of $$tst,
in case Solaris make has prepended the directory.
(TESTS): Adjust to test script renamings.

18 years ago* regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
Paul Eggert [Mon, 5 Jun 2006 05:21:46 +0000 (05:21 +0000)]
* regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
reported by Andreas Schwab.

18 years ago*** empty log message ***
Jim Meyering [Sat, 3 Jun 2006 09:04:26 +0000 (09:04 +0000)]
*** empty log message ***

18 years agoMake `cp --link --no-dereference' work also on systems where the
Jim Meyering [Sat, 3 Jun 2006 09:04:22 +0000 (09:04 +0000)]
Make `cp --link --no-dereference' work also on systems where the
link system call cannot create a hard link to a symbolic link.

(copy_internal) [LINK_FOLLOWS_SYMLINKS]: Don't use
the link syscall on a symlink when it would do the wrong thing.
Based on the patch by Aurelien Jarno: <http://bugs.debian.org/329451>

18 years ago`cp --link --no-dereference' now works also on systems where the
Jim Meyering [Sat, 3 Jun 2006 09:04:05 +0000 (09:04 +0000)]
`cp --link --no-dereference' now works also on systems where the
link system call cannot create a hard link to a symbolic link.

18 years agoTest for this:
Jim Meyering [Sat, 3 Jun 2006 09:03:19 +0000 (09:03 +0000)]
Test for this:

  Make `cp --link --no-dereference' work also on systems where the
  link system call cannot create a hard link to a symbolic link.
  * src/copy.c (copy_internal) [LINK_FOLLOWS_SYMLINKS]: Don't use
  the link syscall on a symlink when it would do the wrong thing.
  Based on the patch by Aurelien Jarno: <http://bugs.debian.org/329451>

18 years ago(TESTS): Add link-no-deref.
Jim Meyering [Sat, 3 Jun 2006 09:02:53 +0000 (09:02 +0000)]
(TESTS): Add link-no-deref.

18 years ago*** empty log message ***
Jim Meyering [Sat, 3 Jun 2006 08:29:28 +0000 (08:29 +0000)]
*** empty log message ***

18 years agoFix some HP-UX 11.23 porting bugs.
Paul Eggert [Thu, 1 Jun 2006 07:10:48 +0000 (07:10 +0000)]
Fix some HP-UX 11.23 porting bugs.

18 years agoDon't assume that >&- works.
Paul Eggert [Thu, 1 Jun 2006 07:10:34 +0000 (07:10 +0000)]
Don't assume that >&- works.

18 years agoDon't assume that >&- works. Add a /dev/full test.
Paul Eggert [Thu, 1 Jun 2006 07:10:15 +0000 (07:10 +0000)]
Don't assume that >&- works.  Add a /dev/full test.

18 years agoDon't assume that \< \> works in sed.
Paul Eggert [Thu, 1 Jun 2006 07:09:51 +0000 (07:09 +0000)]
Don't assume that \< \> works in sed.

18 years ago*** empty log message ***
Jim Meyering [Tue, 30 May 2006 06:22:20 +0000 (06:22 +0000)]
*** empty log message ***

18 years ago(usage): Add `v' to the list of sorting-related options.
Jim Meyering [Tue, 30 May 2006 06:22:16 +0000 (06:22 +0000)]
(usage): Add `v' to the list of sorting-related options.
From Justin Pryzby.

18 years agoUpdate from gnulib.
Jim Meyering [Mon, 29 May 2006 06:55:36 +0000 (06:55 +0000)]
Update from gnulib.

18 years ago*** empty log message ***
Jim Meyering [Sun, 28 May 2006 12:12:47 +0000 (12:12 +0000)]
*** empty log message ***

18 years agoSource lang-default. From Ralf Wildenhues.
Jim Meyering [Sun, 28 May 2006 12:11:35 +0000 (12:11 +0000)]
Source lang-default.  From Ralf Wildenhues.

18 years ago*** empty log message ***
Jim Meyering [Sun, 28 May 2006 09:33:00 +0000 (09:33 +0000)]
*** empty log message ***

18 years agoAIX 4.3.3 gives a different diagnostic.
Jim Meyering [Sun, 28 May 2006 09:32:54 +0000 (09:32 +0000)]
AIX 4.3.3 gives a different diagnostic.
Recognize it, too.  Reported by Ralf Wildenhues, in
http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00192.html

18 years ago(gl_C99_STRTOLD): Use a link test rather than a
Paul Eggert [Sun, 28 May 2006 09:16:57 +0000 (09:16 +0000)]
(gl_C99_STRTOLD): Use a link test rather than a
compile test, for Tru64 4.0D.

18 years ago*** empty log message ***
Jim Meyering [Sun, 28 May 2006 09:03:12 +0000 (09:03 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Jim Meyering [Sun, 28 May 2006 09:02:42 +0000 (09:02 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Jim Meyering [Sat, 27 May 2006 15:51:23 +0000 (15:51 +0000)]
*** empty log message ***

18 years agoUse `AM_MAKEINFOFLAGS' rather than
Jim Meyering [Sat, 27 May 2006 15:51:19 +0000 (15:51 +0000)]
Use `AM_MAKEINFOFLAGS' rather than
overwriting `MAKEINFO', so that `missing' can do its job.

18 years ago*** empty log message ***
Jim Meyering [Sat, 27 May 2006 15:13:35 +0000 (15:13 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Jim Meyering [Sat, 27 May 2006 15:12:05 +0000 (15:12 +0000)]
*** empty log message ***

18 years agochgrp now supports --preserve-root, --no-preserve-root
Jim Meyering [Sat, 27 May 2006 15:01:36 +0000 (15:01 +0000)]
chgrp now supports --preserve-root, --no-preserve-root

18 years ago*** empty log message ***
Jim Meyering [Sat, 27 May 2006 15:00:22 +0000 (15:00 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Jim Meyering [Sat, 27 May 2006 14:44:44 +0000 (14:44 +0000)]
*** empty log message ***

18 years agoSupport new options: --preserve-root and --no-preserve-root.
Jim Meyering [Sat, 27 May 2006 14:44:41 +0000 (14:44 +0000)]
Support new options: --preserve-root and --no-preserve-root.
Somehow this program was skipped when those options were added to chown,
chmod, and rm.  Reported by vaqflabuopac@spammotel.com in
<http://bugs.debian.org/365656>.

18 years ago*** empty log message ***
Jim Meyering [Sat, 27 May 2006 13:43:12 +0000 (13:43 +0000)]
*** empty log message ***

18 years ago(check-texinfo): Use literal `{' only in brackets, i.e., [{] or [}],
Jim Meyering [Sat, 27 May 2006 13:43:07 +0000 (13:43 +0000)]
(check-texinfo): Use literal `{' only in brackets, i.e., [{] or [}],
to avoid triggering an error from Solaris 2.6's grep.

18 years ago*** empty log message ***
Jim Meyering [Sat, 27 May 2006 13:32:10 +0000 (13:32 +0000)]
*** empty log message ***

18 years agoUse `$(EGREP)' instead of `grep -E'.
Jim Meyering [Sat, 27 May 2006 13:32:04 +0000 (13:32 +0000)]
Use `$(EGREP)' instead of `grep -E'.

18 years ago(small_open, large_open): New macros.
Paul Eggert [Thu, 25 May 2006 21:57:22 +0000 (21:57 +0000)]
(small_open, large_open): New macros.
(__open, __open64) [!_LIBC]: Remove.
(__gen_tempname): Use small_open and large_open instead of __open
and __open64.  This fixes a portability bug on HP-UX 11.11i
reported by Simon Wing-Tang in
<http://lists.gnu.org/archive/html/bug-coreutils/2006-05/msg00114.html>.

18 years agoRemove mention of --seed.
Paul Eggert [Thu, 25 May 2006 16:48:05 +0000 (16:48 +0000)]
Remove mention of --seed.

18 years ago(usage): Remove mention of --seed.
Paul Eggert [Thu, 25 May 2006 16:47:43 +0000 (16:47 +0000)]
(usage): Remove mention of --seed.

18 years ago*** empty log message ***
Jim Meyering [Wed, 24 May 2006 07:35:32 +0000 (07:35 +0000)]
*** empty log message ***

18 years agoRequire autoconf-2.59d, for its fixed version
Jim Meyering [Wed, 24 May 2006 07:35:28 +0000 (07:35 +0000)]
Require autoconf-2.59d, for its fixed version
of AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.

18 years agoFix misspelling.
Paul Eggert [Tue, 23 May 2006 07:48:31 +0000 (07:48 +0000)]
Fix misspelling.

18 years agoNote problem with string.h.
Paul Eggert [Tue, 23 May 2006 07:48:12 +0000 (07:48 +0000)]
Note problem with string.h.

18 years agofilemode.c: Don't include <string.h>.
Paul Eggert [Tue, 23 May 2006 07:47:51 +0000 (07:47 +0000)]
filemode.c: Don't include <string.h>.

18 years agoDon't include <string.h>; this include was
Paul Eggert [Tue, 23 May 2006 07:47:32 +0000 (07:47 +0000)]
Don't include <string.h>; this include was
inadvertantly put into the previous patch.

18 years ago* filemode.c (setst): Remove.
Paul Eggert [Mon, 22 May 2006 20:11:45 +0000 (20:11 +0000)]
* filemode.c (setst): Remove.
(strmode): Rewrite to avoid setst.  This makes the code shorter,
(arguably) clearer, and the generated code is a bit smaller on my
Debian GNU/Linux stable x86 host.

18 years agoDocument the internals better. Most of this change
Paul Eggert [Mon, 22 May 2006 18:01:48 +0000 (18:01 +0000)]
Document the internals better.  Most of this change
was written by Bruno Haible.

18 years ago*** empty log message ***
Jim Meyering [Sun, 21 May 2006 22:04:34 +0000 (22:04 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Jim Meyering [Sat, 20 May 2006 22:18:20 +0000 (22:18 +0000)]
*** empty log message ***

18 years ago(fts_open): Fail with EINVAL if a caller violates this rule:
Jim Meyering [Sat, 20 May 2006 22:18:16 +0000 (22:18 +0000)]
(fts_open): Fail with EINVAL if a caller violates this rule:
Either FTS_LOGICAL or FTS_PHYSICAL must be provided to the
fts_open() function.

18 years ago*** empty log message ***
Jim Meyering [Sat, 20 May 2006 19:00:46 +0000 (19:00 +0000)]
*** empty log message ***

18 years ago(main): Use FTS_PHYSICAL here, too.
Jim Meyering [Sat, 20 May 2006 17:27:07 +0000 (17:27 +0000)]
(main): Use FTS_PHYSICAL here, too.

18 years ago*** empty log message ***
Jim Meyering [Sat, 20 May 2006 07:20:03 +0000 (07:20 +0000)]
*** empty log message ***

18 years ago(main): Rename local, s/symlink_deref_bit/symlink_deref_bits/
Jim Meyering [Sat, 20 May 2006 07:19:53 +0000 (07:19 +0000)]
(main): Rename local, s/symlink_deref_bit/symlink_deref_bits/
and arrange for -D to set fts' FTS_PHYSICAL bit as well as
FTS_COMFOLLOW.  Spotted by Justin Pryzby.

18 years ago*** empty log message ***
Jim Meyering [Fri, 19 May 2006 22:30:55 +0000 (22:30 +0000)]
*** empty log message ***

18 years agoMerge changes from automake, retaining the ""--to...
Jim Meyering [Fri, 19 May 2006 22:30:27 +0000 (22:30 +0000)]
Merge changes from automake, retaining the ""--to...
kludge to placate overzealous `make distcheck' check.

18 years agoSync nanosleep from gnulib.
Paul Eggert [Fri, 19 May 2006 18:03:25 +0000 (18:03 +0000)]
Sync nanosleep from gnulib.