diff options
author | nijtmans <nijtmans> | 2010-12-16 08:52:37 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2010-12-16 08:52:37 (GMT) |
commit | ea1de9848ccde7951194b1ed58065ee6b43f7c66 (patch) | |
tree | f6a3b71a40be33da4256477fb25da8e2573b127e /ChangeLog | |
parent | 8802a351978129fb686ef18982430a0c366fb06a (diff) | |
download | tcl-ea1de9848ccde7951194b1ed58065ee6b43f7c66.zip tcl-ea1de9848ccde7951194b1ed58065ee6b43f7c66.tar.gz tcl-ea1de9848ccde7951194b1ed58065ee6b43f7c66.tar.bz2 |
[Patch 3124554]: Move WishPanic from Tk to Tcl
Better communication with debugger, if present.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,4 +1,9 @@ -2010-12-14 Jan Nijtmans <nijtmans@users.sf.net> +2010-12-16 Jan Nijtmans <nijtmans@users.sf.net> + + * generic/tclPanic.c: [Patch 3124554]: Move WishPanic from Tk to Tcl + * win/tclWinFile.c: Better communication with debugger, if present. + +2010-12-15 Jan Nijtmans <nijtmans@users.sf.net> * generic/tclPanic.c: Restore abort() as it was before. * win/tclWinFile.c: [Patch 3124554] use ExitProcess() here, like |