Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-07-26 17:42:01 +0400
committerChristopher Faylor <me@cgf.cx>2000-07-26 17:42:01 +0400
commitf653e4ddc1421ce97381a6772ba724990c1bc309 (patch)
treeda366382f710e069b141a8f580657cdc273f1fe8
parent1d8fc847ee3802ed15ed64b3643c517d2961e81d (diff)
Add missing ChangeLog entry.
-rw-r--r--winsup/cygwin/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 1ad14458a..b02a0d3f9 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -16,6 +16,16 @@ Tue Jul 25 21:40:51 2000 Christopher Faylor <cgf@cygnus.com>
* syscalls.cc (_link): Avoid extraneous call to
cygwin_conv_to_win32_path.
+Tue Jul 25 21:11:15 2000 Christopher Faylor <cgf@cygnus.com>
+
+ * environ.cc (_addenv): New function. Subsumes functionality of
+ putenv/setenv. Does not allocate space for putenv case.
+ (putenv): Use _addenv to add a value to the environment.
+ (setenv): Ditto.
+ (environ_init): Don't malloc space for each entry in the environment
+ table. Just use the space from GetEnvironmentStrings.
+ (posify): Don't free the src argument since it is no longer malloced.
+
Mon Jul 24 21:10:00 2000 Corinna Vinschen <corinna@vinschen.de>
* syscalls.cc (_link): Corrected previous patch.