summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2006-12-08 10:59:45 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2006-12-08 10:59:45 (GMT)
commit65bdecfdf2b029ef2a9b3cedb6da6ebc1560fee1 (patch)
tree4d42b6bb757315315e3d4f562fc2584af5b61734 /ChangeLog
parenta3e3e7c0fa917ece8b8a58b57a802643c52f07b0 (diff)
downloadtcl-65bdecfdf2b029ef2a9b3cedb6da6ebc1560fee1.zip
tcl-65bdecfdf2b029ef2a9b3cedb6da6ebc1560fee1.tar.gz
tcl-65bdecfdf2b029ef2a9b3cedb6da6ebc1560fee1.tar.bz2
More tests for bitops
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c936159..f991cf9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-12-08 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>
+
+ * tests/mathop.test: Full tests for & | and ^ operators
+
2006-12-08 Daniel Steffen <das@users.sourceforge.net>
* library/tcltest/tcltest.tcl: use [info frame] for "-verbose line".