summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-12 16:22:47 +0000
committerJim Meyering <jim@meyering.net>2003-07-12 16:22:47 +0000
commitbe823d745ca32f9f9c2dab75c1ffb6db7520fa2f (patch)
tree6cac22a3a8d3273461745dbb1e8b887dd3704296 /ChangeLog
parent4f78b3f40f06e50649edbaf223077c8f49682125 (diff)
downloadcoreutils-be823d745ca32f9f9c2dab75c1ffb6db7520fa2f.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5298057d0..88717c71c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,18 @@
* Version 5.0.1.
+ * src/remove.c (remove_dir): Give a diagnostic upon failed save_cwd,
+ now that that function no longer calls `error'.
+
+ * src/df.c (find_mount_point): Emit a diagnostic for each
+ failed syscall, rather than relying on caller to do that.
+ The caller couldn't do a good job, anyhow -- too many different
+ ways to fail (each with a different referent).
+ Give a diagnostic upon failed save_cwd, now that that function
+ no longer calls `error'.
+ (show_point): Don't diagnose find_mount_point's errors, now that
+ it handles them itself.
+
* src/df.c (find_mount_point): Don't let free clobber errno upon
failed chdir.