From: Jim Meyering Date: Sun, 2 Dec 2001 19:59:49 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34566ff1109202cbe2ac25cfc53b8074788fb0ee;p=pspp *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 1b8c065d6b..c98fcf39ba 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,9 @@ 2001-12-02 Jim Meyering + * tempname.c: Don't declare getenv, thus reverting the change of + 2001-11-18. It's no longer necessary, now that stdlib.h is always + included. + * regex.c [!__BOUNDED_POINTERS__]: Define away __bounded, __unbounded, and __ptrvalue. Reported by Uwe H. Steinfeld.