1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 02:30:35 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2004-06-15 21:55:28 +00:00
parent f888b66ec1
commit 1f3a9c7888
+9
View File
@@ -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]