diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-11-30 15:04:07 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-11-30 15:04:07 (GMT) |
commit | 8b296da9747d2b861a94be9a1ee3fb0258d8a0c4 (patch) | |
tree | fc0b9c076923d264ce0a5b768683b81d14a48bf1 /ChangeLog | |
parent | 53c04f83d2b2ef25f90e34e7d05273f965790caa (diff) | |
download | tcl-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |