summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-03-21 14:15:54 +0100
committerJim Meyering <meyering@redhat.com>2008-03-21 16:01:29 +0100
commit6e5bbc267a65946bc5f1cfc69301c6c378c8795a (patch)
treee1bbb876d42b1fbd41d156460f8afa5c8ef3573f /NEWS
parente73dfc3899c2a622c91c0948610a1c5c1e1972d1 (diff)
downloadcoreutils-6e5bbc267a65946bc5f1cfc69301c6c378c8795a.tar.xz
Write NEWS and update c99-to-c89 patch for today's rm improvement.
* NEWS: call this a "portability improvement" ;-) * src/c99-to-c89.diff: Adjust remove.c offsets.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 93f133123..343366823 100644
--- a/NEWS
+++ b/NEWS
@@ -42,6 +42,11 @@ GNU coreutils NEWS -*- outline -*-
seq gives better diagnostics for invalid formats.
+** Portability
+
+ rm now works properly even on systems like BeOS and Haiku,
+ which have negative errno values.
+
** Consistency
install, mkdir, rmdir and split now write --verbose output to stdout,