summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2007-12-05 14:54:07 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2007-12-05 14:54:07 (GMT)
commitb76dea45ad1f5edfce3d912f837877311368f132 (patch)
tree71dc8c9a29b4aba101a64be04736efb7d8b49b67 /ChangeLog
parentae4f33832403033f21b4eb353cd9403e070e111d (diff)
downloadtcl-b76dea45ad1f5edfce3d912f837877311368f132.zip
tcl-b76dea45ad1f5edfce3d912f837877311368f132.tar.gz
tcl-b76dea45ad1f5edfce3d912f837877311368f132.tar.bz2
Prevent shimmering crash in [lsearch] when -exact and -integer/-real are
mixed. [Bug 1844789]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3806b19..b07f345 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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