summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2007-12-06 19:34:57 (GMT)
committerhobbs <hobbs>2007-12-06 19:34:57 (GMT)
commitc705b6f05a1fc295aba71e392c7e958f136436c6 (patch)
treea41398d67470bd4597c9d9b9858cda93c322b66d /ChangeLog
parentc805eb186280c216c7f727254ec8e555a30c0b62 (diff)
downloadtcl-c705b6f05a1fc295aba71e392c7e958f136436c6.zip
tcl-c705b6f05a1fc295aba71e392c7e958f136436c6.tar.gz
tcl-c705b6f05a1fc295aba71e392c7e958f136436c6.tar.bz2
(TclMatchIsTrivial): simplify TclMatchIsTrivial to remove ] check
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fd6e9f8..4789e1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2007-12-06 Jeff Hobbs <jeffh@ActiveState.com>
* generic/tclInt.h: add TclGetChannelFromObj decl
+ (TclMatchIsTrivial): simplify TclMatchIsTrivial to remove ] check.
2007-12-06 Donal K. Fellows <donal.k.fellows@manchester.ac.uk>