summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2002-02-21 18:37:49 (GMT)
committerdavygrvy <davygrvy@pobox.com>2002-02-21 18:37:49 (GMT)
commit2ff6fecb388fc14103c36c7cdbc8813a134a9f49 (patch)
treef1dc53775f14e5a5710dacea756e7c81aaf11406
parent684fff1b76d025b0bc8604b9afeffd894b587276 (diff)
downloadtcl-2ff6fecb388fc14103c36c7cdbc8813a134a9f49.zip
tcl-2ff6fecb388fc14103c36c7cdbc8813a134a9f49.tar.gz
tcl-2ff6fecb388fc14103c36c7cdbc8813a134a9f49.tar.bz2
no message
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 33e68f2..0e2707f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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