summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2001-10-01 15:31:51 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2001-10-01 15:31:51 (GMT)
commitf5e3ef145e3c2b10f75ae017b00ef97b2833e23a (patch)
treef125e2c85211782096771dda0323260b5c1c3d34 /ChangeLog
parentc1bf313ccab38b8a3a01c91baf5f02288f604a07 (diff)
downloadtcl-f5e3ef145e3c2b10f75ae017b00ef97b2833e23a.zip
tcl-f5e3ef145e3c2b10f75ae017b00ef97b2833e23a.tar.gz
tcl-f5e3ef145e3c2b10f75ae017b00ef97b2833e23a.tar.bz2
removed unnecessary inclusions of tclCompile.h [Patch 466823]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d10538c..39db414 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2001-09-30 Miguel Sofer <msofer@users.sourceforge.net>
+
+ * generic/tclCmdIL.c:
+ * generic/tclCmdMZ.c:
+ * generic/tclParseExpr.c: removed unnecessary inclusion of
+ tclCompile.h and made a small modification in (InfoBodyCmd) to
+ improve the isolation of the compiler/engine subsystem.
+
2001-09-29 Vince Darley <vincentdarley@users.sourceforge.net>
* generic/tclIOUtil.c: