From: Jim Meyering Date: Sat, 16 Feb 2002 08:59:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_21~46 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=361dda3c2098dec704eaa8b5a492b05cdb75b668;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 0727f73342..9e0c314f4d 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,7 +1,24 @@ -2002-02-12 Jim Meyering +2002-02-16 Jim Meyering * Version 2.0.12. +2002-02-15 Paul Eggert + + Add support for _POSIX2_VERSION, which lets you pick which POSIX + version you want the utilities to conform to. Remove warnings about + failure to conform to a future POSIX version. + + * src/date.c (ISO_8601_OPTION): Remove; no longer needed. + All uses changed to back to the corresponding short options. + (short_options): Remove; no longer needed. + (COMMON_SHORT_OPTIONS): New macro. + + * src/date.c (usage): Document only the intersection of the + old and new behaviors, to encourage portability. + (main): Parse options using POSIX 1003.1-2001 rules if + conforming to that standard. Do not warn of obsolete options. + * src/nice.c (usage, main): Likewise. + 2002-02-11 Paul Eggert * src/nice.c (main): Output warnings only if OBSOLETE_OPTION_WARNINGS.