aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-07-16 20:06:11 +0000
committerChristopher Faylor <me@cgf.cx>2000-07-16 20:06:11 +0000
commit0763ee9d8324d1a0c1a26057e90719f21a13e826 (patch)
tree07a632e5bb42d0861cb409860f8014246229836f /winsup/cygwin/ChangeLog
parentb4e59f5f1419800d7a2248d3721a9db88e80d4d8 (diff)
downloadnewlib-0763ee9d8324d1a0c1a26057e90719f21a13e826.zip
newlib-0763ee9d8324d1a0c1a26057e90719f21a13e826.tar.gz
newlib-0763ee9d8324d1a0c1a26057e90719f21a13e826.tar.bz2
* environ.cc: Use new definition of "environ" throughout.
(environ_init): Explicitly initialize __cygwin_environ. (cur_environ): New function. Detects when user has updated their environment. * exec.cc: Use 'environ' define throughout rather than __cygwin_environ. * spawn.cc: Ditto. * winsup.h: Declare cur_environ, main_environ, environ.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index b1d1582..3a81a51 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,13 @@
+Sun Jul 16 16:03:00 2000 Christopher Faylor <cgf@cygnus.com>
+
+ * environ.cc: Use new definition of "environ" throughout.
+ (environ_init): Explicitly initialize __cygwin_environ.
+ (cur_environ): New function. Detects when user has updated
+ their environment.
+ * exec.cc: Use 'environ' define throughout rather than __cygwin_environ.
+ * spawn.cc: Ditto.
+ * winsup.h: Declare cur_environ, main_environ, environ.
+
Sun Jul 16 13:23:04 2000 Christopher Faylor <cgf@cygnus.com>
* acconfig.h: Add support for NEWVFORK.