diff options
author | davygrvy <davygrvy@pobox.com> | 2002-08-28 22:49:07 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2002-08-28 22:49:07 (GMT) |
commit | caec85ff53d666eba22542cef6c31014e4f0022e (patch) | |
tree | 1fd2eb6b66757e129beab235726737135348259d | |
parent | 278f7c88ca3a17fed8af94c6ec45b4f5dda49861 (diff) | |
download | tcl-caec85ff53d666eba22542cef6c31014e4f0022e.zip tcl-caec85ff53d666eba22542cef6c31014e4f0022e.tar.gz tcl-caec85ff53d666eba22542cef6c31014e4f0022e.tar.bz2 |
no message
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2002-08-28 David Gravereaux <davygrvy@pobox.com> + + * generic/tclEnv.c: + * unix/configure.in: + * win/tclWinPort.h: putenv() on some systems copies the buffer + rather than taking reference to it. This causes memory leaks + and is know to effect mswindows (msvcrt) and NetBSD 1.5.2 . This + patch tests for this behavior and turns on -DHAVE_PUTENV_THAT_COPIES=1 + when approriate. Thanks to David Welton for assistance. + [Bug 414910] + + * unix/configure: regen'd + 2002-08-28 Donal K. Fellows <fellowsd@cs.man.ac.uk> * doc/eval.n: Added mention of list command and corrected "SEE ALSO". |