projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bac23dd
)
Forgot to commit.
author
Jeff Law
<law@gcc.gnu.org>
Wed, 26 May 1999 11:35:41 +0000
(
05:35
-0600)
committer
Jeff Law
<law@gcc.gnu.org>
Wed, 26 May 1999 11:35:41 +0000
(
05:35
-0600)
From-SVN: r27172
libiberty/ChangeLog
patch
|
blob
|
history
diff --git
a/libiberty/ChangeLog
b/libiberty/ChangeLog
index 8f65a863bae39e0e94bd6b9d1e80678cc9ce619d..0c92dc17b985dc4669c820597215cc4370b00ae4 100644
(file)
--- 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.