diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-05-16 23:19:47 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-05-16 23:19:47 (GMT) |
commit | 95a02f829d476464637599f39be7aeaa335c70ad (patch) | |
tree | d79282c7750a7c90c7b4fd1982f8818236915bf2 /ChangeLog | |
parent | b68b8009bd3e885e1b2b4b6204c92d9791ea6f1b (diff) | |
parent | 03716dfee8f0f0df26a8c56e6a2b3ceeb9319dbc (diff) | |
download | tcl-95a02f829d476464637599f39be7aeaa335c70ad.zip tcl-95a02f829d476464637599f39be7aeaa335c70ad.tar.gz tcl-95a02f829d476464637599f39be7aeaa335c70ad.tar.bz2 |
[Bug 3525462]: Document what relational operators really do with string args.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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, |