summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavygrvy <davygrvy@pobox.com>2003-01-05 00:44:40 (GMT)
committerdavygrvy <davygrvy@pobox.com>2003-01-05 00:44:40 (GMT)
commit653d9ae8904694cb9138afb697b85daebd370205 (patch)
tree1d9432a30cfc674c7eb07ab5f85be9a7da17b70e /ChangeLog
parent215d930311562a1a9628b22e607a9a5f52666aab (diff)
downloadtcl-653d9ae8904694cb9138afb697b85daebd370205.zip
tcl-653d9ae8904694cb9138afb697b85daebd370205.tar.gz
tcl-653d9ae8904694cb9138afb697b85daebd370205.tar.bz2
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 165e333..fe642f7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2003-01-04 David Gravereaux <davygrvy@pobox.com>
+
+ * win/makefile.vc:
+ * win/rules.vc: Fixed INSTALLDIR macro problem that blanked itself
+ by accident causing the install target to put the tree at the root
+ of the drive built on. Whoops..
+
+ Renamed the 'linkexten' option to be 'staticpkg'. Added 'thrdalloc'
+ to allow the switching _on_ of the thread allocator. Under testing,
+ I found it not to be benificial under windows for the purpose of the
+ application I was using it for. It was more important for this app
+ that resources for tcl threads be returned to the system rather than
+ saved/moved to the global recycler. Be extra clean or extra fast
+ for the default threaded build? Let's move to clean and allow it to
+ be switched on for users who find it benificial for their use of
+ threads.
+
2002-12-18 David Gravereaux <davygrvy@pobox.com>
* win/makefile.vc: some uses of xcopy swapped to the @$(CPY) macro.