diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-03-19 06:20:01 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-03-19 06:20:01 +0000 |
commit | b9307c430eaa3c5f488e854615267cc9e1536e19 (patch) | |
tree | d150c179476b2bd1445ee820a08150002e2ab4de /NEWS | |
parent | 2bad486665c60ac3ad25466f6fcaed1cb92e9150 (diff) | |
download | coreutils-b9307c430eaa3c5f488e854615267cc9e1536e19.tar.xz |
"pr -D FORMAT" now accepts the same formats that "date +FORMAT" does.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -36,6 +36,8 @@ GNU coreutils NEWS -*- outline -*- ls now refuses to generate time stamps containing more than 1000 bytes, to foil potential denial-of-service attacks on hosts with very large stacks. + "pr -D FORMAT" now accepts the same formats that "date +FORMAT" does. + test now detects integer overflow when evaluating large integers, rather than silently wrapping around. |