diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-27 19:02:25 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-27 19:02:25 (GMT) |
commit | fbada465b441596587db58a5972e6acc516208f2 (patch) | |
tree | a38afc9c18be0048ff5b566aab8a4436f176e45a /ChangeLog | |
parent | 82facaaadc38055a533bb63ecd26a98eccac0373 (diff) | |
download | tcl-fbada465b441596587db58a5972e6acc516208f2.zip tcl-fbada465b441596587db58a5972e6acc516208f2.tar.gz tcl-fbada465b441596587db58a5972e6acc516208f2.tar.bz2 |
Only look for the needle when it fits in the haystack. [Bug 2960021]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2010-02-27 Donal K. Fellows <dkf@users.sf.net> + * generic/tclCmdMZ.c (StringFirstCmd, StringLastCmd): [Bug 2960021]: + Only search for the needle in the haystack when the needle isn't + larger than the haystack. Prevents an odd crash from sometimes + happening when things get mixed up (a common programming error). + * generic/tclMain.c (Tcl_Main): [Bug 801429]: Factor out the holding of the client-installed main loop function into thread-specific data. |