diff options
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/ChangeLog | 3 |
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*). |