diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-11-16 22:31:44 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-11-16 22:31:44 +0000 |
commit | 114492b82693a8cd9e57194a6a5f5fde0c8c016a (patch) | |
tree | 5999498af552a3148d3d1b250d3caaf981fa9efa /NEWS | |
parent | 0278065f3ff6ad56e4b0b3b90031a6fcb7e732da (diff) | |
download | coreutils-114492b82693a8cd9e57194a6a5f5fde0c8c016a.tar.xz |
Improve quality of ln's diagnostics.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ GNU coreutils NEWS -*- outline -*- ** Changes in behavior + ln now uses different (and we hope clearer) diagnostics when it fails. + ln -v now acts more like FreeBSD, so it generates output only when + successful and the output is easier to parse. + ls now defaults to --time-style='locale', not --time-style='posix-long-iso'. However, the 'locale' time style now behaves like 'posix-long-iso' if your locale settings appear to be messed up. This change |