platform/upstream/coreutils.git
18 years ago(gl_ULLONG_MAX): Simplify so that it merely
Paul Eggert [Wed, 28 Sep 2005 22:08:46 +0000 (22:08 +0000)]
(gl_ULLONG_MAX): Simplify so that it merely
defines ULONG_MAX_LT_ULLONG_MAX.  Thomas M.Ott reports that
ULLONG_MAX doesn't work with 2.7.2.1.

18 years ago*** empty log message ***
Jim Meyering [Wed, 28 Sep 2005 21:48:05 +0000 (21:48 +0000)]
*** empty log message ***

18 years agoUse 5.90-cvs as the version string.
Jim Meyering [Wed, 28 Sep 2005 21:47:30 +0000 (21:47 +0000)]
Use 5.90-cvs as the version string.

18 years ago*** empty log message ***
Jim Meyering [Wed, 28 Sep 2005 18:34:37 +0000 (18:34 +0000)]
*** empty log message ***

18 years agoremove note about FreeBSD make test failure.
Jim Meyering [Wed, 28 Sep 2005 18:34:26 +0000 (18:34 +0000)]
remove note about FreeBSD make test failure.

18 years agoWork around a bug in FreeBSD 5.0.
Jim Meyering [Wed, 28 Sep 2005 18:33:11 +0000 (18:33 +0000)]
Work around a bug in FreeBSD 5.0.

