From: Jim Meyering Date: Sun, 7 Mar 1999 04:53:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0e~203 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=075ce6b4797c725a6b53167af44dce22f09cf10d;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index ba4985f575..e3a310f1ee 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,19 @@ +1999-03-06 Jim Meyering + + * src/ptx.c (swallow_file_in_memory): Use a `%s' format in error call, + in case the argument string contains a `%'. + (main): Likewise. + * src/fmt.c (main): Likewise. + * src/sort.c (main): Likewise. + + 1999-02-13 Eli Zaretskii + + * src/sys2.h [__DJGPP__]: Include and . + + * src/ptx.c (swallow_file_in_memory): Slurp up the whole file at + once on MSDOS as well, but we have to relax the test for whether + reading it succeeded. + 1999-03-03 Jim Meyering * src/cat.c: Include long-options.h