diff options
author | hobbs <hobbs> | 2010-08-10 20:48:52 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2010-08-10 20:48:52 (GMT) |
commit | e903e08c727987af3ddea0475f5803e87366a50c (patch) | |
tree | 18226edeab1accaee1b8f8a5e5ff638a87b87d61 /ChangeLog | |
parent | 4553b432eda6f65b4ba95d3dbff7a6f15be73e79 (diff) | |
download | tcl-e903e08c727987af3ddea0475f5803e87366a50c.zip tcl-e903e08c727987af3ddea0475f5803e87366a50c.tar.gz tcl-e903e08c727987af3ddea0475f5803e87366a50c.tar.bz2 |
* generic/tclUtil.c (TclByteArrayMatch): patterns may not be
null-terminated, so account for that.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2010-08-10 Jeff Hobbs <jeffh@ActiveState.com> + + * generic/tclUtil.c (TclByteArrayMatch): patterns may not be + null-terminated, so account for that. + 2010-08-09 Don Porter <dgp@users.sourceforge.net> * changes: Updates for 8.6b2 release. |