]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Tue, 31 Oct 1995 12:52:14 +0000 (12:52 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 31 Oct 1995 12:52:14 +0000 (12:52 +0000)
old/textutils/ChangeLog

index 42f3572ac64a81b2c1c43fb3a8f0e9f1bdd23f57..bd85adf1a875f0f4f0509554e6e8510f38adfa89 100644 (file)
@@ -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.