]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sun, 24 Mar 1996 02:31:39 +0000 (02:31 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 24 Mar 1996 02:31:39 +0000 (02:31 +0000)
old/fileutils/ChangeLog
old/textutils/ChangeLog

index 7be4db31b3980c4bd60451a0161996e7e25ca6ee..a4bd5ebe3d962979a750edb981fb1a7ae1c3a550 100644 (file)
@@ -1,13 +1,3 @@
-Sat Mar 23 20:21:40 1996  Jim Meyering  (meyering@na-net.ornl.gov)
-
-       * sort.c [SORT_FAILURE]: New macro.
-       Be careful to exit with 1 only when -c is used and the
-       input is not properly sorted.  In all other cases, use
-       SORT_FAILURE as required by POSIX.
-       (main): Change some `error (1, ...' to use SORT_FAILURE.
-       Upon successful termination, exit with EXIT_SUCCESS instead of `0'.
-       Replace all uses of `2' (as exit code) with SORT_FAILURE.
-
 Thu Mar 21 16:43:13 1996  Jim Meyering  (meyering@na-net.ornl.gov)
 
        * src/*.c (main): Declare to be of type int, not void.
index d83d86d5fc4d03588fb5198a3aee8d9f2ccc4064..5e318022e2b4198036e095e76578a59ccd7a01e5 100644 (file)
@@ -1,3 +1,13 @@
+Sat Mar 23 20:21:40 1996  Jim Meyering  (meyering@na-net.ornl.gov)
+
+       * sort.c [SORT_FAILURE]: New macro.
+       Be careful to exit with 1 only when -c is used and the
+       input is not properly sorted.  In all other cases, use
+       SORT_FAILURE as required by POSIX.
+       (main): Change some `error (1, ...' to use SORT_FAILURE.
+       Upon successful termination, exit with EXIT_SUCCESS instead of `0'.
+       Replace all uses of `2' (as exit code) with SORT_FAILURE.
+
 Thu Mar 21 22:47:50 1996  Jim Meyering  (meyering@na-net.ornl.gov)
 
        * csplit.c: Include assert.h, but disable assertions.