platform/upstream/coreutils.git
19 years ago(any_has_acl): New var.
Paul Eggert [Fri, 10 Jun 2005 19:31:45 +0000 (19:31 +0000)]
(any_has_acl): New var.
(clear_files): Clear it.
(gobble_file): Set it if a file has an ACL.
(print_long_format): Omit needless space unless some file has an ACL.

19 years agoRemove the extra spaces in "ls -l" output.
Paul Eggert [Fri, 10 Jun 2005 19:31:24 +0000 (19:31 +0000)]
Remove the extra spaces in "ls -l" output.

19 years agols no longer outputs an extra space between mode and link count.
Paul Eggert [Fri, 10 Jun 2005 19:30:51 +0000 (19:30 +0000)]
ls no longer outputs an extra space between mode and link count.

19 years ago*** empty log message ***
Jim Meyering [Fri, 10 Jun 2005 16:42:33 +0000 (16:42 +0000)]
*** empty log message ***

19 years ago(VERIFY_W_TYPEOF): Add parentheses.
Jim Meyering [Fri, 10 Jun 2005 16:42:28 +0000 (16:42 +0000)]
(VERIFY_W_TYPEOF): Add parentheses.

19 years agoChange filesystems to `file systems'.
Jim Meyering [Thu, 9 Jun 2005 09:22:27 +0000 (09:22 +0000)]
Change filesystems to `file systems'.

19 years ago*** empty log message ***
Jim Meyering [Tue, 7 Jun 2005 06:41:18 +0000 (06:41 +0000)]
*** empty log message ***

19 years ago(ln invocation): Examples, from Bob Proulx.
Jim Meyering [Tue, 7 Jun 2005 06:40:40 +0000 (06:40 +0000)]
(ln invocation): Examples, from Bob Proulx.

19 years agoFix typo in comment.
Paul Eggert [Fri, 3 Jun 2005 04:49:30 +0000 (04:49 +0000)]
Fix typo in comment.

19 years agoRegenerate.
Paul Eggert [Thu, 2 Jun 2005 19:54:02 +0000 (19:54 +0000)]
Regenerate.

19 years agoSync from gnulib.
Paul Eggert [Thu, 2 Jun 2005 19:49:27 +0000 (19:49 +0000)]
Sync from gnulib.

19 years ago*** empty log message ***
Jim Meyering [Thu, 2 Jun 2005 11:38:49 +0000 (11:38 +0000)]
*** empty log message ***

19 years agoChange makepath.c to mkdir-p.c here, too.
Jim Meyering [Thu, 2 Jun 2005 11:38:46 +0000 (11:38 +0000)]
Change makepath.c to mkdir-p.c here, too.

19 years ago*** empty log message ***
Jim Meyering [Thu, 2 Jun 2005 10:04:32 +0000 (10:04 +0000)]
*** empty log message ***

19 years ago(usage): Put `Ordering options:' line where it belongs.
Jim Meyering [Thu, 2 Jun 2005 10:02:29 +0000 (10:02 +0000)]
(usage): Put `Ordering options:' line where it belongs.

19 years agoRegenerate.
Paul Eggert [Thu, 2 Jun 2005 05:19:46 +0000 (05:19 +0000)]
Regenerate.

19 years agoUse "file name" when talking about file names, instead of "filename"
Paul Eggert [Thu, 2 Jun 2005 05:19:03 +0000 (05:19 +0000)]
Use "file name" when talking about file names, instead of "filename"
or "path", as per the GNU coding standards.

19 years agoDon't use "path" or "filename".
Paul Eggert [Thu, 2 Jun 2005 05:17:24 +0000 (05:17 +0000)]
Don't use "path" or "filename".

19 years agoDon't use "path" or "filename".
Paul Eggert [Thu, 2 Jun 2005 05:15:07 +0000 (05:15 +0000)]
Don't use "path" or "filename".
(struct file_name): Renamed from struct Path.  All uses changed.
(file_name_free): Renamed from path_free.  All uses changed.
(file_name_init): Renamed from path_init.  All uses changed.
(file_name_prepend): Renamed from path_prepend.  All uses changed.

19 years agoDon't use "path" or "filename".
Paul Eggert [Thu, 2 Jun 2005 05:14:32 +0000 (05:14 +0000)]
Don't use "path" or "filename".
(make_link_name): Renamed from make_link_path.  All uses changed.

