summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-08-21 14:02:14 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-08-21 14:02:14 (GMT)
commit0aefd12ecc49b90bb53275239ab60e815c7e2ad5 (patch)
treed42ff34df74a9aa2fbb6cc44bf22052c0b76839f /ChangeLog
parent8ab97c30e3c73b79ec3b866da2879596d77cc9b7 (diff)
downloadtcl-0aefd12ecc49b90bb53275239ab60e815c7e2ad5.zip
tcl-0aefd12ecc49b90bb53275239ab60e815c7e2ad5.tar.gz
tcl-0aefd12ecc49b90bb53275239ab60e815c7e2ad5.tar.bz2
Added disassembly of TclOO methods.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7725eb1..5595080 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-08-21 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclProc.c (Tcl_DisassembleObjCmd): Added ability to
+ disassemble TclOO methods. The code to do this is very ugly.
+
2008-08-21 Pat Thoyts <patthoyts@users.sourceforge.net>
* generic/tclOOMethod.c: Added casts to make MSVC happy