summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-12-26 16:20:10 +0100
committerBruno Haible <bruno@clisp.org>2007-12-26 16:20:10 +0100
commit81e61b220d430779361b384b360b58a711cfd046 (patch)
tree5e388b00e0d3ff987282eb77d27c951db1305fc6 /NEWS
parent4a64397b5b568bf0e6c0e4a41e5d98dd7352b0d4 (diff)
downloadgnulib-81e61b220d430779361b384b360b58a711cfd046.tar.gz
Split setenv module into setenv and unsetenv. Get rid of setenv.h.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index adb0163729..c30b27207f 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,11 @@ User visible incompatible changes
Date Modules Changes
+2007-12-24 setenv The include file is changed from "setenv.h" to
+ <stdlib.h>. Also, the unsetenv function is no
+ longer declared in this module; use the 'unsetenv'
+ module if you need it.
+
2007-12-03 getpagesize The include file is changed from "getpagesize.h"
to <unistd.h>.