mirror of
https://git.savannah.gnu.org/git/coreutils.git
synced 2025-09-10 07:59:52 +02:00
Compare commits
3 Commits
FILEUTILS-
...
FILEUTILS-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
04838c31ce | ||
|
|
fa3bbe8eb2 | ||
|
|
39c406f18a |
@@ -1,5 +1,8 @@
|
||||
Mon Sep 30 20:08:45 1996 Jim Meyering <meyering@na-net.ornl.gov>
|
||||
|
||||
* src/Makefile.am (dircolors.h): Don't depend on anything unless
|
||||
in maintainer-mode. Reported by Marcus Daniels.
|
||||
|
||||
* lib/path-concat.c (path_concat): Use K&R style function definition.
|
||||
|
||||
Sun Sep 29 22:00:44 1996 Jim Meyering <meyering@na-net.ornl.gov>
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
Mon Sep 30 23:35:46 1996 Jim Meyering <meyering@na-net.ornl.gov>
|
||||
|
||||
* acinclude.m4: Update definitions from gettext-0.24.
|
||||
|
||||
Sun Sep 29 20:04:53 1996 Jim Meyering <meyering@na-net.ornl.gov>
|
||||
|
||||
* tests/sort-test/build-script.pl: Die if close fails.
|
||||
|
||||
@@ -3,7 +3,7 @@ Changes in release 1.20
|
||||
* update configuration system to use automake's aclocal program
|
||||
* configure performs sanity check on CC and CFLAGS to avoid a misleading
|
||||
failure that suggested cross-compiling was the cause
|
||||
* distribute test suites for tr, sort (more will be integrated soon)
|
||||
* distribute test suites for cut, sort, tr (more will be integrated soon)
|
||||
* unexpand no longer gets in endless loop
|
||||
* when verifying checksums, md5sum uses the binary mode flag from the
|
||||
input stream rather than the one from the command line
|
||||
|
||||
@@ -95,7 +95,7 @@ Concatenate FILE(s), or standard input, to standard output.\n\
|
||||
-s, --squeeze-blank never more than one single blank line\n\
|
||||
-t equivalent to -vT\n\
|
||||
-u (ignored)\n\
|
||||
-v, --show-nonprinting use ^ and M- notation, save for LFD and TAB\n\
|
||||
-v, --show-nonprinting use ^ and M- notation, except for LFD and TAB\n\
|
||||
-A, --show-all equivalent to -vET\n\
|
||||
-E, --show-ends display $ at end of each line\n\
|
||||
-T, --show-tabs display TAB characters as ^I\n\
|
||||
|
||||
Reference in New Issue
Block a user