diff options
| author | davygrvy@pobox.com <davygrvy> | 2003-01-05 00:44:40 (GMT) |
|---|---|---|
| committer | davygrvy@pobox.com <davygrvy> | 2003-01-05 00:44:40 (GMT) |
| commit | 0ef5a917bb021340cbe98a4aeaee1bd715f40d5b (patch) | |
| tree | 1d9432a30cfc674c7eb07ab5f85be9a7da17b70e | |
| parent | b19013037d0cac07e900a39a344b85829a7d7137 (diff) | |
| download | tcl-0ef5a917bb021340cbe98a4aeaee1bd715f40d5b.zip tcl-0ef5a917bb021340cbe98a4aeaee1bd715f40d5b.tar.gz tcl-0ef5a917bb021340cbe98a4aeaee1bd715f40d5b.tar.bz2 | |
no message
| -rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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. |
