platform/upstream/coreutils.git
18 years ago(TESTS): Add p-slashdot.
Jim Meyering [Mon, 24 Oct 2005 13:42:21 +0000 (13:42 +0000)]
(TESTS): Add p-slashdot.

18 years agoNew test, for "mkdir -p" failure.
Jim Meyering [Mon, 24 Oct 2005 13:42:02 +0000 (13:42 +0000)]
New test, for "mkdir -p" failure.

18 years ago(TESTS): Add d-slashdot.
Jim Meyering [Mon, 24 Oct 2005 13:41:41 +0000 (13:41 +0000)]
(TESTS): Add d-slashdot.

18 years agoNew test, for "install -d" failure.
Jim Meyering [Mon, 24 Oct 2005 13:41:17 +0000 (13:41 +0000)]
New test, for "install -d" failure.

18 years ago*** empty log message ***
Jim Meyering [Mon, 24 Oct 2005 13:36:03 +0000 (13:36 +0000)]
*** empty log message ***

18 years ago(make_dir_parents): Like the code above it, don't rely
Jim Meyering [Mon, 24 Oct 2005 13:35:59 +0000 (13:35 +0000)]
(make_dir_parents): Like the code above it, don't rely
on mkdir failing with a particular errno value (EEXIST).
Based on a patch by Dmitry V. Levin.

18 years agorename array_cardinality to array_len
Jim Meyering [Mon, 24 Oct 2005 10:39:46 +0000 (10:39 +0000)]
rename array_cardinality to array_len

18 years ago*** empty log message ***
Jim Meyering [Mon, 24 Oct 2005 10:22:19 +0000 (10:22 +0000)]
*** empty log message ***

