]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Add support for _POSIX2_VERSION, which lets you pick which POSIX
authorJim Meyering <jim@meyering.net>
Sat, 16 Feb 2002 09:03:12 +0000 (09:03 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 16 Feb 2002 09:03:12 +0000 (09:03 +0000)
commit7513e6d4f40cce1bffd0c03552ba11241383ae39
tree3d67b0d460b1dfac51347332524e79cb89f46baa
parent361dda3c2098dec704eaa8b5a492b05cdb75b668
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.

(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