From: Jeff Law Date: Wed, 26 May 1999 11:35:41 +0000 (-0600) Subject: Forgot to commit. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a7c9637fbf562bc10ebd1e8657a22e9a95e4e082;p=gcc.git Forgot to commit. From-SVN: r27172 --- diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 8f65a863bae..0c92dc17b98 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,5 +1,11 @@ Wed May 26 03:58:20 1999 "Melissa O'Neill" + * Makefile.in (CFILES): Add putenv.c and setenv.c. + * configure.in (funcs): Add putenv and setenv. + (AC_CHECK_FUNCS): Check for putenv and setenv. + * configure: Rebuilt. + * putenv.c setenv.c: New files. + * getcwd.c (getcwd): If pathname is NULL, then obtain SIZE bytes of space using malloc.