18 years ago(make_dir_parents): Make the preceding fix a little
Jim Meyering [Mon, 24 Oct 2005 10:22:10 +0000 (10:22 +0000)]
(make_dir_parents): Make the preceding fix a little
more robust, e.g., when the final component is created as a non-
directory by another process just before `mkdir -p's final mkdir.

18 years ago*** empty log message ***
Jim Meyering [Mon, 24 Oct 2005 10:03:51 +0000 (10:03 +0000)]
*** empty log message ***

18 years agoA command like `mkdir -p nonexistent/.' would create the
Jim Meyering [Mon, 24 Oct 2005 10:03:47 +0000 (10:03 +0000)]
A command like `mkdir -p nonexistent/.' would create the
directory but exit nonzero with a diagnostic.  This could also be
triggered with a non-`.' component, e.g., in a race with another
process running the same `mkdir -p nonexistent/sub' command.

(make_dir_parents): Handle the case of an existing final component.
Reported by Matthias Andree here:
http://savannah.gnu.org/bugs/?func=detailitem&item_id=14848

18 years ago*** empty log message ***
Jim Meyering [Mon, 24 Oct 2005 09:55:13 +0000 (09:55 +0000)]
*** empty log message ***

18 years ago(ls_codes): Add missing comma.
Jim Meyering [Mon, 24 Oct 2005 09:55:00 +0000 (09:55 +0000)]
(ls_codes): Add missing comma.
Anonymous report and patch from
http://savannah.gnu.org/bugs/?func=detailitem&item_id=14849

18 years agoAdd a compile-time assertion that the slack_codes
Jim Meyering [Mon, 24 Oct 2005 09:43:01 +0000 (09:43 +0000)]
Add a compile-time assertion that the slack_codes
and ls_codes arrays have the same number of elements.  This would
have prevented the above-fixed bug.

18 years ago*** empty log message ***
Jim Meyering [Mon, 24 Oct 2005 09:01:15 +0000 (09:01 +0000)]
*** empty log message ***

18 years ago(Makefile): Remove stray po-directories argument.
Jim Meyering [Mon, 24 Oct 2005 09:01:02 +0000 (09:01 +0000)]
(Makefile): Remove stray po-directories argument.

18 years ago*** empty log message ***
Jim Meyering [Mon, 24 Oct 2005 08:17:00 +0000 (08:17 +0000)]
*** empty log message ***

18 years agoUpdate from gettext cvs (0.15).
Jim Meyering [Mon, 24 Oct 2005 08:13:39 +0000 (08:13 +0000)]
Update from gettext cvs (0.15).

18 years ago*** empty log message ***
Jim Meyering [Mon, 24 Oct 2005 07:28:57 +0000 (07:28 +0000)]
*** empty log message ***

18 years ago* src/expand.c (parse_tab_stops): Add comment to make this function
Jim Meyering [Mon, 24 Oct 2005 07:28:39 +0000 (07:28 +0000)]
* src/expand.c (parse_tab_stops): Add comment to make this function
identical to the one in unexpand.c.

* src/unexpand.c (parse_tab_stops): Adjust syntax to make this function
identical to the one in expand.c.

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

18 years ago(next_file): Don't assume fopen cannot return stdin.
Jim Meyering [Mon, 24 Oct 2005 07:18:18 +0000 (07:18 +0000)]
(next_file): Don't assume fopen cannot return stdin.

18 years ago.
Jim Meyering [Sun, 23 Oct 2005 20:48:56 +0000 (20:48 +0000)]
.

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

18 years agoDocument SHA-1 and SHA-2 utlities.
Jim Meyering [Sun, 23 Oct 2005 16:05:26 +0000 (16:05 +0000)]
Document SHA-1 and SHA-2 utlities.

18 years ago*** empty log message ***
Jim Meyering [Sun, 23 Oct 2005 16:01:21 +0000 (16:01 +0000)]
*** empty log message ***

18 years ago.
Jim Meyering [Sun, 23 Oct 2005 16:00:59 +0000 (16:00 +0000)]
.

18 years ago*** empty log message ***
Jim Meyering [Sun, 23 Oct 2005 16:00:25 +0000 (16:00 +0000)]
*** empty log message ***

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

18 years agofrom David Madore
Jim Meyering [Sun, 23 Oct 2005 15:58:59 +0000 (15:58 +0000)]
from David Madore

18 years agoRemove no-longer-relevant comment.
Jim Meyering [Sun, 23 Oct 2005 15:55:30 +0000 (15:55 +0000)]
Remove no-longer-relevant comment.

18 years agofrom David Madore
Jim Meyering [Sun, 23 Oct 2005 15:53:55 +0000 (15:53 +0000)]
from David Madore

18 years ago*** empty log message ***
Jim Meyering [Sun, 23 Oct 2005 15:47:07 +0000 (15:47 +0000)]
*** empty log message ***

18 years agotest scripts from David Madore
Jim Meyering [Sun, 23 Oct 2005 15:46:39 +0000 (15:46 +0000)]
test scripts from David Madore

18 years ago(TESTS): Add new sha224sum, sha256sum, sha384sum, sha512sum test scripts
Jim Meyering [Sun, 23 Oct 2005 15:46:14 +0000 (15:46 +0000)]
(TESTS): Add new sha224sum, sha256sum, sha384sum, sha512sum test scripts
here rather that each in its own directory.

18 years agoAdd new sha* programs.
Jim Meyering [Sun, 23 Oct 2005 15:37:53 +0000 (15:37 +0000)]
Add new sha* programs.

18 years ago*** empty log message ***
Jim Meyering [Sun, 23 Oct 2005 15:37:04 +0000 (15:37 +0000)]
*** empty log message ***

18 years agoAdd gl_SHA256 and gl_SHA512.
Jim Meyering [Sun, 23 Oct 2005 15:37:00 +0000 (15:37 +0000)]
Add gl_SHA256 and gl_SHA512.

18 years ago.
Jim Meyering [Sun, 23 Oct 2005 15:36:49 +0000 (15:36 +0000)]
.

18 years ago*** empty log message ***
Jim Meyering [Sun, 23 Oct 2005 15:36:09 +0000 (15:36 +0000)]
*** empty log message ***

18 years agoAdd new programs: sha224sum, sha256sum, sha384sum, sha512sum.
Jim Meyering [Sun, 23 Oct 2005 15:31:44 +0000 (15:31 +0000)]
Add new programs: sha224sum, sha256sum, sha384sum, sha512sum.
Add their names to the list.

18 years ago(digest_check, main): Use ptr_align rather than
Jim Meyering [Sun, 23 Oct 2005 15:29:25 +0000 (15:29 +0000)]
(digest_check, main): Use ptr_align rather than
a dangerous pointer-value-to-`unsigned' cast.

18 years ago*** empty log message ***
Jim Meyering [Sun, 23 Oct 2005 15:25:19 +0000 (15:25 +0000)]
*** empty log message ***

18 years agoNew file, used to build sha* programs from md5sum.c.
Jim Meyering [Sun, 23 Oct 2005 15:25:14 +0000 (15:25 +0000)]
New file, used to build sha* programs from md5sum.c.

18 years ago(sha224sum, sha256sum, sha384sum, sha512sum): Rules for compiling sha-2 utilities
Jim Meyering [Sun, 23 Oct 2005 15:23:56 +0000 (15:23 +0000)]
(sha224sum, sha256sum, sha384sum, sha512sum): Rules for compiling sha-2 utilities
(noinst_HEADERS): Remove checksum.h.

18 years agoProvide framework for computing sha-2 hashes.
Jim Meyering [Sun, 23 Oct 2005 15:22:02 +0000 (15:22 +0000)]
Provide framework for computing sha-2 hashes.

18 years ago*** empty log message ***
Jim Meyering [Sun, 23 Oct 2005 15:18:48 +0000 (15:18 +0000)]
*** empty log message ***

