From: Jim Meyering Date: Sun, 26 Jul 1998 02:56:36 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-3_16t~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bde54af30f7689fb28f6d963f75b509a39bd9f59;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index a121938ac7..35a81ece7e 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,8 +1,16 @@ -1998-07-16 Jim Meyering +1998-07-25 Jim Meyering * 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 + * 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.