diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2004-08-11 Kevin Kenny <kennykb@acm.org> + + * generic/tclEvent.c: Eliminated the USE_THREAD_STORAGE + * generic/tclInt.h: option (which is on in every build + * generic/tclThread.c: generated by the standard configurator). + * generic/tclThreadStorage.c: Eliminated the code for thread + * unix/configure: specific data without USE_THREAD_STORAGE + * unix/tcl.m4: and radically refactored the code + * unix/tclConfig.h.in: for USE_THREAD_STORAGE so that it + * unix/tclUnixThrd.c: has fewer dependencies on the order + * win/configure: of finalization. (Also, made + * win/Makefile.in: 'make distclean' on Windows clean + * win/rules.vc: just a little bit cleaner.) + * win/tcl.m4: + * win/tclWinThrd.c: + 2005-08-10 Kevin Kenny <kennykb@acm.org> * generic/tclEvent.c (Tcl_Finalize): Pushed Tcl_FinalizeLoad and |