From: Jim Meyering Date: Mon, 11 Jan 1999 04:53:02 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-1_22g~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6aaba2b34beb5b8d173c9bc439c234e86109e92;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 069c16e234..5f9cea4e22 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,7 +1,20 @@ -1999-01-09 Jim Meyering +1999-01-10 Jim Meyering * Version 1.22g. + All of the following new code is protected by + `#if DONT_UNLINK_WHILE_OPEN' + * src/tac.c (file_to_remove): New global. + (fp_to_close): New global. + (unlink_tempfile): New function. + (record_tempfile): New function. + (save_stdin): Call record_tempfile. + Use SET_BINARY. + (main): Use SET_BINARY and SET_BINARY2. + From Eli Zaretskii. + +1999-01-09 Jim Meyering + * tests/uniq/Test.pm: Add tests from Jochen Hein. * src/uniq.c: New option: --all-repeated (-D). (output_all_repeated) [output_mode]: New enum value.