diff options
author | Jim Meyering <jim@meyering.net> | 2003-06-01 08:44:52 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-06-01 08:44:52 +0000 |
commit | afb5da409879a17b43bffb1fc914e083809ceb5a (patch) | |
tree | 6dcad227fc94aa82d376f5ae61b024dacda86618 | |
parent | bfa07fbaaab52d124fd23e14f98dbf62c499c4c2 (diff) | |
download | coreutils-afb5da409879a17b43bffb1fc914e083809ceb5a.tar.xz |
*** empty log message ***
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ [5.0.1] -* date's %r format directive now honors any locale setting +* date's %r format directive now honors locale settings * md5sum --check now accepts the output of the BSD md5sum program, e.g., MD5 (f) = d41d8cd98f00b204e9800998ecf8427e * du no longer runs out of file descriptors unnecessarily @@ -11,7 +11,7 @@ * df and `readlink --canonicalize' no longer corrupt the heap on non-glibc, non-solaris systems * `env -u SOME_ALREADY_UNSET_VARIABLE' no longer dumps core on non-glibc systems -* fmt now diagnose invalid obsolescent width specifications like `-72x' +* fmt now diagnoses invalid obsolescent width specifications like `-72x' * fmt now exits nonzero when unable to open an input file * rm now works around Darwin6.5's broken readdir function; before `rm -rf DIR' would fail to remove all files in DIR if there were more than 338. |