summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-10-31 12:52:14 +0000
committerJim Meyering <jim@meyering.net>1995-10-31 12:52:14 +0000
commite4a96fff583e1b5d5b686abb6d5ab62f3b2c3abb (patch)
treebcc3e0848be05512ecceb0cf5f2a00dcdd9679f1 /old
parentaa6cde5ca1b33823fb226c3823b1b99f5061081b (diff)
downloadcoreutils-e4a96fff583e1b5d5b686abb6d5ab62f3b2c3abb.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 42f3572ac..bd85adf1a 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,3 +1,13 @@
+Mon Oct 30 23:15:56 1995 Jim Meyering (meyering@comco.com)
+
+ * wc.c: Reorder functions to obviate forward dcls. Remove
+ forward dcls. Protoize. Add `const' attribute to some parameters.
+ * uniq.c: Likewise.
+ * split.c: Likewise.
+
+ * split.c (isdigits, convint): Remove these.
+ (main): Use xstrtol instead.
+
Sun Oct 29 14:04:36 1995 Jim Meyering (meyering@comco.com)
* paste.c (main): Move function body to end of file.