summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-02-11 23:23:48 +0000
committerJim Meyering <jim@meyering.net>2002-02-11 23:23:48 +0000
commit28bcd7730222c9b40eddef8fe84dc687033de340 (patch)
tree14b8669ac53f4cd2d695c897b6b22c04d2f754e6 /old
parent6793260cdd901944e13429e00deef1f5128bb7c5 (diff)
downloadcoreutils-28bcd7730222c9b40eddef8fe84dc687033de340.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/sh-utils/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index dff24d04e..d44469091 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -7,6 +7,27 @@
* tests/stty/basic-1: Use `tail -n +2', rather than `tail +2'.
+2002-02-03 Paul Eggert <eggert@twinsun.com>
+
+ Add more support for POSIX 1003.1-2001, which requires removal
+ for support of obsolete "-DIGITS" option syntax in nice, and
+ which prohibits options with optional arguments like date's
+ -I option.
+
+ * NEWS, coreutils.texi: Document this.
+
+ * src/date.c (ISO_8601_OPTION): New enum value.
+ (long_options): Use it.
+ (short_options): New constant.
+
+ * src/date.c (usage): Document the change.
+ * src/nice.c (usage): Likewise.
+
+ * src/date.c (main): Conform to POSIX 1003.1-2001 if
+ POSIX2_VERSION says to, otherwise warn of obsolete usage if
+ OBSOLETE_OPTION_WARNINGS is nonzero and if not POSIXLY_CORRECT.
+ * src/nice.c (main): Likewise.
+
2002-02-02 Bruno Haible <bruno@clisp.org>
* printf.c (print_esc): Call print_unicode_char with exit_on_error =