diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-04-05 12:45:26 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-04-05 12:45:26 (GMT) |
commit | dedace94f65c93d73097ebd2ce60dc232835c9f2 (patch) | |
tree | 18f947b6adb97a695df53d8149c4ced49fe0edba /ChangeLog | |
parent | 648c5bbcac5d87bd675f90402e5f3f13a1fe8223 (diff) | |
download | tcl-dedace94f65c93d73097ebd2ce60dc232835c9f2.zip tcl-dedace94f65c93d73097ebd2ce60dc232835c9f2.tar.gz tcl-dedace94f65c93d73097ebd2ce60dc232835c9f2.tar.bz2 |
Flip the defaults for whether to build threaded. Part of TIP #364.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2010-04-05 Donal K. Fellows <dkf@users.sf.net> + * unix/tcl.m4 (SC_ENABLE_THREADS): Flip the default for whether to + * win/tcl.m4 (SC_ENABLE_THREADS): build in threaded mode. Part of + * win/rules.vc: TIP #364. + * unix/tclLoadDyld.c (FindSymbol): Better human-readable error message generation to match code in tclLoadDl.c. |