summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-03-07 15:28:28 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-03-07 15:28:28 (GMT)
commitf0e746268c48dbf848ef7e9fdba497fd31eb616c (patch)
tree5e348785436ac8c76e6e6a38368beee432c977bb /ChangeLog
parenta781e9b0aec189a57a4c272b3e5c090ad754f0f2 (diff)
downloadtcl-f0e746268c48dbf848ef7e9fdba497fd31eb616c.zip
tcl-f0e746268c48dbf848ef7e9fdba497fd31eb616c.tar.gz
tcl-f0e746268c48dbf848ef7e9fdba497fd31eb616c.tar.bz2
* tests/execute.test (execute-6.*): More tests checking that
script bytecode is invalidated in the right situations.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ca33f9..c2555cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-03-07 Don Porter <dgp@users.sourceforge.net>
+
+ * tests/execute.test (execute-6.*): More tests checking that
+ script bytecode is invalidated in the right situations.
+
2008-03-07 Donal K. Fellows <donal.k.fellows@man.ac.uk>
* win/configure.in: Add AC_HEADER_STDC to support msys/win64.