summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2001-09-17 11:51:58 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2001-09-17 11:51:58 (GMT)
commita073fa09353e6e69476cbbb61777eedd0af5cc19 (patch)
tree8d421de00c0ee265de3125e57592960228683965 /ChangeLog
parente670c6f17e7ac704c3c6f117912e45313254d4d9 (diff)
downloadtcl-a073fa09353e6e69476cbbb61777eedd0af5cc19.zip
tcl-a073fa09353e6e69476cbbb61777eedd0af5cc19.tar.gz
tcl-a073fa09353e6e69476cbbb61777eedd0af5cc19.tar.bz2
Disabled all compile and execution tracing functionality in standard
builds [Bug 451858].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog16
1 files changed, 13 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index b06a57e..f617372 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2001-09-13 Miguel Sofer <msofer@users.sourceforge.net>
+
+ * doc/tclvars.n:
+ * generic/tclCompile.c:
+ * generic/tclCompile.h:
+ * generic/tclExecute.c:
+ * generic/tclProc.c: disbabled all compile and execution tracing
+ functionality in standard builds; TCL_COMPILE_DEBUG is now
+ necessary to enable it. [Bug 451858]
+
2001-09-14 Andreas Kupries <andreas_kupries@users.sourceforge.net>
* doc/gets.n:
@@ -60,8 +70,8 @@
by the new Tcl_EvalTokensStandard. The new function performs the
same duties but adheres to the standard return convention for Tcl
evaluations; the deprecated function could only return TCL_OK or
- TCL_ERROR, which caused [Bug: 219384] and [Bug: 455151].
- This patch implements [TIP: 56].
+ TCL_ERROR, which caused [Bug 219384] and [Bug 455151].
+ This patch implements [TIP 56].
2001-09-12 Mo DeJong <mdejong@users.sourceforge.net>
@@ -371,7 +381,7 @@
* generic/tclProc.c:
* tests/proc.test: made [proc] check that formal args have
- simple names [Bug: 458548]
+ simple names [Bug 458548]
2001-09-04 Vince Darley <vincentdarley@users.sourceforge.net>