From: Paul Eggert Date: Sat, 19 Mar 2005 06:20:01 +0000 (+0000) Subject: "pr -D FORMAT" now accepts the same formats that "date +FORMAT" does. X-Git-Tag: CPPI-1_12~1265 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b9307c430eaa3c5f488e854615267cc9e1536e19;p=thirdparty%2Fcoreutils.git "pr -D FORMAT" now accepts the same formats that "date +FORMAT" does. --- diff --git a/NEWS b/NEWS index 49ad41eaba..862aeabee7 100644 --- a/NEWS +++ b/NEWS @@ -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.