diff options
author | Jim Meyering <jim@meyering.net> | 1998-07-26 02:56:36 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1998-07-26 02:56:36 +0000 |
commit | bde54af30f7689fb28f6d963f75b509a39bd9f59 (patch) | |
tree | 72963c8a7c505f190fb8a1f38d77000086f6dcb3 /old | |
parent | cafbd3477a99b6684b340d79d107ca9fbb553654 (diff) | |
download | coreutils-bde54af30f7689fb28f6d963f75b509a39bd9f59.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/textutils/ChangeLog | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index a121938ac..35a81ece7 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,8 +1,16 @@ -1998-07-16 Jim Meyering <meyering@ascend.com> +1998-07-25 Jim Meyering <meyering@ascend.com> * Version 1.22f. - * src/chown.c: Include lchown.h. + * tests/sort/Test.pm: Add two tests relating to this. + * src/sort.c (main): Stat all non-`-' input file files (and fail if a + stat fails) when an output file is specified by `-o' but doesn't exist. + Reported by Will Edgington. + + * tests/sort/Test.pm: New tests of -o. + +1998-07-16 Jim Meyering <meyering@ascend.com> + * lib/Makefile.am (noinst_HEADERS): Add lchown.h. * lib/lchown.h: New file, just to define ENOSYS on systems that lack it. * lib/lchown.c: Include lchown.h. |