diff options
author | hobbs <hobbs> | 2001-09-17 21:32:30 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-09-17 21:32:30 (GMT) |
commit | 275c642769888f4581329c775bf97a57d93db979 (patch) | |
tree | 457d275f656bfb35b827a18d346025d41104c81c /ChangeLog | |
parent | 856bbed23b5e86158505683ed42197b071ca506d (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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] - |