summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2002-09-30 18:05:06 (GMT)
committerhobbs <hobbs>2002-09-30 18:05:06 (GMT)
commitf2bbcb665622b4587e54b7b109f8011a9787baac (patch)
tree82667d3533a2788f5d700a7486caed0920dfd46a /ChangeLog
parent6067cbda26bb2ab8ba3a478df836c0fd310f25f9 (diff)
downloadtcl-f2bbcb665622b4587e54b7b109f8011a9787baac.zip
tcl-f2bbcb665622b4587e54b7b109f8011a9787baac.tar.gz
tcl-f2bbcb665622b4587e54b7b109f8011a9787baac.tar.bz2
* generic/tclCompCmds.c (TclCompileRegexpCmd): correct the
checking for bad re's that didn't terminate the re string. Resultant compiles were correct, but much slower than necessary.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ad7544e..e82a9c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-09-30 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * generic/tclCompCmds.c (TclCompileRegexpCmd): correct the
+ checking for bad re's that didn't terminate the re string.
+ Resultant compiles were correct, but much slower than necessary.
+
2002-09-29 David Gravereaux <davygrvy@pobox.com>
* win/tclAppInit.c: Added proper exiting conditions using Win32