19 years ago(FILE_BASENAME_CONCAT): Renamed from PATH_BASENAME_CONCAT.
Paul Eggert [Thu, 2 Jun 2005 05:13:57 +0000 (05:13 +0000)]
(FILE_BASENAME_CONCAT): Renamed from PATH_BASENAME_CONCAT.
All uses changed.

19 years agoDon't use "path" or "filename".
Paul Eggert [Thu, 2 Jun 2005 05:13:29 +0000 (05:13 +0000)]
Don't use "path" or "filename".
(install_file_in_file_parents): Renamed from
install_file_to_path.  All uses changed.

19 years agoDon't use "path" or "filename".
Paul Eggert [Thu, 2 Jun 2005 05:12:59 +0000 (05:12 +0000)]
Don't use "path" or "filename".
Don't include "path-concat.h"; not needed.

19 years agoDon't use "path" or "filename".
Paul Eggert [Thu, 2 Jun 2005 05:12:17 +0000 (05:12 +0000)]
Don't use "path" or "filename".
(usage): Don't use "path" to describe a file name.
(remove_empty_parents): Renamed from empty_paths.
All uses changed.
(longopts): Add comment that --path is deprecated.

19 years ago(usage): Don't use "path" to describe a file name.
Paul Eggert [Thu, 2 Jun 2005 05:11:32 +0000 (05:11 +0000)]
(usage): Don't use "path" to describe a file name.

19 years agoDon't use "path" or "filename".
Paul Eggert [Thu, 2 Jun 2005 05:11:01 +0000 (05:11 +0000)]
Don't use "path" or "filename".
(parents_option): Renamed from flag_path.  All uses changed.
(make_dir_parents_private): Renamed from make_path_private.
All uses changed.
(usage): Don't use "path" to describe a file name.

19 years agoDon't use "path" or "filename" to mean "file name".
Paul Eggert [Thu, 2 Jun 2005 05:09:44 +0000 (05:09 +0000)]
Don't use "path" or "filename" to mean "file name".
Hence, rename makepath.m4 to mkdir-p.m4, and rename path-concat.m4
to filenamecat.m4.

19 years agoDon't use "path" or "filename" to mean "file name".
Paul Eggert [Thu, 2 Jun 2005 05:08:51 +0000 (05:08 +0000)]
Don't use "path" or "filename" to mean "file name".

19 years agoUse "file name" when talking about file names, instead of "filename"
Paul Eggert [Thu, 2 Jun 2005 05:06:56 +0000 (05:06 +0000)]
Use "file name" when talking about file names, instead of "filename"
or "path", as per the GNU coding standards.  As part of this,
rename makepath.c to mkdir-p.c, and path-concat.c to filenamecat.c,
and likewise for the .h files.

19 years agoDon't use "path" or "filename" to mean "file name"
Paul Eggert [Thu, 2 Jun 2005 05:05:29 +0000 (05:05 +0000)]
Don't use "path" or "filename" to mean "file name"
in comments or local variable names.

19 years ago(excluded_file_name): Renamed from excluded_filename.
Paul Eggert [Thu, 2 Jun 2005 05:02:38 +0000 (05:02 +0000)]
(excluded_file_name): Renamed from excluded_filename.
All uses changed.

19 years agoDon't use "path" or "filename" to mean "file name"
Paul Eggert [Thu, 2 Jun 2005 05:02:14 +0000 (05:02 +0000)]
Don't use "path" or "filename" to mean "file name"
in comments or local variable names.

(excluded_file_name): Renamed from excluded_filename.
All uses changed.

19 years agoUse "file name" when talking about file names, instead of "filename"
Paul Eggert [Thu, 2 Jun 2005 05:00:50 +0000 (05:00 +0000)]
Use "file name" when talking about file names, instead of "filename"
or "path", as per the GNU coding standards.

19 years ago(readlink invocation): "path component" ->
Paul Eggert [Thu, 2 Jun 2005 05:00:24 +0000 (05:00 +0000)]
(readlink invocation): "path component" ->
"component", since we don't use the POSIX "path" nomenclature.

