summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-05-16 23:16:14 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-05-16 23:16:14 (GMT)
commit03716dfee8f0f0df26a8c56e6a2b3ceeb9319dbc (patch)
tree2f319240c63b52f71ee8329acb2dac92452ed23b /ChangeLog
parent7ac6053161fe49bc32f962b38e67f94f172ce709 (diff)
downloadtcl-03716dfee8f0f0df26a8c56e6a2b3ceeb9319dbc.zip
tcl-03716dfee8f0f0df26a8c56e6a2b3ceeb9319dbc.tar.gz
tcl-03716dfee8f0f0df26a8c56e6a2b3ceeb9319dbc.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 1615237..fad0871 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-13 Jan Nijtmans <nijtmans@users.sf.net>
* win/tclWinDde.c: Protect against receiving strings without ending \0,