summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormsofer <msofer@noemail.net>2005-04-13 09:39:30 (GMT)
committermsofer <msofer@noemail.net>2005-04-13 09:39:30 (GMT)
commit49bb3d6ba81cda9a0e2653a64d0ad1c022b1648a (patch)
treea7fb74472eb49f9217f99cc9f7f7a92e085a09bf /ChangeLog
parentcd1fd013a84e9044f5090191fe77682ac041d3a1 (diff)
downloadtcl-49bb3d6ba81cda9a0e2653a64d0ad1c022b1648a.zip
tcl-49bb3d6ba81cda9a0e2653a64d0ad1c022b1648a.tar.gz
tcl-49bb3d6ba81cda9a0e2653a64d0ad1c022b1648a.tar.bz2
* generic/tclCompile.c:Commented out the functions
TclPrintInstruction(), TclPrintObject() and TclPrintSource() when not debugging the compiler, as they are never called in that case. FossilOrigin-Name: 595299342a62bf3a1711cee20cca606d10d1983a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f062bba..b1d5594 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-04-13 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclCompile.c:Commented out the functions
+ TclPrintInstruction(), TclPrintObject() and TclPrintSource() when
+ not debugging the compiler, as they are never called in that case.
+
2005-04-12 Don Porter <dgp@users.sourceforge.net>
* generic/tclInterp.c: Corrected bad syntax of Tcl_Panic() call.