diff options
author | Kevin B Kenny <kennykb@acm.org> | 2005-08-11 22:06:46 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2005-08-11 22:06:46 (GMT) |
commit | 9b74d96f71d7f7d8bc7bd3a5956a1d3132c2330a (patch) | |
tree | 0331916c4d6eb03e334e0686ab5ed947945519aa /ChangeLog | |
parent | 3d07a4f66acb32cc71599c3192ae22c380c6520f (diff) | |
download | tcl-9b74d96f71d7f7d8bc7bd3a5956a1d3132c2330a.zip tcl-9b74d96f71d7f7d8bc7bd3a5956a1d3132c2330a.tar.gz tcl-9b74d96f71d7f7d8bc7bd3a5956a1d3132c2330a.tar.bz2 |
radical refactoring of thread storage to untangle dependencies
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 |