diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-09-07 06:22:13 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-09-07 06:22:13 +0000 |
commit | b8f278429d6ca2f88eeb3040486599d25a2a202d (patch) | |
tree | 83348c71b6bb47c6efbbdbf07f6e88e2df16e928 /NEWS | |
parent | f786a91cd30d9cf60e6ccfb64a6678fd51ee9b5c (diff) | |
download | coreutils-b8f278429d6ca2f88eeb3040486599d25a2a202d.tar.xz |
Document "touch" POSIX-conformance fix.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -103,6 +103,9 @@ GNU coreutils NEWS -*- outline -*- like %#d, instead of relying on undefined behavior in the underlying printf function. + "touch -- MMDDhhmm[yy] file" is now equivalent to + "touch MMDDhhmm[yy] file" even when conforming to pre-2001 POSIX. + who now prints user names in full instead of truncating them after 8 bytes. ** New features |