# HG changeset patch # User Jim Meyering # Date 1007323189 0 # Node ID be82cff1af6a9f03b036fcc94698c1450104f58c # Parent 9746171336297c3e859786a3cdb12acc3d8c42a7 *** empty log message *** diff --git a/lib/ChangeLog b/lib/ChangeLog --- 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.