diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-05-26 05:35:41 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-05-26 05:35:41 -0600 |
commit | a7c9637fbf562bc10ebd1e8657a22e9a95e4e082 (patch) | |
tree | 66b3d878c8accfd05a8903bf974a862013634c99 /libiberty | |
parent | bac23dd63dd3f810d189630323e359a587d9f936 (diff) | |
download | gcc-a7c9637fbf562bc10ebd1e8657a22e9a95e4e082.zip gcc-a7c9637fbf562bc10ebd1e8657a22e9a95e4e082.tar.gz gcc-a7c9637fbf562bc10ebd1e8657a22e9a95e4e082.tar.bz2 |
Forgot to commit.
From-SVN: r27172
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 8f65a86..0c92dc1 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,5 +1,11 @@ Wed May 26 03:58:20 1999 "Melissa O'Neill" <oneill@cs.sfu.ca> + * 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. |