From: Jim Meyering Date: Sun, 24 Mar 1996 16:59:29 +0000 (+0000) Subject: . X-Git-Tag: SH-UTILS-1_12e~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bc35b03488b651d695dcb067b0b1275fc4c69b0;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 1c7fe8e38b..439b4a52fc 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,14 @@ +Sun Mar 24 08:47:40 1996 Jim Meyering (meyering@na-net.ornl.gov) + + * join.c (main): Use EXIT_FAILURE, not 2, as exit code in error call. + * od.c (skip, main): Likewise. + * tr.c (main): Likewise. + + * cat.c cksum.c comm.c csplit.c cut.c expand.c fmt.c fold.c head.c + join.c md5sum.c nl.c od.c paste.c pr.c split.c sum.c tac.c tail.c + tr.c unexpand.c uniq.c wc.c: Exit with status EXIT_SUCCESS or + EXIT_FAILURE, rather than 0 or 1. + Sat Mar 23 23:14:40 1996 Jim Meyering (meyering@na-net.ornl.gov) * system.h [EXIT_FAILURE]: Undefine and define to 1 also if it