summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2010-12-03 22:30:56 (GMT)
committerhobbs <hobbs>2010-12-03 22:30:56 (GMT)
commit3893991d27719992c4415326bdf02a8730f98e6f (patch)
treead3946eb80fe349a0216aee0bf073a7cea3fe05a /ChangeLog
parentea3383df4de871af4befa8a8c0183d7f4b4d1cbd (diff)
downloadtcl-3893991d27719992c4415326bdf02a8730f98e6f.zip
tcl-3893991d27719992c4415326bdf02a8730f98e6f.tar.gz
tcl-3893991d27719992c4415326bdf02a8730f98e6f.tar.bz2
* generic/tclUtil.c (TclReToGlob): add extra check for multiple
inner *s that leads to poor recursive glob matching, defer to original RE instead. tclbench RE var backtrack.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 135e686..73c01c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,17 @@
+2010-12-03 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * generic/tclUtil.c (TclReToGlob): add extra check for multiple
+ inner *s that leads to poor recursive glob matching, defer to
+ original RE instead. tclbench RE var backtrack.
+
2010-12-03 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tclUtil.c: silence gcc warning when using -Wwrite-strings
* generic/tclStrToD.c: silence gcc warning for non-IEEE platforms
- * win/Makefile.in: [Patch #3116490] cross-compile Tcl mingw32 on unix
- * win/tcl.m4 This makes it possible to cross-compile Tcl/Tk for
- * win/configure.in Windows (either 32-bit or 64-bit) out-of-the-box
- * win/configure on UNIX, using mingw-w64 build tools (If Itcl, tdbc
+ * win/Makefile.in: [Patch #3116490] cross-compile Tcl mingw32 on unix
+ * win/tcl.m4 This makes it possible to cross-compile Tcl/Tk for
+ * win/configure.in Windows (either 32-bit or 64-bit) out-of-the-box
+ * win/configure on UNIX, using mingw-w64 build tools (If Itcl, tdbc
and Thread take over the latest tcl.m4, they can do that too).
2010-12-01 Kevin B. Kenny <kennykb@acm.org>