summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-11-30 15:04:07 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-11-30 15:04:07 (GMT)
commit8b296da9747d2b861a94be9a1ee3fb0258d8a0c4 (patch)
treefc0b9c076923d264ce0a5b768683b81d14a48bf1 /ChangeLog
parent53c04f83d2b2ef25f90e34e7d05273f965790caa (diff)
downloadtcl-8b296da9747d2b861a94be9a1ee3fb0258d8a0c4.zip
tcl-8b296da9747d2b861a94be9a1ee3fb0258d8a0c4.tar.gz
tcl-8b296da9747d2b861a94be9a1ee3fb0258d8a0c4.tar.bz2
Add compiler-related dependency information to prevent problems when developing
the bytecode compiler. They've bitten me one time more than I can stand!
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 48ac0ea..00e708a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-11-30 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
+ * unix/Makefile.in: Add dependency information relating to tclCompile.h
+ since when the list of opcodes changes it is usually useful to rebuild
+ everything that depends on it (but which is nonetheless a small
+ fraction of the total set of Tcl source files).
+
***POTENTIAL INCOMPATIBILITY*** for bytecode savers/loaders. See below.
* generic/tclCompCmds.c (TclCompileSwitchCmd): Arrange for very simple