summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2002-08-28 22:49:07 (GMT)
committerdavygrvy <davygrvy@pobox.com>2002-08-28 22:49:07 (GMT)
commitcaec85ff53d666eba22542cef6c31014e4f0022e (patch)
tree1fd2eb6b66757e129beab235726737135348259d /ChangeLog
parent278f7c88ca3a17fed8af94c6ec45b4f5dda49861 (diff)
downloadtcl-caec85ff53d666eba22542cef6c31014e4f0022e.zip
tcl-caec85ff53d666eba22542cef6c31014e4f0022e.tar.gz
tcl-caec85ff53d666eba22542cef6c31014e4f0022e.tar.bz2
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 13e28e6..ea2f831 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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".