diff options
author | Jim Meyering <jim@meyering.net> | 1996-03-24 02:26:30 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-03-24 02:26:30 +0000 |
commit | a1bc39d1301cedb792911072d0c4aa551a741583 (patch) | |
tree | 0ab7d48604b4dade4555159b37287beab99f4161 /old | |
parent | e6fae6c23f242ea61ca4638c93d3c1aea6501f3f (diff) | |
download | coreutils-a1bc39d1301cedb792911072d0c4aa551a741583.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index a4bd5ebe3..7be4db31b 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -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 16:43:13 1996 Jim Meyering (meyering@na-net.ornl.gov) * src/*.c (main): Declare to be of type int, not void. |