aboutsummaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>1999-05-26 05:35:41 -0600
committerJeff Law <law@gcc.gnu.org>1999-05-26 05:35:41 -0600
commita7c9637fbf562bc10ebd1e8657a22e9a95e4e082 (patch)
tree66b3d878c8accfd05a8903bf974a862013634c99 /libiberty
parentbac23dd63dd3f810d189630323e359a587d9f936 (diff)
downloadgcc-a7c9637fbf562bc10ebd1e8657a22e9a95e4e082.zip
gcc-a7c9637fbf562bc10ebd1e8657a22e9a95e4e082.tar.gz
gcc-a7c9637fbf562bc10ebd1e8657a22e9a95e4e082.tar.bz2
Forgot to commit.
From-SVN: r27172
Diffstat (limited to 'libiberty')
-rw-r--r--libiberty/ChangeLog6
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.