From: Jim Meyering Date: Mon, 14 Jul 2003 18:58:43 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e82eae5c15408b5be55bf20aa1295b4894559514;p=pspp *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 52d80b5c5e..5760076f67 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,16 @@ +2003-07-14 Jim Meyering + + 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 * mempcpy.h: New file.