diff options
author | dgp <dgp@users.sourceforge.net> | 2007-09-07 01:23:37 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-09-07 01:23:37 (GMT) |
commit | 5dd7ca68f95347824542e23a0f2b7aebd2ba23c8 (patch) | |
tree | 702ad75a5b947cc876b690011694bebd4b7720ac /ChangeLog | |
parent | be530dc22f04720140f6af009adcd7c007e6f801 (diff) | |
download | tcl-5dd7ca68f95347824542e23a0f2b7aebd2ba23c8.zip tcl-5dd7ca68f95347824542e23a0f2b7aebd2ba23c8.tar.gz tcl-5dd7ca68f95347824542e23a0f2b7aebd2ba23c8.tar.bz2 |
merge updates from HEAD
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2007-09-06 Don Porter <dgp@users.sourceforge.net> + * generic/tclInterp.c (Tcl_Init): Removed constraint on ability + to define a custom [tclInit] before calling Tcl_Init(). Until now + the custom command had to be a proc. Now it can be any command. + * generic/tclInt.decls: New internal routine TclBackgroundException() * generic/tclEvent.c: that for the first time permits non-TCL_ERROR exceptions to trigger [interp bgerror] handling. Closes a gap in |