]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 11 Jan 1999 04:53:02 +0000 (04:53 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 11 Jan 1999 04:53:02 +0000 (04:53 +0000)
old/textutils/ChangeLog

index 069c16e23419bdbe0c55259b693d4ae5fa717e2f..5f9cea4e221b110eed2ba410732e9077bf16a5fb 100644 (file)
@@ -1,7 +1,20 @@
-1999-01-09  Jim Meyering  <meyering@ascend.com>
+1999-01-10  Jim Meyering  <meyering@ascend.com>
 
        * 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  <meyering@ascend.com>
+
        * 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.