summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-05-16 23:23:29 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-05-16 23:23:29 (GMT)
commit9168859a32d37cb9442df3de940de98a094c664e (patch)
tree31f1f431f681cb9ee80d8c4b1110804f4b4ce10f /ChangeLog
parent6155ef4e5cc74b11bfb0eba745e4e9c9c5e5f6be (diff)
parent95a02f829d476464637599f39be7aeaa335c70ad (diff)
downloadtcl-9168859a32d37cb9442df3de940de98a094c664e.zip
tcl-9168859a32d37cb9442df3de940de98a094c664e.tar.gz
tcl-9168859a32d37cb9442df3de940de98a094c664e.tar.bz2
[Bug 3525462]: Document what relational operators really do with string args.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 72af5c4..36ecd23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-05-17 Donal K. Fellows <dkf@users.sf.net>
+
+ * doc/expr.n: [Bug 3525462]: Corrected statement about what happens
+ when comparing "0y" and "0x12"; the previously documented behavior was
+ actually a subtle bug (now long-corrected).
+
2012-05-16 Donal K. Fellows <dkf@users.sf.net>
* generic/tclCmdAH.c (TclMakeFileCommandSafe): [Bug 3445787]: Improve