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

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

19 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

19 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.

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

19 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.

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

19 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).

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

19 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.

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

19 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.

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

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

19 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.

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

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

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

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

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

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

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

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

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

19 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.

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

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

19 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.

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

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

19 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.

19 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.

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

19 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.

19 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.

19 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.

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

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

19 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.

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

19 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).

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

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

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

19 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.

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

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

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

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

19 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.

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

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

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

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

19 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.

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

19 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.

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

19 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.

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

19 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.

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

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

19 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.

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

19 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.

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

19 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.

19 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.

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

19 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

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

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

19 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.

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

19 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.

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

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

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

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

19 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.

19 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.

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

19 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.

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

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

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

19 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.

19 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).

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

19 years ago.
Jim Meyering [Sat, 15 Oct 2005 10:21:39 +0000 (10:21 +0000)]
.

19 years ago*** empty log message ***
Jim Meyering [Sat, 15 Oct 2005 10:15:56 +0000 (10:15 +0000)]
*** empty log message ***

19 years ago(main): Remove --link -l options.
Jim Meyering [Sat, 15 Oct 2005 10:15:48 +0000 (10:15 +0000)]
(main): Remove --link -l options.
You can use --dereference (-L) instead.

19 years ago(parse_options): Remove --allow-missing option.
Jim Meyering [Sat, 15 Oct 2005 10:15:34 +0000 (10:15 +0000)]
(parse_options): Remove --allow-missing option.
You can use --retry instead.

19 years ago(usage): Document -m, once again.
Jim Meyering [Sat, 15 Oct 2005 10:14:13 +0000 (10:14 +0000)]
(usage): Document -m, once again.
(main): Warn about use of deprecated long options: --kilobytes and --megabytes.

19 years ago(decode_switches): Warn about the deprecated --kilobytes option.
Jim Meyering [Sat, 15 Oct 2005 09:56:21 +0000 (09:56 +0000)]
(decode_switches): Warn about the deprecated --kilobytes option.

19 years ago(main): Warn about the deprecated --kilobytes option.
Jim Meyering [Sat, 15 Oct 2005 09:56:03 +0000 (09:56 +0000)]
(main): Warn about the deprecated --kilobytes option.

19 years ago*** empty log message ***
Jim Meyering [Sat, 15 Oct 2005 08:34:53 +0000 (08:34 +0000)]
*** empty log message ***

19 years ago(du invocation): Document du's -m option, now that we've decided to keep it.
Jim Meyering [Sat, 15 Oct 2005 08:34:48 +0000 (08:34 +0000)]
(du invocation): Document du's -m option, now that we've decided to keep it.

19 years ago*** empty log message ***
Jim Meyering [Thu, 13 Oct 2005 20:12:15 +0000 (20:12 +0000)]
*** empty log message ***