changeset 4439:93f450141083

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Mon, 14 Jul 2003 18:58:43 +0000
parents 61258a49e246
children e58a1c05a6ba
files lib/ChangeLog
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,16 @@
+2003-07-14  Jim Meyering  <jim@meyering.net>
+
+	Don't emit diagnostics.  Let callers do that.
+	* save-cwd.c: Don't include "error.h".
+	(save_cwd): Don't call error.  Ensure that errno is valid
+	when returning nonzero.
+
+	* 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.
+
 2003-07-14  Simon Josefsson  <jas@extundo.com>
 
 	* mempcpy.h: New file.