summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-03-19 06:20:01 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-03-19 06:20:01 +0000
commitb9307c430eaa3c5f488e854615267cc9e1536e19 (patch)
treed150c179476b2bd1445ee820a08150002e2ab4de /NEWS
parent2bad486665c60ac3ad25466f6fcaed1cb92e9150 (diff)
downloadcoreutils-b9307c430eaa3c5f488e854615267cc9e1536e19.tar.xz
"pr -D FORMAT" now accepts the same formats that "date +FORMAT" does.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 49ad41eab..862aeabee 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.