summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2005-04-13 09:39:30 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2005-04-13 09:39:30 (GMT)
commit1ecb433c37e275de5c25ded47dff83781103a095 (patch)
treea7fb74472eb49f9217f99cc9f7f7a92e085a09bf /ChangeLog
parente691fce6b050292abd74b38b28886b6e5bcea55b (diff)
downloadtcl-1ecb433c37e275de5c25ded47dff83781103a095.zip
tcl-1ecb433c37e275de5c25ded47dff83781103a095.tar.gz
tcl-1ecb433c37e275de5c25ded47dff83781103a095.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.
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.