18 years agoadd sha-2 .x files
Jim Meyering [Sun, 23 Oct 2005 15:18:13 +0000 (15:18 +0000)]
add sha-2 .x files

18 years ago(dist_man_MANS): Add the corresponding .1 names.
Jim Meyering [Sun, 23 Oct 2005 15:17:41 +0000 (15:17 +0000)]
(dist_man_MANS): Add the corresponding .1 names.
(sha224sum.1, sha256sum.1, sha384sum.1, sha512sum.1): New dependencies.

18 years ago*** empty log message ***
Jim Meyering [Sun, 23 Oct 2005 14:32:25 +0000 (14:32 +0000)]
*** empty log message ***

18 years ago(million-a): Add the "million a's" test (one of the FIPS test vectors).
Jim Meyering [Sun, 23 Oct 2005 14:32:18 +0000 (14:32 +0000)]
(million-a): Add the "million a's" test (one of the FIPS test vectors).

18 years ago.
Jim Meyering [Sun, 23 Oct 2005 14:19:22 +0000 (14:19 +0000)]
.

18 years ago*** empty log message ***
Jim Meyering [Sun, 23 Oct 2005 10:42:16 +0000 (10:42 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Jim Meyering [Sun, 23 Oct 2005 10:41:50 +0000 (10:41 +0000)]
*** empty log message ***

18 years agoUse 6.0-cvs as the version string.
Jim Meyering [Sun, 23 Oct 2005 10:41:18 +0000 (10:41 +0000)]
Use 6.0-cvs as the version string.

18 years ago.
Jim Meyering [Sat, 22 Oct 2005 21:10:03 +0000 (21:10 +0000)]
.

18 years ago. COREUTILS-5_92 v5.92
Jim Meyering [Sat, 22 Oct 2005 20:59:27 +0000 (20:59 +0000)]
.

18 years ago.
Jim Meyering [Sat, 22 Oct 2005 18:15:06 +0000 (18:15 +0000)]
.

18 years ago*** empty log message ***
Jim Meyering [Sat, 22 Oct 2005 18:13:04 +0000 (18:13 +0000)]
*** empty log message ***

18 years agoRemove -cvs suffix from version string.
Jim Meyering [Sat, 22 Oct 2005 18:12:57 +0000 (18:12 +0000)]
Remove -cvs suffix from version string.

18 years ago*** empty log message ***
Jim Meyering [Sat, 22 Oct 2005 18:12:23 +0000 (18:12 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Jim Meyering [Sat, 22 Oct 2005 18:11:07 +0000 (18:11 +0000)]
*** empty log message ***

18 years ago.
Jim Meyering [Thu, 20 Oct 2005 14:30:53 +0000 (14:30 +0000)]
.

18 years ago*** empty log message ***
Jim Meyering [Thu, 20 Oct 2005 14:29:41 +0000 (14:29 +0000)]
*** empty log message ***

18 years agoMention this chmod fix as well as the dircolors one.
Jim Meyering [Thu, 20 Oct 2005 14:29:38 +0000 (14:29 +0000)]
Mention this chmod fix as well as the dircolors one.

18 years ago(TESTS): Add octal.
Jim Meyering [Thu, 20 Oct 2005 14:27:03 +0000 (14:27 +0000)]
(TESTS): Add octal.

18 years agoNew file, to exercise today's lib/modechange.c fix.
Jim Meyering [Thu, 20 Oct 2005 14:24:29 +0000 (14:24 +0000)]
New file, to exercise today's lib/modechange.c fix.

18 years ago*** empty log message ***
Jim Meyering [Thu, 20 Oct 2005 14:20:41 +0000 (14:20 +0000)]
*** empty log message ***

18 years ago(mode_compile): Reject an invalid mode string that
Jim Meyering [Thu, 20 Oct 2005 14:20:34 +0000 (14:20 +0000)]
(mode_compile): Reject an invalid mode string that
starts with an octal digit.  From Andreas Gruenbacher.

18 years ago.
Jim Meyering [Wed, 19 Oct 2005 07:37:10 +0000 (07:37 +0000)]
.

18 years ago(append_quoted): Quote ' correctly.
Jim Meyering [Wed, 19 Oct 2005 07:32:14 +0000 (07:32 +0000)]
(append_quoted): Quote ' correctly.
Problem reported by Eric Blake.

18 years ago*** empty log message ***
Jim Meyering [Wed, 19 Oct 2005 07:32:04 +0000 (07:32 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Jim Meyering [Wed, 19 Oct 2005 07:30:58 +0000 (07:30 +0000)]
*** empty log message ***

18 years ago(quote): Add test for the above fix.
Jim Meyering [Wed, 19 Oct 2005 07:30:48 +0000 (07:30 +0000)]
(quote): Add test for the above fix.

18 years ago*** empty log message ***
Jim Meyering [Tue, 18 Oct 2005 09:20:32 +0000 (09:20 +0000)]
*** empty log message ***

18 years agoAdd a comment explaining (probably) why this
Jim Meyering [Tue, 18 Oct 2005 09:14:36 +0000 (09:14 +0000)]
Add a comment explaining (probably) why this
test fails on OpenBSD 3.2 when run in an NFS-mounted directory.

18 years ago*** empty log message ***
Jim Meyering [Mon, 17 Oct 2005 15:23:21 +0000 (15:23 +0000)]
*** empty log message ***

18 years agoUse 5.92-cvs as the version string.
Jim Meyering [Mon, 17 Oct 2005 15:23:17 +0000 (15:23 +0000)]
Use 5.92-cvs as the version string.

18 years ago(my-distcheck): Depend on
Jim Meyering [Mon, 17 Oct 2005 06:58:46 +0000 (06:58 +0000)]
(my-distcheck): Depend on
$(release_archive_dir)/$(prev-tgz) here, so that if it's missing
we fail earlier.

18 years ago.
Jim Meyering [Sun, 16 Oct 2005 22:17:31 +0000 (22:17 +0000)]
.

18 years agonow it's the 17th COREUTILS-5_91 v5.91
Jim Meyering [Sun, 16 Oct 2005 22:07:00 +0000 (22:07 +0000)]
now it's the 17th

18 years agotypo
Jim Meyering [Sun, 16 Oct 2005 21:01:48 +0000 (21:01 +0000)]
typo

18 years ago.
Jim Meyering [Sun, 16 Oct 2005 12:28:06 +0000 (12:28 +0000)]
.

18 years agowhoops. Don't put $$today inside single quotes.
Jim Meyering [Sun, 16 Oct 2005 11:00:22 +0000 (11:00 +0000)]
whoops.  Don't put $$today inside single quotes.

18 years ago*** empty log message ***
Jim Meyering [Sun, 16 Oct 2005 10:58:02 +0000 (10:58 +0000)]
*** empty log message ***

18 years ago(VERSION_REGEXP): New variable.
Jim Meyering [Sun, 16 Oct 2005 10:57:58 +0000 (10:57 +0000)]
(VERSION_REGEXP): New variable.
(news-date-check, changelog-check): Use tighter regular expressions.

18 years agoremove -cvs suffix
Jim Meyering [Sun, 16 Oct 2005 10:38:40 +0000 (10:38 +0000)]
remove -cvs suffix

18 years ago*** empty log message ***
Jim Meyering [Sun, 16 Oct 2005 10:36:02 +0000 (10:36 +0000)]
*** empty log message ***

18 years ago.
Jim Meyering [Sun, 16 Oct 2005 10:35:27 +0000 (10:35 +0000)]
.

18 years ago*** empty log message ***
Jim Meyering [Sun, 16 Oct 2005 10:24:57 +0000 (10:24 +0000)]
*** empty log message ***

18 years agoMention the `mkdir -p' bug fix.
Jim Meyering [Sun, 16 Oct 2005 10:24:41 +0000 (10:24 +0000)]
Mention the `mkdir -p' bug fix.

18 years agoRemove -cvs suffix from version string. For 5.91.
Jim Meyering [Sun, 16 Oct 2005 09:51:04 +0000 (09:51 +0000)]
Remove -cvs suffix from version string.  For 5.91.

18 years ago*** empty log message ***
Jim Meyering [Sun, 16 Oct 2005 09:50:13 +0000 (09:50 +0000)]
*** empty log message ***

18 years ago(Top, General output formatting, dir invocation):
Jim Meyering [Sun, 16 Oct 2005 07:27:04 +0000 (07:27 +0000)]
(Top, General output formatting, dir invocation):
(vdir invocation): Don't document the old v and d commands.

18 years ago*** empty log message ***
Jim Meyering [Sun, 16 Oct 2005 07:26:42 +0000 (07:26 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Jim Meyering [Sat, 15 Oct 2005 15:23:36 +0000 (15:23 +0000)]
*** empty log message ***

18 years ago*** empty log message ***
Jim Meyering [Sat, 15 Oct 2005 15:01:28 +0000 (15:01 +0000)]
*** empty log message ***

18 years ago(usage): Undocument deprecated --idle (-i) option.
Jim Meyering [Sat, 15 Oct 2005 15:01:22 +0000 (15:01 +0000)]
(usage): Undocument deprecated --idle (-i) option.

18 years ago(who invocation): Remove documentation for deprecated --idle (-i).
Jim Meyering [Sat, 15 Oct 2005 14:59:17 +0000 (14:59 +0000)]
(who invocation): Remove documentation for deprecated --idle (-i).

18 years ago.
Jim Meyering [Sat, 15 Oct 2005 10:23:47 +0000 (10:23 +0000)]
.