diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-07-14 10:50:08 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-07-14 10:50:08 (GMT) |
commit | d006a47d5d007d1b89e8c2118557e0ef08ac21d9 (patch) | |
tree | 1542aa6547005ee0530a25b459ab64f7b6452acb /ChangeLog | |
parent | cadce06f20cd4c39398bb5e5640892ff743ca37c (diff) | |
download | tcl-d006a47d5d007d1b89e8c2118557e0ef08ac21d9.zip tcl-d006a47d5d007d1b89e8c2118557e0ef08ac21d9.tar.gz tcl-d006a47d5d007d1b89e8c2118557e0ef08ac21d9.tar.bz2 |
Style improvements to tclCompile.c, plus bytecode printing enhancements.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-07-14 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> + + * generic/tclCompile.c: Update to follow style guidelines. + (TclPrintInstruction): Reorganize to do better printing out of + bytecode with far fewer "special hacks" for particular opcodes. + * generic/tclCompile.h: Requires two new opcode types. + 2005-07-13 Don Porter <dgp@users.sourceforge.net> * unix/tclUnixSock.c: Use a ProcessGlobalValue to store the |