platform/upstream/coreutils.git
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 ***

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

21 years ago`od -t x8' used the wrong (`l'-prefixed) printf format.
Jim Meyering [Tue, 17 Sep 2002 22:06:21 +0000 (22:06 +0000)]
`od -t x8' used the wrong (`l'-prefixed) printf format.
Likewise for the o8 and u8 formats.

(ISPEC_TO_FORMAT): Define macro.
(decode_one_format): Use PRIdMAX, PRIoMAX, etc. for LONG_LONG.
Reported by Arun Sharma.

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

21 years ago(PRIdMAX, PRIoMAX, PRIuMAX, PRIxMAX): Define if necessary.
Jim Meyering [Tue, 17 Sep 2002 14:41:43 +0000 (14:41 +0000)]
(PRIdMAX, PRIoMAX, PRIuMAX, PRIxMAX): Define if necessary.
From gettext's intl/loadmsgcat.c.

21 years agosort/check like this:
Jim Meyering [Tue, 17 Sep 2002 08:10:50 +0000 (08:10 +0000)]
sort/check like this:
(export LC_COLLATE=fr_FR; sed -n '/^$/,$p' THANKS|sort -c -f -t' ' -k1,1 -k2,2)

21 years agosort
Jim Meyering [Tue, 17 Sep 2002 08:07:07 +0000 (08:07 +0000)]
sort

21 years agosort
Jim Meyering [Tue, 17 Sep 2002 07:56:51 +0000 (07:56 +0000)]
sort

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

21 years ago(TESTS): Add x8.
Jim Meyering [Tue, 17 Sep 2002 07:34:04 +0000 (07:34 +0000)]
(TESTS): Add x8.

21 years agotest for bug fixed in coreutils-4.5.2
Jim Meyering [Tue, 17 Sep 2002 07:33:54 +0000 (07:33 +0000)]
test for bug fixed in coreutils-4.5.2

21 years ago*** empty log message ***
Jim Meyering [Mon, 16 Sep 2002 10:27:05 +0000 (10:27 +0000)]
*** empty log message ***

21 years agoForbid symbols matching ^jm_[A-Z].
Jim Meyering [Mon, 16 Sep 2002 10:26:59 +0000 (10:26 +0000)]
Forbid symbols matching ^jm_[A-Z].
(jm_PREREQ_QUOTEARG): Add jm_FUNC_MEMCMP.

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

21 years ago(jm_PREREQ_ERROR): Check for libintl.h.
Jim Meyering [Mon, 16 Sep 2002 10:20:54 +0000 (10:20 +0000)]
(jm_PREREQ_ERROR): Check for libintl.h.

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

21 years agoversion: 4.5.1
Jim Meyering [Mon, 16 Sep 2002 05:49:58 +0000 (05:49 +0000)]
version: 4.5.1

