From f653e4ddc1421ce97381a6772ba724990c1bc309 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Wed, 26 Jul 2000 13:42:01 +0000 Subject: [PATCH] Add missing ChangeLog entry. --- winsup/cygwin/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 * syscalls.cc (_link): Avoid extraneous call to cygwin_conv_to_win32_path. +Tue Jul 25 21:11:15 2000 Christopher Faylor + + * 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 * syscalls.cc (_link): Corrected previous patch.