diff options
author | davygrvy <davygrvy@pobox.com> | 2006-01-05 04:50:44 (GMT) |
---|---|---|
committer | davygrvy <davygrvy@pobox.com> | 2006-01-05 04:50:44 (GMT) |
commit | 99e04c3ce9c8661f4473753a09e05a9c2cb7c8c9 (patch) | |
tree | 20d9cc99d6b13f9c1ff57ddd06d37a4d0f04afda /ChangeLog | |
parent | 72ce842c154872dc5d5059776990e56ce8c57fee (diff) | |
download | tcl-99e04c3ce9c8661f4473753a09e05a9c2cb7c8c9.zip tcl-99e04c3ce9c8661f4473753a09e05a9c2cb7c8c9.tar.gz tcl-99e04c3ce9c8661f4473753a09e05a9c2cb7c8c9.tar.bz2 |
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2006-01-04 David Gravereaux <davygrvy@pobox.com> + + * win/tclAppInit.c: WIN32 native console signal handler removed. + This was found to be interfering with TWAPI extension one. IMO, + special services such as signal handlers should best be done with + extensions to the core after discussions on c.l.t. about Roy + Terry's tclsh children of a real windows service shell. + 2005-12-30 Kevin B. Kenny <kennykb@acm.org> * generic/tclStubLib.c: Corrected a typo in "missing Stubs table |