summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-03-21 22:43:38 +0000
committerJim Meyering <jim@meyering.net>1996-03-21 22:43:38 +0000
commit403816eb85cf23f9248265968767bd815dda7fa6 (patch)
treefc33df4f3dce44318e13835fa1e06d5bb4c24b05 /old/textutils
parentadb7c216b2f18c8b24881ff66cb916e37bc9ea41 (diff)
downloadcoreutils-403816eb85cf23f9248265968767bd815dda7fa6.tar.xz
.
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 4b8042b22..eab2f660f 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,7 +1,10 @@
Thu Mar 21 06:58:36 1996 Jim Meyering (meyering@na-net.ornl.gov)
- * sort.c (main): Declare to return int, not void.
+ * sort.c (main): Declare to be of type int, not void.
From Peter Seebach <seebs@taniemarie.solon.com>.
+ * cat.c cksum.c comm.c csplit.c cut.c expand.c fold.c head.c join.c
+ nl.c paste.c pr.c split.c sum.c tac.c tail.c tr.c unexpand.c uniq.c
+ wc.c (main): Likewise.
Sat Mar 16 16:30:07 1996 Jim Meyering (meyering@na-net.ornl.gov)