projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
336175d
)
Add setenv, unsetenv.
author
Bruno Haible
<bruno@clisp.org>
Wed, 11 Dec 2002 20:34:41 +0000
(20:34 +0000)
committer
Bruno Haible
<bruno@clisp.org>
Wed, 11 Dec 2002 20:34:41 +0000
(20:34 +0000)
lib/ChangeLog
patch
|
blob
|
history
lib/Makefile.am
patch
|
blob
|
history
diff --git
a/lib/ChangeLog
b/lib/ChangeLog
index 02fa197f294b823e39f8c11db44db2fccc6174ad..762984d036ef01e73b271d5b762351d46d0d734d 100644
(file)
--- a/
lib/ChangeLog
+++ b/
lib/ChangeLog
@@
-34,6
+34,9
@@
(compar_fn_t): New typedef.
(KNOWN_VALUE, STORE_VALUE): Use it.
+ * Makefile.am (libfetish_a_SOURCES): Add setenv.c, unsetenv.c,
+ setenv.h.
+
2002-12-10 Paul Eggert <eggert@twinsun.com>
Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7.
diff --git
a/lib/Makefile.am
b/lib/Makefile.am
index a9e6bbd4b1c59cd9ceda37c9884cca30e922b3a1..8b35ea36cde4893664e709926104c69334cc0ddb 100644
(file)
--- a/
lib/Makefile.am
+++ b/
lib/Makefile.am
@@
-94,6
+94,7
@@
libfetish_a_SOURCES = \
same.c same.h \
save-cwd.c save-cwd.h \
savedir.c savedir.h \
+ setenv.c unsetenv.c setenv.h \
settime.c \
sha.c sha.h \
sig2str.h \