diff options
author | Jim Meyering <jim@meyering.net> | 1995-05-05 14:58:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-05-05 14:58:59 +0000 |
commit | b0aa499bb2efb3939491c1db2b3c29159d73ec43 (patch) | |
tree | dda9176cb859d26e9a4bc2422f169fca6adc09f6 | |
parent | 6ebd309cb87e763f9cda2bac5f5ded1eefbbe75c (diff) | |
download | coreutils-b0aa499bb2efb3939491c1db2b3c29159d73ec43.tar.xz |
.
-rw-r--r-- | old/textutils/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 9d0ee273e..737437c89 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -8,6 +8,7 @@ Thu May 4 23:15:58 1995 Jim Meyering (meyering@comco.com) * sort.c Don't hard-code /tmp. [DEFAULT_TMPDIR]: Use this instead. + * tac.c (save_stdin): Likewise. * (set_ordering): Properly parse arguments like `+x.yn'. Reported by John Salmon (johns@mullet.anu.edu.au). @@ -17,7 +18,7 @@ Wed Apr 26 23:48:13 1995 Jim Meyering (meyering@comco.com) * sort.c (tempname): AND-off high bits of pid so that its decimal string representation is no longer than five digits. - From Hans Verkuil (hans@wyst.hobby.nl) + From Hans Verkuil (hans@wyst.hobby.nl). Thu Apr 20 23:09:33 1995 Jim Meyering (meyering@comco.com) |