From: Jim Meyering Date: Tue, 15 Jun 2004 21:55:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~1330 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1f3a9c7888be4ef2df0ff9683dddbfb5655e7e78;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/NEWS b/NEWS index a327ceb32c..c257ab6eae 100644 --- a/NEWS +++ b/NEWS @@ -117,6 +117,15 @@ GNU coreutils NEWS -*- outline -*- echo -e '\xHH' now outputs a byte whose hexadecimal value is HH, for compatibility with bash. + In the following cases POSIX allows the default GNU behavior, + so when POSIXLY_CORRECT is set: + + printf and unlink support --help and --option. + ls supports TABSIZE. + pr no longer depends on LC_TIME for the date format in non-POSIX locales. + printf supports \u, \U, \x. + tail supports two or more files when using the obsolete option syntax. + * Major changes in release 5.2.1 (2004-03-12) [stable]