1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-21 11:16:16 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2002-02-16 08:59:10 +00:00
parent 44cfebcac7
commit 361dda3c20

View 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.