diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2002-03-22 22:54:35 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2002-03-22 22:54:35 (GMT) |
commit | 5233c4e6917e720ac6a7859a68a6dc561ad2d40a (patch) | |
tree | ea73706051e17d544b90529f0c700d9dc3171f80 /ChangeLog | |
parent | 5650f82fd8c736c7cab9d1fb4a4bb100b64626de (diff) | |
download | tcl-5233c4e6917e720ac6a7859a68a6dc561ad2d40a.zip tcl-5233c4e6917e720ac6a7859a68a6dc561ad2d40a.tar.gz tcl-5233c4e6917e720ac6a7859a68a6dc561ad2d40a.tar.bz2 |
fixed the errorInfo for return codes other than (TCL_OK, TCL_ERROR) to
runLevel 0 [Bug 533758]. Removed the static RecordTracebackInfo(), as
its functionality is easily replicated by Tcl_LogCommandInfo.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2002-03-22 Miguel Sofer <msofer@users.sourceforge.net> + + * generic/tclBasic.c (Tcl_EvalObjEx): + * generic/tclExecute.c (TclCompEvalObj): fixed the errorInfo for + return codes other than (TCL_OK, TCL_ERROR) to runLevel 0 + [Bug 533758]. Removed the static RecordTracebackInfo(), as its + functionality is easily replicated by Tcl_LogCommandInfo. Bug + and redundancy noted by Don Porter. + 2002-03-21 Donal K. Fellows <fellowsd@cs.man.ac.uk> * doc/expr.n: Improved documentation for ceil and floor [Bug 350535] |