]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 16 Feb 2002 08:59:10 +0000 (08:59 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 16 Feb 2002 08:59:10 +0000 (08:59 +0000)
old/sh-utils/ChangeLog

index 0727f7334207e25f3cbd62a42d95a123f2031346..9e0c314f4dab64bcab46b4c71ffdda3b8bbac6a3 100644 (file)
@@ -1,7 +1,24 @@
-2002-02-12  Jim Meyering  <meyering@lucent.com>
+2002-02-16  Jim Meyering  <meyering@lucent.com>
 
        * Version 2.0.12.
 
+2002-02-15  Paul Eggert  <eggert@twinsun.com>
+
+       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  <eggert@twinsun.com>
 
        * src/nice.c (main): Output warnings only if OBSOLETE_OPTION_WARNINGS.