*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 14 Jul 2003 18:58:43 +0000 (18:58 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 14 Jul 2003 18:58:43 +0000 (18:58 +0000)
lib/ChangeLog

index 52d80b5c5e4ee73a358e0a11fcb10cb9ac1bbfa6..5760076f6741837e201e76395685441119563e9b 100644 (file)
@@ -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.