summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGary Houston <ghouston@arglist.com>1997-07-26 20:37:05 +0000
committerGary Houston <ghouston@arglist.com>1997-07-26 20:37:05 +0000
commit956055a9d67b719c9302a6a67730abc886b92666 (patch)
tree6cf55811543008f9d69df8fe02e6a5d70ee21cb7 /NEWS
parentb3460a507a040d881bd02a6427fced74ba149527 (diff)
downloadguile-956055a9d67b719c9302a6a67730abc886b92666.tar.gz
* boot-9.scm (setenv): new procedure, scsh compatible.
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.