summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-06-30 23:31:04 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-06-30 23:31:04 (GMT)
commit08539cff64ee5b80197cc571bcb0a9b459b64ed4 (patch)
tree9fc2e7d911f279c85ed1765814718fde4be50bdc /ChangeLog
parent1183c0a828a1e53bdbc5aba282093407eed9aa18 (diff)
downloadtcl-08539cff64ee5b80197cc571bcb0a9b459b64ed4.zip
tcl-08539cff64ee5b80197cc571bcb0a9b459b64ed4.tar.gz
tcl-08539cff64ee5b80197cc571bcb0a9b459b64ed4.tar.bz2
* doc/mathop.n: [Bug 3023165]: Fix typo that was preventing proper
rendering of the exclusive-or operator.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 98fdcd9..3fa5963 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
+2010-07-01 Donal K. Fellows <dkf@users.sf.net>
+
+ * doc/mathop.n: [Bug 3023165]: Fix typo that was preventing proper
+ rendering of the exclusive-or operator.
+
2010-06-28 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tclPosixStr.c [Bug 3019634] errno.h and tclWinPort.h have
+ * generic/tclPosixStr.c: [Bug 3019634]: errno.h and tclWinPort.h have
conflicting definitions.
2010-06-22 Donal K. Fellows <dkf@users.sf.net>