19 years agoRenamed from path-concat.m4.
Paul Eggert [Thu, 2 Jun 2005 04:59:51 +0000 (04:59 +0000)]
Renamed from path-concat.m4.
(gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT.  All uses changed.
Rename files from path-concat.c to filenamecat.c,
and from path-concat.h to filenamecat.h.

19 years agoRenamed from path-concat.c.
Paul Eggert [Thu, 2 Jun 2005 04:59:10 +0000 (04:59 +0000)]
Renamed from path-concat.c.
(file_name_concat): Renamed from path_concat.  All callers changed.
[TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.

19 years agoRenamed from path-concat.h. All includers changed.
Paul Eggert [Thu, 2 Jun 2005 04:58:26 +0000 (04:58 +0000)]
Renamed from path-concat.h.  All includers changed.
(file_name_concat): Renamed from path_concat.  All callers changed.

19 years agoRenamed from makepath.m4.
Paul Eggert [Thu, 2 Jun 2005 04:57:31 +0000 (04:57 +0000)]
Renamed from makepath.m4.
(gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH.  All uses changed.
Rename files from makepath.c to mkdir-p.c, and from
makepath.h to mkdir-p.h.

19 years agoRenamed from makepath.h. All includers changed.
Paul Eggert [Thu, 2 Jun 2005 04:56:41 +0000 (04:56 +0000)]
Renamed from makepath.h.  All includers changed.
(make_dir_parents): Renamed from make_path.  All callers changed.

19 years agoRenamed from makepath.c.
Paul Eggert [Thu, 2 Jun 2005 04:55:35 +0000 (04:55 +0000)]
Renamed from makepath.c.
(make_dir_parents): Renamed from make_path.  All callers changed.

19 years ago*** empty log message ***
Jim Meyering [Tue, 31 May 2005 07:06:26 +0000 (07:06 +0000)]
*** empty log message ***

19 years ago(chown_privileges, chown_failure_ok): Mark as `extern'.
Jim Meyering [Tue, 31 May 2005 07:06:23 +0000 (07:06 +0000)]
(chown_privileges, chown_failure_ok): Mark as `extern'.
This is a crutch so that `make distcheck's sc_tight_scope rule
knows that they really are deliberately declared that way.

19 years agoPort to Solaris 10's rules for whether programs can chown files.
Paul Eggert [Tue, 31 May 2005 06:16:51 +0000 (06:16 +0000)]
Port to Solaris 10's rules for whether programs can chown files.

19 years ago(cp_options_init): Use chown_privileges rather than geteuid.
Paul Eggert [Tue, 31 May 2005 06:16:09 +0000 (06:16 +0000)]
(cp_options_init): Use chown_privileges rather than geteuid.

19 years ago(re_protect): Remove unnecessary call to geteuid.
Paul Eggert [Tue, 31 May 2005 06:15:48 +0000 (06:15 +0000)]
(re_protect): Remove unnecessary call to geteuid.
Use chown_failure_ok rather than our own code.
(cp_options_init): Use chown_privileges rather than getuid.

19 years agoAdd copyright notice.
Paul Eggert [Tue, 31 May 2005 06:15:18 +0000 (06:15 +0000)]
Add copyright notice.
(struct cp_options): Remove myeuid member.  Add chown_privileges
member.
(chown_privileges, chown_failure_ok): New function decls.

19 years agoPort to Solaris 10's rules for whether programs can chown files.
Paul Eggert [Tue, 31 May 2005 06:14:24 +0000 (06:14 +0000)]
Port to Solaris 10's rules for whether programs can chown files.
[HAVE_PRIV_H]: Include <priv.h>.
(DO_CHOWN): Remove.  Replaced by chown_failure_ok.  All callers
changed.
(copy_internal): If chown failed, don't worry about what happened
to the mode bits; they can't have changed.
(chown_privileges, chown_failure_ok): New functions.

19 years ago* jm-macros.m4 (gl_CHECK_ALL_HEADERS): Check for priv.h.
Paul Eggert [Tue, 31 May 2005 06:13:44 +0000 (06:13 +0000)]
* jm-macros.m4 (gl_CHECK_ALL_HEADERS): Check for priv.h.

19 years ago(gl_CHECK_ALL_HEADERS): Check for priv.h.
Paul Eggert [Tue, 31 May 2005 06:13:25 +0000 (06:13 +0000)]
(gl_CHECK_ALL_HEADERS): Check for priv.h.

19 years ago.
Jim Meyering [Mon, 30 May 2005 09:04:13 +0000 (09:04 +0000)]
.

19 years agoRegenerate.
Paul Eggert [Mon, 30 May 2005 07:41:32 +0000 (07:41 +0000)]
Regenerate.

19 years ago_POSIX_VERSION cleanup
Paul Eggert [Mon, 30 May 2005 07:37:02 +0000 (07:37 +0000)]
_POSIX_VERSION cleanup

19 years agoInclude sys/param.h if it exists, not if _POSIX_VERSION
Paul Eggert [Mon, 30 May 2005 07:34:23 +0000 (07:34 +0000)]
Include sys/param.h if it exists, not if _POSIX_VERSION
isn't defined.
Don't include <sys/file.h>; no longer needed.
(getegid, geteuid): Remove no-longer-necessary decls.

19 years agoDon't bother mentioning _POSIX_VERSION in comment.
Paul Eggert [Mon, 30 May 2005 07:33:55 +0000 (07:33 +0000)]
Don't bother mentioning _POSIX_VERSION in comment.

19 years ago(OPENOPTS, TEXT1T01, TEXTCNVT): Remove.
Paul Eggert [Mon, 30 May 2005 07:33:38 +0000 (07:33 +0000)]
(OPENOPTS, TEXT1T01, TEXTCNVT): Remove.
(digest_file): Use O_BINARY-using expr instead of OPENOPTS.

19 years ago(getpwnam, getgrnam): Remove decl.
Paul Eggert [Mon, 30 May 2005 07:33:16 +0000 (07:33 +0000)]
(getpwnam, getgrnam): Remove decl.
(getuid, getgid) [!defined _POSIX_VERSION]: Remove decls.

19 years ago(getpwuid, getgrgid, getuid, getgid, geteuid, getegid)
Paul Eggert [Mon, 30 May 2005 07:33:00 +0000 (07:33 +0000)]
(getpwuid, getgrgid, getuid, getgid, geteuid, getegid)
[!defined _POSIX_VERSION]: Remove decls.

19 years ago(geteuid) [!defined _POSIX_VERSION]: Remove decl.
Paul Eggert [Mon, 30 May 2005 07:32:16 +0000 (07:32 +0000)]
(geteuid) [!defined _POSIX_VERSION]: Remove decl.

19 years ago(getgrnam, getgrgid) [!defined _POSIX_VERSION]:
Paul Eggert [Mon, 30 May 2005 07:31:51 +0000 (07:31 +0000)]
(getgrnam, getgrgid) [!defined _POSIX_VERSION]:
Remove decls.

19 years ago(getgrnam) [!defined _POSIX_VERSION]: Remove decl.
Paul Eggert [Mon, 30 May 2005 07:31:31 +0000 (07:31 +0000)]
(getgrnam) [!defined _POSIX_VERSION]: Remove decl.

19 years ago(getpwnam, getgrnam, getgrgid)
Paul Eggert [Mon, 30 May 2005 07:31:12 +0000 (07:31 +0000)]
(getpwnam, getgrnam, getgrgid)
[!defined _POSIX_VERSION]: Remove decls; not needed these days.

19 years agoInclude <limits.h> unconditionally, since other
Paul Eggert [Mon, 30 May 2005 07:30:51 +0000 (07:30 +0000)]
Include <limits.h> unconditionally, since other
files have been getting away with it for years (MORE/BSD 4.3
is extinct now).

19 years ago(getpwuid, getpwnam, getgrgid, getgrnam)
Paul Eggert [Mon, 30 May 2005 07:30:31 +0000 (07:30 +0000)]
(getpwuid, getpwnam, getgrgid, getgrnam)
[!defined _POSIX_VERSION]: Remove decls; not needed these days.

19 years ago(getuid, getgid, getuid, getegid)
Paul Eggert [Mon, 30 May 2005 07:30:01 +0000 (07:30 +0000)]
(getuid, getgid, getuid, getegid)
[!defined _POSIX_VERSION]: Remove decls; not needed these days.

19 years ago(_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
Paul Eggert [Mon, 30 May 2005 07:05:07 +0000 (07:05 +0000)]
(_POSIX_PATH_MAX) [!defined _POSIX_PATH_MAX]:
Define to 256, not 255, as per modern POSIX.

19 years agodd seek=N now conforms to POSIX if the output isn't seekable.
Paul Eggert [Sat, 28 May 2005 04:24:14 +0000 (04:24 +0000)]
dd seek=N now conforms to POSIX if the output isn't seekable.

19 years agodd seek=N now conforms to POSIX if the output isn't seekable.
Paul Eggert [Sat, 28 May 2005 04:22:43 +0000 (04:22 +0000)]
dd seek=N now conforms to POSIX if the output isn't seekable.

19 years ago(skip): Return the number of records that were not
Paul Eggert [Sat, 28 May 2005 04:22:26 +0000 (04:22 +0000)]
(skip): Return the number of records that were not
skipped due to encountering EOF.
(dd_copy): If the file wasn't seekable and EOF was encountered,
write zeros past EOF until the desired offset is reached.

19 years ago* fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
Paul Eggert [Sat, 28 May 2005 00:01:15 +0000 (00:01 +0000)]
* fts.m4 (gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
and don't require gt_INTTYPES_PRI.

19 years ago(gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
Paul Eggert [Sat, 28 May 2005 00:01:00 +0000 (00:01 +0000)]
(gl_FUNC_FTS_CORE): Don't check for inttypes.h or stdint.h,
and don't require gt_INTTYPES_PRI.

19 years agofts.c: Don't worry about debugging on pre-C99-comopatible hosts.
Paul Eggert [Sat, 28 May 2005 00:00:38 +0000 (00:00 +0000)]
fts.c: Don't worry about debugging on pre-C99-comopatible hosts.

19 years agoDon't worry about debugging on pre-C99-comopatible hosts;
Paul Eggert [Sat, 28 May 2005 00:00:06 +0000 (00:00 +0000)]
Don't worry about debugging on pre-C99-comopatible hosts;
the configuration hassle isn't worth it.
Include inttypes.h and stdint.h unconditionally if FTS_DEBUG.
(LONGEST_MODIFIER, PRIuMAX): Remove.

19 years agoexpr and test now correctly compare integers of unlimited size.
Paul Eggert [Fri, 27 May 2005 20:37:14 +0000 (20:37 +0000)]
expr and test now correctly compare integers of unlimited size.

19 years agoInclude inttostr.h, strnumcmp.h.
Paul Eggert [Fri, 27 May 2005 20:36:58 +0000 (20:36 +0000)]
Include inttostr.h, strnumcmp.h.
(whitespace, digit, digit_value, integer_expected_error): Remove.
(is_int): Remove; replaced by...
(find_int): New function.
(binary_operator): Don't let integers overflow in comparisons;
return the correct answer instead.  Simplify the code.
(unary_operator): Convert the integer ourself, since find_int
no longer does so.

19 years agoRefactor so that others can use large-integer
Paul Eggert [Fri, 27 May 2005 20:36:40 +0000 (20:36 +0000)]
Refactor so that others can use large-integer
comparison functions.
Include "strnumcmp.h".
(NEGATION_SIGN, NUMERIC_ZERO, fraccompare):
Remove; moved to strnumcmp.
(decimal_point): Now int, to simplify converison overhead with
new API.  All uses changed.
(thousands_sep): Now -1 if there isn't one, as per new API.
All uses changed.
(numcompare): Move contents to strnumcmp module, except for
skipping blanks.

19 years agoInclude strnumcmp.h, xstrtol.h.
Paul Eggert [Fri, 27 May 2005 20:36:20 +0000 (20:36 +0000)]
Include strnumcmp.h, xstrtol.h.
(looks_like_integer): New function.
(toarith): Use it.  Also, use xstrtoimax rather than rolling our
own diagnostics.
(eval2): Don't look for trouble if !evaluate; this simplifies things.
Compare numbers using string comparison, so that overflow is
not possible.

19 years agoBreak integer-in-string comparison code out from src/sort.
Paul Eggert [Fri, 27 May 2005 20:35:33 +0000 (20:35 +0000)]
Break integer-in-string comparison code out from src/sort.

19 years ago(gl_PREREQ): Require gl_STRINTCMP, gl_STRNUMCMP.
Paul Eggert [Fri, 27 May 2005 20:35:07 +0000 (20:35 +0000)]
(gl_PREREQ): Require gl_STRINTCMP, gl_STRNUMCMP.

19 years agoCompare numeric strings.
Paul Eggert [Fri, 27 May 2005 20:34:48 +0000 (20:34 +0000)]
Compare numeric strings.

19 years agoBreak integer-in-string comparison code out from src/sort.
Paul Eggert [Fri, 27 May 2005 20:34:03 +0000 (20:34 +0000)]
Break integer-in-string comparison code out from src/sort.

19 years ago(eq-6, gt-5, lt-5): New tests.
Paul Eggert [Fri, 27 May 2005 20:32:43 +0000 (20:32 +0000)]
(eq-6, gt-5, lt-5): New tests.

19 years ago(bigcmp): New test.
Paul Eggert [Fri, 27 May 2005 20:32:28 +0000 (20:32 +0000)]
(bigcmp): New test.

19 years agoexpr and test now correctly compare integers of unlimited size.
Paul Eggert [Fri, 27 May 2005 20:31:59 +0000 (20:31 +0000)]
expr and test now correctly compare integers of unlimited size.
(Also, correct a comment that claimed that expr detects integer
overflow; it does so only when converting from strings.)

19 years agoFix typo in comment.
Paul Eggert [Thu, 26 May 2005 19:30:04 +0000 (19:30 +0000)]
Fix typo in comment.

19 years agonohup now redirects a tty stdin to an unreadable fd instead of closing it.
Paul Eggert [Thu, 26 May 2005 19:27:50 +0000 (19:27 +0000)]
nohup now redirects a tty stdin to an unreadable fd instead of closing it.

19 years ago*** empty log message ***
Jim Meyering [Thu, 26 May 2005 18:35:59 +0000 (18:35 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Jim Meyering [Thu, 26 May 2005 18:35:33 +0000 (18:35 +0000)]
*** empty log message ***

19 years ago.
Jim Meyering [Thu, 26 May 2005 18:34:18 +0000 (18:34 +0000)]
.

19 years ago*** empty log message ***
Jim Meyering [Thu, 26 May 2005 16:09:43 +0000 (16:09 +0000)]
*** empty log message ***

19 years ago(toarith): Fix a sign error introduced on 2005-01-14.
Jim Meyering [Thu, 26 May 2005 16:09:38 +0000 (16:09 +0000)]
(toarith): Fix a sign error introduced on 2005-01-14.

19 years agoAdd tests using arithmetic on negative integers.
Jim Meyering [Thu, 26 May 2005 16:09:29 +0000 (16:09 +0000)]
Add tests using arithmetic on negative integers.

19 years ago(fd_safer) [_LGPL_PACKAGE]: New static function,
Paul Eggert [Sun, 22 May 2005 17:29:46 +0000 (17:29 +0000)]
(fd_safer) [_LGPL_PACKAGE]: New static function,
so that unistd-safer.h (GPL'ed code) need not be included.

19 years ago*** empty log message ***
Jim Meyering [Sat, 21 May 2005 06:44:36 +0000 (06:44 +0000)]
*** empty log message ***

19 years agofix typo in a comment
Jim Meyering [Sat, 21 May 2005 06:42:41 +0000 (06:42 +0000)]
fix typo in a comment

19 years agoImport chown fixes from gnulib.
Paul Eggert [Fri, 20 May 2005 22:48:40 +0000 (22:48 +0000)]
Import chown fixes from gnulib.

19 years ago(gl_FUNC_CHOWN): Correct sense of test for honoring IDs of -1.
Paul Eggert [Fri, 20 May 2005 22:48:25 +0000 (22:48 +0000)]
(gl_FUNC_CHOWN): Correct sense of test for honoring IDs of -1.

19 years ago(rpl_chown): Return -1 on failure.
Paul Eggert [Fri, 20 May 2005 22:48:08 +0000 (22:48 +0000)]
(rpl_chown): Return -1 on failure.

19 years agoRegenerate.
Paul Eggert [Fri, 20 May 2005 22:38:38 +0000 (22:38 +0000)]
Regenerate.

19 years ago* config.guess: Sync from gnulib.
Paul Eggert [Fri, 20 May 2005 22:37:58 +0000 (22:37 +0000)]
* config.guess: Sync from gnulib.

19 years agoSync from gnulib.
Paul Eggert [Fri, 20 May 2005 22:37:45 +0000 (22:37 +0000)]
Sync from gnulib.