diff options
author | Christopher Faylor <me@cgf.cx> | 2000-07-26 13:42:01 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-07-26 13:42:01 +0000 |
commit | f653e4ddc1421ce97381a6772ba724990c1bc309 (patch) | |
tree | da366382f710e069b141a8f580657cdc273f1fe8 | |
parent | 1d8fc847ee3802ed15ed64b3643c517d2961e81d (diff) | |
download | newlib-f653e4ddc1421ce97381a6772ba724990c1bc309.zip newlib-f653e4ddc1421ce97381a6772ba724990c1bc309.tar.gz newlib-f653e4ddc1421ce97381a6772ba724990c1bc309.tar.bz2 |
Add missing ChangeLog entry.
-rw-r--r-- | winsup/cygwin/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 1ad1445..b02a0d3 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. |