summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f749b2ca0..dfd125f02 100644
--- a/NEWS
+++ b/NEWS
@@ -99,6 +99,11 @@ Returns an existing output port which has FDES as its underlying file
descriptor, if one exists, and increments its revealed count.
Otherwise, returns a new output port with a revealed count of 1.
+** setenv [NAME] [VALUE]
+If VALUE is `#f', removes NAME from the environment. Otherwise
+adds the string NAME=VALUE to the environment, replacing any previous
+value for NAME.
+
** primitive-exit [STATUS]
Terminates the current process without unwinding the Scheme stack.
This would usually be used after a fork.