diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-12-05 14:54:07 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-12-05 14:54:07 (GMT) |
commit | 7579bff98894f7f03c12fae6ecbd01e473d06021 (patch) | |
tree | 71dc8c9a29b4aba101a64be04736efb7d8b49b67 /ChangeLog | |
parent | 300ffcba6bfd94fe5e9afa67a61040c1974f39c3 (diff) | |
download | tcl-7579bff98894f7f03c12fae6ecbd01e473d06021.zip tcl-7579bff98894f7f03c12fae6ecbd01e473d06021.tar.gz tcl-7579bff98894f7f03c12fae6ecbd01e473d06021.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@man.ac.uk> + + * generic/tclCmdIL.c (Tcl_LsearchObjCmd): Prevent shimmering crash + when -exact and -integer/-real are mixed. [Bug 1844789] + 2007-11-28 Jeff Hobbs <jeffh@ActiveState.com> * win/tclWinSock.c (Tcl_GetHostName): update to previous fix to |