diff options
author | dgp <dgp@users.sourceforge.net> | 2007-09-07 15:51:24 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-09-07 15:51:24 (GMT) |
commit | 0fff7f052b013ecc6e4194b8568bc7c9e1a9c4f6 (patch) | |
tree | 1004390eda2e52d8425094b14c5693604de37d1f /ChangeLog | |
parent | 7a1583786a195fc3b4d1c4e95a223a2113f700c2 (diff) | |
download | tcl-0fff7f052b013ecc6e4194b8568bc7c9e1a9c4f6.zip tcl-0fff7f052b013ecc6e4194b8568bc7c9e1a9c4f6.tar.gz tcl-0fff7f052b013ecc6e4194b8568bc7c9e1a9c4f6.tar.bz2 |
* generic/tclResult.c (Tcl_GetReturnOptions): Take care that a
* tests/init.test: non-TCL_ERROR code doesn't cause existing
-errorinfo, -errorcode, and -errorline entries to be omitted.
* generic/tclEvent.c: With -errorInfo no longer lost, generate more
complete ::errorInfo when calling [bgerror] after a non-TCL_ERROR
background exception.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2007-09-06 Don Porter <dgp@users.sourceforge.net> + * generic/tclResult.c (Tcl_GetReturnOptions): Take care that a + * tests/init.test: non-TCL_ERROR code doesn't cause existing + -errorinfo, -errorcode, and -errorline entries to be omitted. + * generic/tclEvent.c: With -errorInfo no longer lost, generate more + complete ::errorInfo when calling [bgerror] after a non-TCL_ERROR + background exception. + +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. |