diff options
author | Jim Meyering <jim@meyering.net> | 1996-03-24 02:31:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-03-24 02:31:39 +0000 |
commit | 8060afb088496bdce06c5916f8e7eee398e1f79c (patch) | |
tree | 160cc94481c9059c5b70e3646209be066b10ebe6 /old/textutils | |
parent | a1bc39d1301cedb792911072d0c4aa551a741583 (diff) | |
download | coreutils-8060afb088496bdce06c5916f8e7eee398e1f79c.tar.xz |
.
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index d83d86d5f..5e318022e 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/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 22:47:50 1996 Jim Meyering (meyering@na-net.ornl.gov) * csplit.c: Include assert.h, but disable assertions. |