summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-06-22 15:02:59 +0000
committerJim Meyering <jim@meyering.net>2004-06-22 15:02:59 +0000
commit227b2e9daafa3e58294e57a8b80524418bb6dbaf (patch)
tree03d44771141888364b2d488e510d66e05ac9d75d
parent6eb57b59add3f7c7c70c0c6579efd0809b0632e0 (diff)
downloadcoreutils-227b2e9daafa3e58294e57a8b80524418bb6dbaf.tar.xz
.
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ac479f1c0..edcd3687c 100644
--- a/NEWS
+++ b/NEWS
@@ -65,6 +65,10 @@ GNU coreutils NEWS -*- outline -*-
are no longer safe, as `sort' might start writing F before `cat' is
done reading it. This problem cannot occur unless `-m' is used.
+ When outside the default POSIX locale, the 'who' and 'pinky'
+ commands now output time stamps like "2004-06-21 13:09" instead of
+ the traditional "Jun 21 13:09".
+
pwd now works even when run from a working directory whose name
is longer than PATH_MAX.