]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 15 Jun 2004 21:55:28 +0000 (21:55 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 15 Jun 2004 21:55:28 +0000 (21:55 +0000)
NEWS

diff --git a/NEWS b/NEWS
index a327ceb32c0a2f72c8b1eaabcadcdb9b714abeed..c257ab6eae5be3c8a8067145b01921a95708cdd0 100644 (file)
--- 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]