summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2002-03-22 22:54:35 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2002-03-22 22:54:35 (GMT)
commit5233c4e6917e720ac6a7859a68a6dc561ad2d40a (patch)
treeea73706051e17d544b90529f0c700d9dc3171f80 /ChangeLog
parent5650f82fd8c736c7cab9d1fb4a4bb100b64626de (diff)
downloadtcl-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ff0cb2..8e64db6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]