summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-11 04:53:02 +0000
committerJim Meyering <jim@meyering.net>1999-01-11 04:53:02 +0000
commitf6aaba2b34beb5b8d173c9bc439c234e86109e92 (patch)
tree058b51ae1b242e599061f54009d38c43bbf82ead /old/textutils
parentc970990a0a85a41d1ac5cb9167ea091e9f566302 (diff)
downloadcoreutils-f6aaba2b34beb5b8d173c9bc439c234e86109e92.tar.xz
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog15
1 files changed, 14 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 069c16e23..5f9cea4e2 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -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.