summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2010-06-30 23:29:26 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2010-06-30 23:29:26 (GMT)
commite10b292750a32db464a69efbd938795b6f2c8d52 (patch)
tree986799d7d17f85ab3fa966175d8de10c84cd37e1 /ChangeLog
parent447d57a6ac3e0f9dcf52542acbe3fbe77a4cf5df (diff)
downloadtcl-e10b292750a32db464a69efbd938795b6f2c8d52.zip
tcl-e10b292750a32db464a69efbd938795b6f2c8d52.tar.gz
tcl-e10b292750a32db464a69efbd938795b6f2c8d52.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--ChangeLog25
1 files changed, 15 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index fc89d0d..4bfcd1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,25 +1,30 @@
+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
- conflicting definitions. Added messages for ECANCELED, ENOTRECOVERABLE,
- EOTHER and EOWNERDEAD, and fixed various typing mistakes in
- other messages.
+ * generic/tclPosixStr.c: [Bug 3019634]: errno.h and tclWinPort.h have
+ conflicting definitions. Added messages for ENOTRECOVERABLE, EOTHER,
+ ECANCELED and EOWNERDEAD, and fixed various typing mistakes in other
+ messages.
2010-06-25 Reinhard Max <max@suse.de>
- * tests/socket.test: Prevent a race condition during shutdown of
- the remote test server that can cause a hang when the server is
- being run in verbose mode.
+ * tests/socket.test: Prevent a race condition during shutdown of the
+ remote test server that can cause a hang when the server is being run
+ in verbose mode.
2010-06-24 Jan Nijtmans <nijtmans@users.sf.net>
- * win/tclWinPort.h [Bug 3019634] errno.h and tclWinPort.h have
+ * win/tclWinPort.h: [Bug 3019634]: errno.h and tclWinPort.h have
conflicting definitions.
***POTENTIAL INCOMPATIBILITY***
On win32, the correspondence between errno and the related error
- message, as handled by Tcl_ErrnoMsg() changes. The error message
- is kept the same, but the corresponding errno value might change.
+ message, as handled by Tcl_ErrnoMsg() changes. The error message is
+ kept the same, but the corresponding errno value might change.
2010-06-22 Donal K. Fellows <dkf@users.sf.net>