diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-27 21:25:05 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2010-02-27 21:25:05 (GMT) |
commit | 298c4065cae4ab2fa1cf1c5a20eb5ee52530bc5a (patch) | |
tree | cd5830175f1d7d024ef1bca3861418f4a30875a1 /ChangeLog | |
parent | 8ed034378aeb3843ee2337f641f476fddba9543a (diff) | |
download | tcl-298c4065cae4ab2fa1cf1c5a20eb5ee52530bc5a.zip tcl-298c4065cae4ab2fa1cf1c5a20eb5ee52530bc5a.tar.gz tcl-298c4065cae4ab2fa1cf1c5a20eb5ee52530bc5a.tar.bz2 |
Only look for the needle when it fits in the haystack. [Bug 2960021]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,3 +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). + 2010-02-21 Jan Nijtmans <nijtmans@users.sf.net> * generic/tclBasic.c: Fix [Bug 2954959] expr abs(0.0) is -0.0 @@ -5,8 +12,7 @@ 2010-02-19 Stuart Cassoff <stwo@users.sourceforge.net> - * tcl.m4: Correct compiler/linker flags - for threaded builds on OpenBSD. + * tcl.m4: Correct compiler/linker flags for threaded builds on OpenBSD * configure: (regenerated). 2010-02-19 Donal K. Fellows <dkf@users.sf.net> |