summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-03-04 21:29:16 +0000
committerJim Meyering <jim@meyering.net>2003-03-04 21:29:16 +0000
commit541c6da4bad3f9c4247ced2874c3cc10ac0a2860 (patch)
tree1b76c9e16a4045b743b7bb5ab8d51153f04da9a0 /lib
parentca1b088722ef895ead8eeb465e9189aef3917dc4 (diff)
downloadcoreutils-541c6da4bad3f9c4247ced2874c3cc10ac0a2860.tar.xz
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index a7cad7110..91673acf2 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,5 +1,14 @@
2003-03-04 Jim Meyering <jim@meyering.net>
+ * makepath.c (CLEANUP_CWD): Call error here, now that restore_cwd
+ no longer does it.
+
+ * save-cwd.h (restore_cwd): Update prototype.
+ * save-cwd.c (restore_cwd): Remove two parameters.
+ Simplify. Don't call error upon failure. Let callers do that.
+ (save_cwd): Mention that Irix 5.3 has the same problem as SunOS4
+ when auditing is enabled. But don't bother updating the #if.
+
* xgetcwd.c (xgetcwd): Improve comment.
* getcwd.c: New file.