summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-09-17 21:32:30 (GMT)
committerhobbs <hobbs>2001-09-17 21:32:30 (GMT)
commit275c642769888f4581329c775bf97a57d93db979 (patch)
tree457d275f656bfb35b827a18d346025d41104c81c /ChangeLog
parent856bbed23b5e86158505683ed42197b071ca506d (diff)
downloadtcl-275c642769888f4581329c775bf97a57d93db979.zip
tcl-275c642769888f4581329c775bf97a57d93db979.tar.gz
tcl-275c642769888f4581329c775bf97a57d93db979.tar.bz2
* generic/tcl.h: removed forced #define USE_TCLALLOC 1 for
Windows. This means the native system allocator will be used by default. This should be binary and source compatible with extensions, as Tcl_Alloc is a properly stubbed function.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c6da4ea..dfd9a7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-09-17 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * generic/tcl.h: removed forced #define USE_TCLALLOC 1 for
+ Windows. This means the native system allocator will be used by
+ default. This should be binary and source compatible with
+ extensions, as Tcl_Alloc is a properly stubbed function.
+
2001-09-17 Miguel Sofer <msofer@users.sourceforge.net>
* generic/tclExecute.c: corrected small bug in [Patch 456668] -