18 years ago*** empty log message ***
Jim Meyering [Wed, 28 Sep 2005 08:27:04 +0000 (08:27 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Jim Meyering [Wed, 28 Sep 2005 08:21:33 +0000 (08:21 +0000)]
*** empty log message ***

18 years agoadd a FIXME comment
Jim Meyering [Tue, 27 Sep 2005 09:40:39 +0000 (09:40 +0000)]
add a FIXME comment

18 years ago*** empty log message ***
Jim Meyering [Tue, 27 Sep 2005 08:59:54 +0000 (08:59 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Jim Meyering [Tue, 27 Sep 2005 08:59:04 +0000 (08:59 +0000)]
*** empty log message ***

18 years ago[HAVE_CONFIG_H]: Include <config.h>.
Jim Meyering [Tue, 27 Sep 2005 08:58:55 +0000 (08:58 +0000)]
[HAVE_CONFIG_H]: Include <config.h>.

18 years ago[HAVE_CONFIG_H]: Include <config.h> conditionally,
Jim Meyering [Tue, 27 Sep 2005 08:44:07 +0000 (08:44 +0000)]
[HAVE_CONFIG_H]: Include <config.h> conditionally,
to be consistent with gnulib.

18 years agoChange #ifdef<TAB>HAVE_CONFIG_H to #ifdef HAVE_CONFIG_H.
Jim Meyering [Tue, 27 Sep 2005 08:33:47 +0000 (08:33 +0000)]
Change #ifdef<TAB>HAVE_CONFIG_H to #ifdef HAVE_CONFIG_H.

18 years ago*** empty log message ***
Jim Meyering [Tue, 27 Sep 2005 08:21:35 +0000 (08:21 +0000)]
*** empty log message ***

18 years agoInclude <config.h> here, now that strnumcmp-in.h no longer includes it.
Jim Meyering [Tue, 27 Sep 2005 08:21:28 +0000 (08:21 +0000)]
Include <config.h> here, now that strnumcmp-in.h no longer includes it.

18 years ago*** empty log message ***
Jim Meyering [Tue, 27 Sep 2005 06:56:44 +0000 (06:56 +0000)]
*** empty log message ***

18 years agoTest "touch -" too, and change "touch -c - >&-" so that it does not
Paul Eggert [Mon, 26 Sep 2005 23:03:53 +0000 (23:03 +0000)]
Test "touch -" too, and change "touch -c - >&-" so that it does not
report an error, since that's more logical.

18 years agoTest "touch -" too.
Paul Eggert [Mon, 26 Sep 2005 23:02:34 +0000 (23:02 +0000)]
Test "touch -" too.

18 years ago(touch): Handle "touch -c - >&-" by checking for EBADF
Paul Eggert [Mon, 26 Sep 2005 23:02:14 +0000 (23:02 +0000)]
(touch): Handle "touch -c - >&-" by checking for EBADF
and ENOSYS.
Do not pass "-" to futimens; pass NULL instead.
If close (STDIN_FILENO) fails, report the error separately instead
of letting the 'close' pollute errno.

18 years agoutimens.c portability fixes.
Paul Eggert [Mon, 26 Sep 2005 23:01:25 +0000 (23:01 +0000)]
utimens.c portability fixes.

18 years agoInclude unistd.h, for dup2.
Paul Eggert [Mon, 26 Sep 2005 23:01:00 +0000 (23:01 +0000)]
Include unistd.h, for dup2.
(futimens): Fix typo: HAVE_FUTIMESAT was misspelled in an #if.
(futimens) [! HAVE_FUTIMESAT]: If !file, set errno before returning -1.

18 years ago*** empty log message ***
Jim Meyering [Mon, 26 Sep 2005 09:10:54 +0000 (09:10 +0000)]
*** empty log message ***

18 years ago(gl_FUNC_UTIMES): Detect the version of utimes
Jim Meyering [Mon, 26 Sep 2005 09:10:50 +0000 (09:10 +0000)]
(gl_FUNC_UTIMES): Detect the version of utimes
from glibc-2.2.5 that fails for read-only files.

18 years ago.
Jim Meyering [Mon, 26 Sep 2005 07:34:41 +0000 (07:34 +0000)]
.

18 years ago*** empty log message ***
Jim Meyering [Mon, 26 Sep 2005 07:33:53 +0000 (07:33 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Jim Meyering [Mon, 26 Sep 2005 07:32:14 +0000 (07:32 +0000)]
*** empty log message ***

18 years ago(TESTS): Add read-only.
Jim Meyering [Mon, 26 Sep 2005 07:32:08 +0000 (07:32 +0000)]
(TESTS): Add read-only.

18 years agoNew test, for root of chmod/usage failure.
Jim Meyering [Mon, 26 Sep 2005 07:31:57 +0000 (07:31 +0000)]
New test, for root of chmod/usage failure.

18 years ago*** empty log message ***
Jim Meyering [Mon, 26 Sep 2005 07:25:29 +0000 (07:25 +0000)]
*** empty log message ***

18 years agoWork around the root cause of alpha-linux-1.sf.net test failure.
Jim Meyering [Mon, 26 Sep 2005 07:25:23 +0000 (07:25 +0000)]
Work around the root cause of alpha-linux-1.sf.net test failure.

Remove all files in inner loop.
Otherwise, with a touch program that fails on unwritable files,
(this happens at least on linux-2.2.20) a -w file left behind
from a previous iteration could cause a spurious test failure.

18 years agoUndo the s/files/file/ change, but add
Jim Meyering [Mon, 26 Sep 2005 07:20:22 +0000 (07:20 +0000)]
Undo the s/files/file/ change, but add
comments about why the old version was desired.

18 years ago*** empty log message ***
Jim Meyering [Sun, 25 Sep 2005 20:46:34 +0000 (20:46 +0000)]
*** empty log message ***

18 years ago(setuid-etc): Work around output mismatch when
Jim Meyering [Sun, 25 Sep 2005 20:46:30 +0000 (20:46 +0000)]
(setuid-etc): Work around output mismatch when
a just-created test file cannot be made set-group-ID.

18 years ago.
Jim Meyering [Sun, 25 Sep 2005 17:01:54 +0000 (17:01 +0000)]
.

18 years ago.
Jim Meyering [Sun, 25 Sep 2005 12:54:04 +0000 (12:54 +0000)]
.

18 years ago*** empty log message ***
Jim Meyering [Sun, 25 Sep 2005 09:59:30 +0000 (09:59 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Jim Meyering [Sun, 25 Sep 2005 09:59:23 +0000 (09:59 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Jim Meyering [Sun, 25 Sep 2005 09:58:04 +0000 (09:58 +0000)]
*** empty log message ***

18 years agoUse newer trap and tmpdir-creation framework.
Jim Meyering [Sun, 25 Sep 2005 09:58:00 +0000 (09:58 +0000)]
Use newer trap and tmpdir-creation framework.
Fix apparent typos (s/files/file/) in inner loop.

18 years agoProtect against multiple inclusion.
Jim Meyering [Sun, 25 Sep 2005 06:14:33 +0000 (06:14 +0000)]
Protect against multiple inclusion.

18 years ago(touch): "touch -" now touches standard output.
Paul Eggert [Sun, 25 Sep 2005 06:12:21 +0000 (06:12 +0000)]
(touch): "touch -" now touches standard output.
(usage): Document this.

18 years ago"touch -" now touches standard output.
Paul Eggert [Sun, 25 Sep 2005 06:11:45 +0000 (06:11 +0000)]
"touch -" now touches standard output.

18 years ago"touch -" now touches standard output.
Paul Eggert [Sun, 25 Sep 2005 06:09:51 +0000 (06:09 +0000)]
"touch -" now touches standard output.

18 years agoSupport having a null PATH if the file descriptor is nonnegative.
Paul Eggert [Sun, 25 Sep 2005 06:09:22 +0000 (06:09 +0000)]
Support having a null PATH if the file descriptor is nonnegative.

18 years ago(ENOSYS): Define if not already defined.
Paul Eggert [Sun, 25 Sep 2005 06:08:45 +0000 (06:08 +0000)]
(ENOSYS): Define if not already defined.
(ftimens): Support having a null PATH if the file descriptor
is nonnegative.

18 years ago(touch invocation): "touch -" now touches standard output.
Paul Eggert [Sun, 25 Sep 2005 06:08:17 +0000 (06:08 +0000)]
(touch invocation): "touch -" now touches standard output.

18 years ago"touch -" now touches standard output.
Paul Eggert [Sun, 25 Sep 2005 06:07:48 +0000 (06:07 +0000)]
"touch -" now touches standard output.

18 years agoUpgrade regex_internal.h patch.
Paul Eggert [Sun, 25 Sep 2005 04:18:54 +0000 (04:18 +0000)]
Upgrade regex_internal.h patch.

18 years ago(__GNUC_PREREQ, always_inline, inline, pure):
Paul Eggert [Sun, 25 Sep 2005 04:18:39 +0000 (04:18 +0000)]
(__GNUC_PREREQ, always_inline, inline, pure):
Remove.
(__attribute): Define to empty unless GCC 3.1 or later.
This works around a core dump on OpenBSD 3.4, which has GCC
2.95.3, which dumps core when given __attribute__(()).  It also
simplifies other tests, since we really don't want to bother with
worrying about which ancient version of GCC supported what.
Original problem reported by Yoann Vandoorselaere, with part of
the fix suggested by Derek Price.

18 years agoPrefer fchown to chown and fchmod to chmod when copying regular files.
Paul Eggert [Sun, 25 Sep 2005 03:08:40 +0000 (03:08 +0000)]
Prefer fchown to chown and fchmod to chmod when copying regular files.

18 years ago* jm-macros.m4 (gl_MACROS): Check for fchmod and fchown.
Paul Eggert [Sun, 25 Sep 2005 03:08:15 +0000 (03:08 +0000)]
* jm-macros.m4 (gl_MACROS): Check for fchmod and fchown.

18 years ago(gl_MACROS): Check for fchmod and fchown.
Paul Eggert [Sun, 25 Sep 2005 03:07:53 +0000 (03:07 +0000)]
(gl_MACROS): Check for fchmod and fchown.

18 years ago(HAVE_FCHMOD, HAVE_FCHOWN): Define to 0 if not defined.
Paul Eggert [Sun, 25 Sep 2005 03:07:33 +0000 (03:07 +0000)]
(HAVE_FCHMOD, HAVE_FCHOWN): Define to 0 if not defined.
(copy_reg): New args CHOWN_SUCCEDED and DST_SB.  All callers changed.
Add a "goto close_src_and_dst_desc;" that was missing in the
previous patch.
(copy_reg) [HAVE_FCHOWN]: Prefer fchown to chown.
(copy_reg) [HAVE_FCHMOD]: Prefer fchmod to chmod.
(copy_internal): Don't invoke chown if fchown worked,
and likewise for chmod and fchmod.

18 years ago* Makefile.am (libcoreutils_a_SOURCES): Remove mbchar.c.
Paul Eggert [Sat, 24 Sep 2005 23:14:21 +0000 (23:14 +0000)]
* Makefile.am (libcoreutils_a_SOURCES): Remove mbchar.c.

18 years ago(libcoreutils_a_SOURCES): Remove mbchar.c, since
Paul Eggert [Sat, 24 Sep 2005 23:14:04 +0000 (23:14 +0000)]
(libcoreutils_a_SOURCES): Remove mbchar.c, since
it doesn't build in OpenBSD 3.4.  See
<http://lists.gnu.org/archive/html/bug-gnulib/2005-09/msg00242.html>.

18 years ago* mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h.
Paul Eggert [Sat, 24 Sep 2005 23:13:42 +0000 (23:13 +0000)]
* mbchar.m4 (gl_MBCHAR): Check for wchar.h and wctype.h.

18 years ago(gl_MBCHAR): Check for wchar.h and wctype.h, and
Paul Eggert [Sat, 24 Sep 2005 23:13:19 +0000 (23:13 +0000)]
(gl_MBCHAR): Check for wchar.h and wctype.h, and
don't compile mbchar.c unless both headers exist.  See
<http://lists.gnu.org/archive/html/bug-gnulib/2005-09/msg00242.html>.

18 years ago* regex_internal.h (__attribute): Define to nothing for GCC 2.
Paul Eggert [Sat, 24 Sep 2005 22:59:22 +0000 (22:59 +0000)]
* regex_internal.h (__attribute): Define to nothing for GCC 2.

18 years ago(__attribute): Define to nothing for GCC 2.
Paul Eggert [Sat, 24 Sep 2005 22:59:06 +0000 (22:59 +0000)]
(__attribute): Define to nothing for GCC 2.
This works around a core dump on OpenBSD 3.4, which has GCC
2.95.3, which dumps core when given __attribute__(()).

18 years ago.
Jim Meyering [Sat, 24 Sep 2005 13:42:39 +0000 (13:42 +0000)]
.

18 years ago*** empty log message ***
Jim Meyering [Sat, 24 Sep 2005 13:42:30 +0000 (13:42 +0000)]
*** empty log message ***

18 years ago(EXTRA_DIST): Add .x-sc_no_if_have_config_h.
Jim Meyering [Sat, 24 Sep 2005 13:41:48 +0000 (13:41 +0000)]
(EXTRA_DIST): Add .x-sc_no_if_have_config_h.

18 years ago(sc_no_if_have_config_h): New rule.
Jim Meyering [Sat, 24 Sep 2005 13:41:20 +0000 (13:41 +0000)]
(sc_no_if_have_config_h): New rule.
(syntax-check-rules): Add it.

18 years ago*** empty log message ***
Jim Meyering [Sat, 24 Sep 2005 13:41:01 +0000 (13:41 +0000)]
*** empty log message ***

18 years agoUse `#ifdef HAVE_CONFIG_H', not `#if HAVE_CONFIG_H', for consistency with gnulib.
Jim Meyering [Sat, 24 Sep 2005 13:40:37 +0000 (13:40 +0000)]
Use `#ifdef HAVE_CONFIG_H', not `#if HAVE_CONFIG_H', for consistency with gnulib.

18 years ago.
Jim Meyering [Sat, 24 Sep 2005 13:36:20 +0000 (13:36 +0000)]
.

18 years ago*** empty log message ***
Jim Meyering [Sat, 24 Sep 2005 13:32:36 +0000 (13:32 +0000)]
*** empty log message ***

18 years agoUse `#ifdef HAVE_CONFIG_H', not `#if HAVE_CONFIG_H', for consistency with gnulib.
Jim Meyering [Sat, 24 Sep 2005 13:32:31 +0000 (13:32 +0000)]
Use `#ifdef HAVE_CONFIG_H', not `#if HAVE_CONFIG_H', for consistency with gnulib.

18 years ago*** empty log message ***
Jim Meyering [Sat, 24 Sep 2005 13:27:41 +0000 (13:27 +0000)]
*** empty log message ***

18 years agoInclude <config.h> from strintcmp.c, not from here.
Jim Meyering [Sat, 24 Sep 2005 13:27:34 +0000 (13:27 +0000)]
Include <config.h> from strintcmp.c, not from here.

18 years agoInclude <config.h> here, not from strnumcmp-in.h.
Jim Meyering [Sat, 24 Sep 2005 13:26:41 +0000 (13:26 +0000)]
Include <config.h> here, not from strnumcmp-in.h.

18 years ago*** empty log message ***
Jim Meyering [Sat, 24 Sep 2005 10:44:33 +0000 (10:44 +0000)]
*** empty log message ***

18 years ago(gl_GETADDRINFO): Check for gethostbyname
Jim Meyering [Sat, 24 Sep 2005 10:44:30 +0000 (10:44 +0000)]
(gl_GETADDRINFO): Check for gethostbyname
in the inet and nsl libraries.  Required on Solaris 5.7.

18 years ago*** empty log message ***
Jim Meyering [Sat, 24 Sep 2005 10:06:36 +0000 (10:06 +0000)]
*** empty log message ***

18 years ago(eq-wid-1, eq-wid-2): Disable these tests for now.
Jim Meyering [Sat, 24 Sep 2005 10:06:29 +0000 (10:06 +0000)]
(eq-wid-1, eq-wid-2): Disable these tests for now.
They fail with non-gcc compilers and some combinations
of options and libraries on Solaris systems.

18 years ago*** empty log message ***
Jim Meyering [Sat, 24 Sep 2005 07:57:42 +0000 (07:57 +0000)]
*** empty log message ***

18 years ago(uninit-64): Restore this test.
Jim Meyering [Sat, 24 Sep 2005 07:57:36 +0000 (07:57 +0000)]
(uninit-64): Restore this test.
Add start-up code to detect, and work around, the cases in
which the test might fail.

18 years ago* tests/misc/date (uninit-64): Remove this test.
Paul Eggert [Sat, 24 Sep 2005 07:05:52 +0000 (07:05 +0000)]
* tests/misc/date (uninit-64): Remove this test.

18 years ago(uninit-64): Remove this test. It wasn't
Paul Eggert [Sat, 24 Sep 2005 07:05:27 +0000 (07:05 +0000)]
(uninit-64): Remove this test.  It wasn't
portable in theory (it doesn't work on hosts where 'int' is 64
bits, example) or in practice (Solaris 8 localtime returns garbage
in tm_year for the specified date, but that's not coreutils's
fault).

18 years ago.
Jim Meyering [Sat, 24 Sep 2005 06:53:27 +0000 (06:53 +0000)]
.

18 years ago*** empty log message ***
Jim Meyering [Fri, 23 Sep 2005 23:05:44 +0000 (23:05 +0000)]
*** empty log message ***

18 years ago(verify_type__): Use `unsigned int' as the bitfield type
Jim Meyering [Fri, 23 Sep 2005 23:05:39 +0000 (23:05 +0000)]
(verify_type__): Use `unsigned int' as the bitfield type
so we can once again use a positive bitfield width of 1 -- now we
don't have to explain why we were using a bitfield width of 2.

18 years ago*** empty log message ***
Jim Meyering [Fri, 23 Sep 2005 23:05:16 +0000 (23:05 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Jim Meyering [Fri, 23 Sep 2005 22:49:10 +0000 (22:49 +0000)]
*** empty log message ***

18 years agoAdd lib/gai_strerror.c.
Jim Meyering [Fri, 23 Sep 2005 22:49:05 +0000 (22:49 +0000)]
Add lib/gai_strerror.c.

18 years agoUse 2, not 1, for bitfield size in verify.h.
Paul Eggert [Fri, 23 Sep 2005 21:49:59 +0000 (21:49 +0000)]
Use 2, not 1, for bitfield size in verify.h.

18 years ago(verify_type__): Use 2, not 1, for bitfield size, to avoid
Paul Eggert [Fri, 23 Sep 2005 21:49:31 +0000 (21:49 +0000)]
(verify_type__): Use 2, not 1, for bitfield size, to avoid
a warning with Irix 6.5 cc.

18 years agoLog recent changes.
Paul Eggert [Fri, 23 Sep 2005 21:40:12 +0000 (21:40 +0000)]
Log recent changes.

18 years ago(gl_REGEX): If replacing, define regcomp to rpl_regcomp,
Paul Eggert [Fri, 23 Sep 2005 21:17:57 +0000 (21:17 +0000)]
(gl_REGEX): If replacing, define regcomp to rpl_regcomp,
and similarly for the other external symbols.  Problem reported
by James Gallager.

18 years ago*** empty log message ***
Jim Meyering [Fri, 23 Sep 2005 20:56:54 +0000 (20:56 +0000)]
*** empty log message ***

18 years ago(install_file_in_file): Be more conservative about the previous patch:
Paul Eggert [Fri, 23 Sep 2005 20:50:49 +0000 (20:50 +0000)]
(install_file_in_file): Be more conservative about the previous patch:
set time stamps on all non-regular files.

18 years ago(change_timestamps): First arg is source
Paul Eggert [Fri, 23 Sep 2005 20:39:04 +0000 (20:39 +0000)]
(change_timestamps): First arg is source
struct stat, not file name.  All uses changed.
(install_file_in_file): Stat the source file if necessary.
Don't try to change time stamps if copy_file did it.

18 years ago(copy_reg): Preserve time stamps if
Paul Eggert [Fri, 23 Sep 2005 20:38:34 +0000 (20:38 +0000)]
(copy_reg): Preserve time stamps if
x->preserve_timestamps is set, using futimens so that
we needn't resolve the path again.
(copy_internal): Don't preserve time stamps if copy_reg did it
already.

18 years agoDon't include utime.h; not needed.
Paul Eggert [Fri, 23 Sep 2005 20:35:41 +0000 (20:35 +0000)]
Don't include utime.h; not needed.
(struct utimbuf) [!defined HAVE_STRUCT_UTIMBUF]: Remove; not needed.

18 years ago(gl_MACROS): Don't require gl_CHECK_TYPE_STRUCT_UTIMBUF.
Paul Eggert [Fri, 23 Sep 2005 20:35:14 +0000 (20:35 +0000)]
(gl_MACROS): Don't require gl_CHECK_TYPE_STRUCT_UTIMBUF.
(gl_CHECK_ALL_HEADERS): Don't check for utime.h.

18 years agoUpdate copyright.
Paul Eggert [Fri, 23 Sep 2005 20:26:09 +0000 (20:26 +0000)]
Update copyright.

18 years ago(_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
Paul Eggert [Fri, 23 Sep 2005 20:23:59 +0000 (20:23 +0000)]
(_AC_FUNC_FNMATCH_IF): Catch Sun Studio 10u1 on Linux
bug reported by Jim Meyering.

18 years ago.
Jim Meyering [Fri, 23 Sep 2005 20:14:20 +0000 (20:14 +0000)]
.

18 years ago*** empty log message ***
Jim Meyering [Fri, 23 Sep 2005 20:14:01 +0000 (20:14 +0000)]
*** empty log message ***