21 years ago*** empty log message ***
Jim Meyering [Sun, 15 Sep 2002 20:24:19 +0000 (20:24 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Sun, 15 Sep 2002 07:23:14 +0000 (07:23 +0000)]
*** empty log message ***

21 years ago(get_format_width): Add cast to avoid
Jim Meyering [Sun, 15 Sep 2002 07:23:08 +0000 (07:23 +0000)]
(get_format_width): Add cast to avoid
warning about `signed and unsigned type in conditional expression'.

21 years ago(generate_all_output): Likewise.
Jim Meyering [Sun, 15 Sep 2002 07:12:05 +0000 (07:12 +0000)]
(generate_all_output): Likewise.

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

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

21 years ago(xnanosleep): Return -1 on failure, not 1, for consistency with nanosleep.
Jim Meyering [Sun, 15 Sep 2002 06:52:29 +0000 (06:52 +0000)]
(xnanosleep): Return -1 on failure, not 1, for consistency with nanosleep.
Check errno after nanosleep returns -1.

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

21 years ago(main, skip): Add casts to avoid warnings about
Jim Meyering [Sat, 14 Sep 2002 09:12:13 +0000 (09:12 +0000)]
(main, skip): Add casts to avoid warnings about
`comparison between signed and unsigned'.

21 years ago(print_user): Change type of local to size_t
Jim Meyering [Sat, 14 Sep 2002 07:47:38 +0000 (07:47 +0000)]
(print_user): Change type of local to size_t
to avoid warnings about `comparison between signed and unsigned'.

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

21 years ago(print_full_info, print_group_list): Add casts to avoid
Jim Meyering [Sat, 14 Sep 2002 07:45:53 +0000 (07:45 +0000)]
(print_full_info, print_group_list): Add casts to avoid
warnings about `signed and unsigned type in conditional expression'.

21 years agoChange type of global, digest_hex_bytes, to size_t
Jim Meyering [Sat, 14 Sep 2002 07:40:04 +0000 (07:40 +0000)]
Change type of global, digest_hex_bytes, to size_t
to avoid warnings about `comparison between signed and unsigned'.
(split_3): Change parameter names to be readable and add comment.
Clean up the test for whether a line may be ignored.

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

21 years ago(jm_MACROS): Require autoconf-2.54.
Jim Meyering [Fri, 13 Sep 2002 21:17:19 +0000 (21:17 +0000)]
(jm_MACROS): Require autoconf-2.54.

21 years ago.
Jim Meyering [Fri, 13 Sep 2002 14:23:26 +0000 (14:23 +0000)]
.

21 years ago*** empty log message ***
Jim Meyering [Fri, 13 Sep 2002 12:18:39 +0000 (12:18 +0000)]
*** empty log message ***

21 years ago(main): Handle leading command line argument of `--'.
Jim Meyering [Fri, 13 Sep 2002 09:50:23 +0000 (09:50 +0000)]
(main): Handle leading command line argument of `--'.

21 years ago.
Jim Meyering [Fri, 13 Sep 2002 09:49:55 +0000 (09:49 +0000)]
.

21 years ago*** empty log message ***
Jim Meyering [Fri, 13 Sep 2002 09:49:26 +0000 (09:49 +0000)]
*** empty log message ***

21 years agoMake sure printf handles a leading -- properly.
Jim Meyering [Fri, 13 Sep 2002 09:49:19 +0000 (09:49 +0000)]
Make sure printf handles a leading -- properly.

21 years ago(TESTS): Add printf.
Jim Meyering [Fri, 13 Sep 2002 09:48:04 +0000 (09:48 +0000)]
(TESTS): Add printf.

21 years ago*** empty log message ***
Jim Meyering [Fri, 13 Sep 2002 09:35:22 +0000 (09:35 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Fri, 13 Sep 2002 09:31:32 +0000 (09:31 +0000)]
*** empty log message ***

21 years ago(Time directives) [%S]: Explain why the range is [0..60].
Jim Meyering [Fri, 13 Sep 2002 09:31:26 +0000 (09:31 +0000)]
(Time directives) [%S]: Explain why the range is [0..60].

21 years ago(stat invocation): Remove references to now-removed %S and %C.
Jim Meyering [Fri, 13 Sep 2002 09:19:20 +0000 (09:19 +0000)]
(stat invocation): Remove references to now-removed %S and %C.

21 years ago(usage): Explain that %S's range of [0..60] is required --
Jim Meyering [Fri, 13 Sep 2002 09:18:18 +0000 (09:18 +0000)]
(usage): Explain that %S's range of [0..60] is required --
rather than 0..59 -- to accommodate the occasional positive leap second.

21 years ago*** empty log message ***
Jim Meyering [Fri, 13 Sep 2002 09:14:46 +0000 (09:14 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Jim Meyering [Fri, 13 Sep 2002 08:51:27 +0000 (08:51 +0000)]
*** empty log message ***

21 years ago(tail invocation): In --sleep-interval=NUMBER,
Jim Meyering [Fri, 13 Sep 2002 08:51:15 +0000 (08:51 +0000)]
(tail invocation): In --sleep-interval=NUMBER,
NUMBER may now be a floating point number.

21 years agoupdate from master
Jim Meyering [Fri, 13 Sep 2002 07:46:30 +0000 (07:46 +0000)]
update from master

21 years ago.
Jim Meyering [Thu, 12 Sep 2002 13:16:43 +0000 (13:16 +0000)]
.

21 years ago*** empty log message ***
Jim Meyering [Thu, 12 Sep 2002 13:16:28 +0000 (13:16 +0000)]
*** empty log message ***

21 years ago(nanosec_libs): Define.
Jim Meyering [Thu, 12 Sep 2002 13:16:20 +0000 (13:16 +0000)]
(nanosec_libs): Define.
(sleep_LDADD, tail_LDADD): Use it here.

21 years ago.
Jim Meyering [Thu, 12 Sep 2002 13:15:07 +0000 (13:15 +0000)]
.