diff options
author | davygrvy <davygrvy@pobox.com> | 2002-02-21 18:37:49 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2002-02-21 18:37:49 (GMT) |
commit | 2ff6fecb388fc14103c36c7cdbc8813a134a9f49 (patch) | |
tree | f1dc53775f14e5a5710dacea756e7c81aaf11406 /ChangeLog | |
parent | 684fff1b76d025b0bc8604b9afeffd894b587276 (diff) | |
download | tcl-2ff6fecb388fc14103c36c7cdbc8813a134a9f49.zip tcl-2ff6fecb388fc14103c36c7cdbc8813a134a9f49.tar.gz tcl-2ff6fecb388fc14103c36c7cdbc8813a134a9f49.tar.bz2 |
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +2002-02-21 David Gravereaux <davygrvy@pobox.com> + + * win/makefile.vc: + * win/rules.vc: Added a new "loimpact" option that sets the + -ws:aggressive linker option. Off by default. It's said to + keep the heap use low at the expense of alloc speed. + + * win/tclAppInit.c: Changed #include "tcl.h" to be tclPort.h to + remove the raw windows.h include. tclPort.h brings in windows.h + already and lessens the pre-compiled-header mush and the randomly + useless #pragma comment (lib,...) references throughout the big + windows.h tree (as observed at high linker warning levels). + 2002-02-21 Donal K. Fellows <fellowsd@cs.man.ac.uk> * generic/tcl.h: Better guessing of LP64/ILP32 architecture, but |