platform/upstream/coreutils.git
21 years ago(SUBDIRS): Remove `old'.
Jim Meyering [Wed, 2 Oct 2002 06:40:46 +0000 (06:40 +0000)]
(SUBDIRS): Remove `old'.
(EXTRA_DIST): List the files in old/.

21 years ago*** empty log message ***
Jim Meyering [Tue, 1 Oct 2002 11:43:19 +0000 (11:43 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Tue, 1 Oct 2002 07:58:20 +0000 (07:58 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Tue, 1 Oct 2002 07:58:16 +0000 (07:58 +0000)]
*** empty log message ***

21 years ago(SSIZE_MAX): Define.
Jim Meyering [Tue, 1 Oct 2002 07:58:03 +0000 (07:58 +0000)]
(SSIZE_MAX): Define.

21 years ago.
Jim Meyering [Mon, 30 Sep 2002 22:03:45 +0000 (22:03 +0000)]
.

21 years ago.
Jim Meyering [Mon, 30 Sep 2002 22:02:48 +0000 (22:02 +0000)]
.

21 years agoDon't include stdlib.h here. It's already included via system.h.
Jim Meyering [Mon, 30 Sep 2002 21:20:08 +0000 (21:20 +0000)]
Don't include stdlib.h here.  It's already included via system.h.

21 years ago*** empty log message ***
Jim Meyering [Mon, 30 Sep 2002 16:14:02 +0000 (16:14 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Mon, 30 Sep 2002 08:01:02 +0000 (08:01 +0000)]
*** empty log message ***

21 years agoupdate from master
Jim Meyering [Mon, 30 Sep 2002 06:35:44 +0000 (06:35 +0000)]
update from master

21 years ago(find_bracketed_repeat): Rearrange pointer/integer
Jim Meyering [Sun, 29 Sep 2002 21:31:29 +0000 (21:31 +0000)]
(find_bracketed_repeat): Rearrange pointer/integer
expression to avoid warning from gcc.

21 years ago*** empty log message ***
Jim Meyering [Sun, 29 Sep 2002 21:25:11 +0000 (21:25 +0000)]
*** empty log message ***

21 years ago(simple_cat): Use a temporary to avoid bogus warnings.
Jim Meyering [Sun, 29 Sep 2002 21:25:03 +0000 (21:25 +0000)]
(simple_cat): Use a temporary to avoid bogus warnings.
(cat): Declare insize and outsize to be of type size_t, not int.
Rearrange pointer/integer expressions to avoid bogus warnings.
(main): Declare insize and outsize to be of type size_t, not int.

21 years ago*** empty log message ***
Jim Meyering [Sun, 29 Sep 2002 18:06:06 +0000 (18:06 +0000)]
*** empty log message ***

21 years ago(parse_options): Give a sensible diagnostic for
Jim Meyering [Sun, 29 Sep 2002 18:06:02 +0000 (18:06 +0000)]
(parse_options): Give a sensible diagnostic for
an invalid byte or line count.  Reported by Mikko Tuumanen.

21 years ago*** empty log message ***
Jim Meyering [Sun, 29 Sep 2002 18:05:40 +0000 (18:05 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Sun, 29 Sep 2002 18:01:37 +0000 (18:01 +0000)]
*** empty log message ***

21 years ago(main): Split a long line.
Jim Meyering [Sun, 29 Sep 2002 18:00:28 +0000 (18:00 +0000)]
(main): Split a long line.

21 years agoupdate from master
Jim Meyering [Sun, 29 Sep 2002 17:26:38 +0000 (17:26 +0000)]
update from master

21 years ago.
Jim Meyering [Sun, 29 Sep 2002 17:26:18 +0000 (17:26 +0000)]
.

21 years ago(TESTS): Add slink.
Jim Meyering [Sun, 29 Sep 2002 17:26:09 +0000 (17:26 +0000)]
(TESTS): Add slink.

21 years ago*** empty log message ***
Jim Meyering [Sun, 29 Sep 2002 17:26:00 +0000 (17:26 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Sun, 29 Sep 2002 17:25:43 +0000 (17:25 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Sun, 29 Sep 2002 17:23:03 +0000 (17:23 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Sun, 29 Sep 2002 17:17:28 +0000 (17:17 +0000)]
*** empty log message ***

21 years ago.
Jim Meyering [Sun, 29 Sep 2002 17:12:36 +0000 (17:12 +0000)]
.

21 years ago.
Jim Meyering [Sun, 29 Sep 2002 08:44:36 +0000 (08:44 +0000)]
.

21 years ago*** empty log message ***
Jim Meyering [Sun, 29 Sep 2002 08:43:24 +0000 (08:43 +0000)]
*** empty log message ***

21 years agoIn move mode, always first try to rename. Before, upon failure to
Jim Meyering [Sun, 29 Sep 2002 08:43:19 +0000 (08:43 +0000)]
In move mode, always first try to rename.  Before, upon failure to
rename a directory, this code would never attempt to rename any
other file in that directory, but would thenceforth always copy.
On some systems (NetApp version ??), renaming a directory may fail
with EXDEV, yet renaming files within that directory to a newly-
created destination directory succeeds.

(copy_internal): Remove local, move_mode;
use x->move_mode instead.  Based on a patch from Tom Haynes.

21 years ago*** empty log message ***
Jim Meyering [Sun, 29 Sep 2002 08:35:05 +0000 (08:35 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Sun, 29 Sep 2002 08:33:41 +0000 (08:33 +0000)]
*** empty log message ***

21 years ago.
Jim Meyering [Sat, 28 Sep 2002 22:03:55 +0000 (22:03 +0000)]
.

21 years ago*** empty log message ***
Jim Meyering [Sat, 28 Sep 2002 22:03:31 +0000 (22:03 +0000)]
*** empty log message ***

21 years ago(AM_INTL_SUBDIR): Don't require gt_HEADER_INTTYPES_H.
Jim Meyering [Sat, 28 Sep 2002 22:03:26 +0000 (22:03 +0000)]
(AM_INTL_SUBDIR): Don't require gt_HEADER_INTTYPES_H.
It's not necessary with autoconf-2.54.

21 years ago(jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
Jim Meyering [Sat, 28 Sep 2002 21:40:45 +0000 (21:40 +0000)]
(jm_FUNC_GETGROUPS): Rewrite to use AC_FUNC_GETGROUPS
and (if needed) to call AC_LIBOBJ and to set GETGROUPS_LIB.

21 years ago(jm_MACROS): Don't set GETGROUPS_LIB here; now it's
Jim Meyering [Sat, 28 Sep 2002 21:39:28 +0000 (21:39 +0000)]
(jm_MACROS): Don't set GETGROUPS_LIB here; now it's
done via getgroups.m4's wrapper function.

21 years agoupdate from master
Jim Meyering [Sat, 28 Sep 2002 17:02:56 +0000 (17:02 +0000)]
update from master

21 years ago*** empty log message ***
Jim Meyering [Sat, 28 Sep 2002 16:53:57 +0000 (16:53 +0000)]
*** empty log message ***

21 years agoRemove file -- now it's part of autoconf-2.54
Jim Meyering [Sat, 28 Sep 2002 16:53:25 +0000 (16:53 +0000)]
Remove file -- now it's part of autoconf-2.54

21 years ago*** empty log message ***
Jim Meyering [Sat, 28 Sep 2002 16:50:43 +0000 (16:50 +0000)]
*** empty log message ***

21 years ago(FAIL_ONLY_ONE_WAY): New macro. Factor out some duplication.
Jim Meyering [Sat, 28 Sep 2002 16:50:34 +0000 (16:50 +0000)]
(FAIL_ONLY_ONE_WAY): New macro. Factor out some duplication.
(main): Use it.
[case 'a']: Use strtoul rather than strtol to avoid compiler warnings.

21 years ago*** empty log message ***
Jim Meyering [Sat, 28 Sep 2002 16:32:31 +0000 (16:32 +0000)]
*** empty log message ***

21 years ago(begfield, limfield): Rearrange comparisons to avoid compiler warnings.
Jim Meyering [Sat, 28 Sep 2002 16:32:23 +0000 (16:32 +0000)]
(begfield, limfield): Rearrange comparisons to avoid compiler warnings.
(fillbuf, keycompare): Cast literal `-1' to size_t in comparisons,
to avoid compiler warnings.

21 years ago(dopass): Use a uintmax_t temporary to avoid bogus compiler warnings.
Jim Meyering [Sat, 28 Sep 2002 16:29:25 +0000 (16:29 +0000)]
(dopass): Use a uintmax_t temporary to avoid bogus compiler warnings.

21 years ago(tail_bytes): Change type of bytes_remaining to off_t
Jim Meyering [Sat, 28 Sep 2002 09:21:17 +0000 (09:21 +0000)]
(tail_bytes): Change type of bytes_remaining to off_t
to avoid overflow.  Reported by Hans Lermen.

21 years ago*** empty log message ***
Jim Meyering [Sat, 28 Sep 2002 07:55:25 +0000 (07:55 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Sat, 28 Sep 2002 07:55:16 +0000 (07:55 +0000)]
*** empty log message ***

21 years ago(make_path): Restore umask *before* creating the final component.
Jim Meyering [Sat, 28 Sep 2002 07:55:08 +0000 (07:55 +0000)]
(make_path): Restore umask *before* creating the final component.

21 years agoFix things so `mkdir -p' can create very deep directories, e.g.,
Jim Meyering [Sat, 28 Sep 2002 07:51:17 +0000 (07:51 +0000)]
Fix things so `mkdir -p' can create very deep directories, e.g.,
mkdir -p $(perl -e 'print "a/" x 40000') now works.

(main): For --parents (-p), call make_path with the
entire directory name, so we don't ever require that file operations
like stat or chmod be performed on the entire command line argument.

21 years ago*** empty log message ***
Jim Meyering [Thu, 26 Sep 2002 08:40:44 +0000 (08:40 +0000)]
*** empty log message ***

21 years ago(get_ids): Use strtoul, not strtol. Remove some casts.
Jim Meyering [Thu, 26 Sep 2002 08:39:20 +0000 (08:39 +0000)]
(get_ids): Use strtoul, not strtol.  Remove some casts.

21 years agoadd a FIXME comment
Jim Meyering [Thu, 26 Sep 2002 08:25:44 +0000 (08:25 +0000)]
add a FIXME comment

21 years ago*** empty log message ***
Jim Meyering [Thu, 26 Sep 2002 08:20:32 +0000 (08:20 +0000)]
*** empty log message ***

21 years ago[! HAVE_INTTYPES_H && HAVE_STDINT_H] Include <stdint.h>.
Jim Meyering [Thu, 26 Sep 2002 08:18:33 +0000 (08:18 +0000)]
[! HAVE_INTTYPES_H && HAVE_STDINT_H] Include <stdint.h>.
(UINTMAX_MAX) [!defined UINTMAX_MAX]: New macro.
(PROPAGATE_ALL_ONES): Work even if X is unsigned and narrower than
int.  Work more efficiently if X is the same width as uintmax_t.
Do not compare X to -1, to avoid bogus compiler warning.
(get_fs_usage): (uintmax_t) -1 -> UINTMAX_MAX to avoid a cast.
Don't assume that f_frsize and f_bsize are the same type.

21 years agoUpgrade to gettext-0.11.5.
Jim Meyering [Wed, 25 Sep 2002 14:34:59 +0000 (14:34 +0000)]
Upgrade to gettext-0.11.5.

21 years agoAdd be (Belarusian).
Jim Meyering [Wed, 25 Sep 2002 14:23:49 +0000 (14:23 +0000)]
Add be (Belarusian).

21 years ago.
Jim Meyering [Wed, 25 Sep 2002 14:23:02 +0000 (14:23 +0000)]
.

21 years ago.
Jim Meyering [Wed, 25 Sep 2002 14:19:03 +0000 (14:19 +0000)]
.

21 years ago.
Jim Meyering [Wed, 25 Sep 2002 12:52:56 +0000 (12:52 +0000)]
.

21 years ago(jm_MACROS): Require gt_INTTYPES_PRI.
Jim Meyering [Wed, 25 Sep 2002 12:52:45 +0000 (12:52 +0000)]
(jm_MACROS): Require gt_INTTYPES_PRI.

21 years ago(gt_INTTYPES_PRI): New file, mostly from gettext.
Jim Meyering [Wed, 25 Sep 2002 12:52:24 +0000 (12:52 +0000)]
(gt_INTTYPES_PRI): New file, mostly from gettext.

21 years ago*** empty log message ***
Jim Meyering [Wed, 25 Sep 2002 11:45:42 +0000 (11:45 +0000)]
*** empty log message ***

21 years agoRemove unneeded parentheses around operands of `defined'.
Jim Meyering [Wed, 25 Sep 2002 11:45:37 +0000 (11:45 +0000)]
Remove unneeded parentheses around operands of `defined'.

21 years ago*** empty log message ***
Jim Meyering [Wed, 25 Sep 2002 08:29:57 +0000 (08:29 +0000)]
*** empty log message ***

21 years ago(safe_read): Make comment more precise: upon error, it returns -1.
Jim Meyering [Wed, 25 Sep 2002 08:29:53 +0000 (08:29 +0000)]
(safe_read): Make comment more precise: upon error, it returns -1.

21 years ago(eaccess): Change type of local `euid' from int to uid_t
Jim Meyering [Wed, 25 Sep 2002 08:23:54 +0000 (08:23 +0000)]
(eaccess): Change type of local `euid' from int to uid_t
and add a cast, to avoid a warning about `signed and unsigned type in
conditional expression'.

21 years ago*** empty log message ***
Jim Meyering [Tue, 24 Sep 2002 08:50:24 +0000 (08:50 +0000)]
*** empty log message ***

21 years agofmt's -s, -t, -c options didn't work properly for long lines.
Jim Meyering [Tue, 24 Sep 2002 08:50:20 +0000 (08:50 +0000)]
fmt's -s, -t, -c options didn't work properly for long lines.
Since get_line may end up calling put_paragraph (for long lines),
be sure to set global, `other_indent', before it is used there.

(set_other_indent): New function, factored out of...
(get_paragraph): ... here.  Call it.
(get_line): Call set_other_indent before calling flush_paragraph,
which calls fmt_paragraph, which in turn calls put_paragraph,
which uses other_indent.

21 years ago(make_path): Minor reformatting.
Jim Meyering [Sun, 22 Sep 2002 07:40:28 +0000 (07:40 +0000)]
(make_path): Minor reformatting.

21 years ago*** empty log message ***
Jim Meyering [Sun, 22 Sep 2002 06:59:21 +0000 (06:59 +0000)]
*** empty log message ***

21 years agoInclude "dirname.h", for declaration of strip_trailing_slashes.
Jim Meyering [Sun, 22 Sep 2002 06:59:13 +0000 (06:59 +0000)]
Include "dirname.h", for declaration of strip_trailing_slashes.

21 years ago*** empty log message ***
Jim Meyering [Sun, 22 Sep 2002 06:48:35 +0000 (06:48 +0000)]
*** empty log message ***

21 years ago(PRIdMAX, PRIuMAX): Remove definitions.
Jim Meyering [Sun, 22 Sep 2002 06:48:28 +0000 (06:48 +0000)]
(PRIdMAX, PRIuMAX): Remove definitions.
Now they're defined through system.h.

21 years agoRemove all inclusions of inttypes.h,
Jim Meyering [Sun, 22 Sep 2002 06:41:02 +0000 (06:41 +0000)]
Remove all inclusions of inttypes.h,
since it's already included from sys2.h via system.h.

21 years agoRemove all inclusions of inttypes.h,
Jim Meyering [Sun, 22 Sep 2002 06:40:14 +0000 (06:40 +0000)]
Remove all inclusions of inttypes.h,
since it's already included from sys2.h via system.h.

21 years agoupgrade to automake-1.6f
Jim Meyering [Sun, 22 Sep 2002 06:34:18 +0000 (06:34 +0000)]
upgrade to automake-1.6f

21 years ago*** empty log message ***
Jim Meyering [Sun, 22 Sep 2002 06:33:27 +0000 (06:33 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Sat, 21 Sep 2002 22:40:45 +0000 (22:40 +0000)]
*** empty log message ***

21 years ago(PERL): Remove duplicate definition.
Jim Meyering [Sat, 21 Sep 2002 22:40:35 +0000 (22:40 +0000)]
(PERL): Remove duplicate definition.

21 years ago*** empty log message ***
Jim Meyering [Sat, 21 Sep 2002 22:34:30 +0000 (22:34 +0000)]
*** empty log message ***

21 years ago(TESTS): Add long-line.
Jim Meyering [Sat, 21 Sep 2002 22:12:40 +0000 (22:12 +0000)]
(TESTS): Add long-line.

21 years ago*** empty log message ***
Jim Meyering [Sat, 21 Sep 2002 14:24:28 +0000 (14:24 +0000)]
*** empty log message ***

21 years agoNo longer include values.h.
Jim Meyering [Sat, 21 Sep 2002 14:24:18 +0000 (14:24 +0000)]
No longer include values.h.
It was required solely for now-removed reference to BITSPERBYTE.

21 years ago*** empty log message ***
Jim Meyering [Sat, 21 Sep 2002 14:22:34 +0000 (14:22 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Sat, 21 Sep 2002 14:22:14 +0000 (14:22 +0000)]
*** empty log message ***

21 years agoNo longer include values.h.
Jim Meyering [Sat, 21 Sep 2002 14:21:53 +0000 (14:21 +0000)]
No longer include values.h.
It was required solely for now-removed reference to BITSPERBYTE.

21 years ago(UTILS_HOST_OS): Add a case for freebsd*-gnu*.
Jim Meyering [Fri, 20 Sep 2002 09:04:43 +0000 (09:04 +0000)]
(UTILS_HOST_OS): Add a case for freebsd*-gnu*.

21 years ago(TESTS): Add t-slash.
Jim Meyering [Fri, 20 Sep 2002 08:59:17 +0000 (08:59 +0000)]
(TESTS): Add t-slash.

21 years ago*** empty log message ***
Jim Meyering [Fri, 20 Sep 2002 08:59:07 +0000 (08:59 +0000)]
*** empty log message ***

21 years agoadd comment
Jim Meyering [Fri, 20 Sep 2002 08:48:21 +0000 (08:48 +0000)]
add comment

21 years ago*** empty log message ***
Jim Meyering [Fri, 20 Sep 2002 08:46:48 +0000 (08:46 +0000)]
*** empty log message ***

21 years ago(remove_parents): Strip trailing slashes.
Jim Meyering [Fri, 20 Sep 2002 08:41:02 +0000 (08:41 +0000)]
(remove_parents): Strip trailing slashes.

21 years agoAdd need-ngettext to AM_GNU_GETTEXT invocation.
Jim Meyering [Fri, 20 Sep 2002 08:18:39 +0000 (08:18 +0000)]
Add need-ngettext to AM_GNU_GETTEXT invocation.

21 years ago*** empty log message ***
Jim Meyering [Fri, 20 Sep 2002 06:44:37 +0000 (06:44 +0000)]
*** empty log message ***

21 years ago(announcement): Arrange to gpg-sign the message.
Jim Meyering [Fri, 20 Sep 2002 06:44:31 +0000 (06:44 +0000)]
(announcement): Arrange to gpg-sign the message.
Add a URL for each detached signature file.

21 years ago*** empty log message ***
Jim Meyering [Thu, 19 Sep 2002 06:21:11 +0000 (06:21 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Wed, 18 Sep 2002 08:31:16 +0000 (08:31 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Wed, 18 Sep 2002 08:30:57 +0000 (08:30 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Wed, 18 Sep 2002 08:30:29 +0000 (08:30 +0000)]
*** empty log message ***