diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-12-05 13:42:07 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-12-05 13:42:07 (GMT) |
commit | aaa7b42489be7695c3d8bf9f541a012c5b498b55 (patch) | |
tree | ebb78b76786de374fb7dada3ece1aedc49e9b3b4 /ChangeLog | |
parent | aeed90eee383e8502f8b85b78a1b6f0758d003c4 (diff) | |
download | tcl-aaa7b42489be7695c3d8bf9f541a012c5b498b55.zip tcl-aaa7b42489be7695c3d8bf9f541a012c5b498b55.tar.gz tcl-aaa7b42489be7695c3d8bf9f541a012c5b498b55.tar.bz2 |
Prevent shimmering crash in [lsearch] when -exact and -integer/-real are mixed.
[Bug 1844789]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2007-12-05 Donal K. Fellows <donal.k.fellows@manchester.ac.uk> + + * generic/tclCmdIL.c (Tcl_LsearchObjCmd): Prevent shimmering crash + when -exact and -integer/-real are mixed. [Bug 1844789] + 2007-12-03 Donal K. Fellows <dkf@users.sf.net> * unix/tclUnixChan.c (CreateSocketAddress): Add extra #ifdef-fery to |