summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1998-01-08 23:17:20 +0000
committerJim Meyering <jim@meyering.net>1998-01-08 23:17:20 +0000
commitc062a35803ddd40f218f837aca7c933abae35451 (patch)
treea401c8386672c97f5b9c63833c007660852321fb /old/textutils
parent3da029a5d98608fc34937cd7c1c975499b12e247 (diff)
downloadcoreutils-c062a35803ddd40f218f837aca7c933abae35451.tar.xz
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 7be45c709..a849ee7d7 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,5 +1,8 @@
1998-01-08 Jim Meyering <meyering@na-net.ornl.gov>
+ * src/tac-pipe.c: New file. But not yet used.
+ * src/Makefile.am (EXTRA_DIST): Add tac-pipe.c.
+
* src/tac.c (tac_stream): Don't perform arithmetic on now-void* pointer
result of xrealloc (until recently it was char*).