summaryrefslogtreecommitdiff
path: root/old/sh-utils/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-02-16 08:59:10 +0000
committerJim Meyering <jim@meyering.net>2002-02-16 08:59:10 +0000
commit361dda3c2098dec704eaa8b5a492b05cdb75b668 (patch)
treeadbcc1de44c5772c907ef77c58e77880fdf8b66c /old/sh-utils/ChangeLog
parent44cfebcac7738a4e5b764fcbbb94e54b83dd2506 (diff)
downloadcoreutils-361dda3c2098dec704eaa8b5a492b05cdb75b668.tar.xz
*** empty log message ***
Diffstat (limited to 'old/sh-utils/ChangeLog')
-rw-r--r--old/sh-utils/ChangeLog19
1 files changed, 18 insertions, 1 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 0727f7334..9e0c314f4 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -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.