diff options
author | hobbs <hobbs> | 2002-09-30 18:05:06 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2002-09-30 18:05:06 (GMT) |
commit | f2bbcb665622b4587e54b7b109f8011a9787baac (patch) | |
tree | 82667d3533a2788f5d700a7486caed0920dfd46a /ChangeLog | |
parent | 6067cbda26bb2ab8ba3a478df836c0fd310f25f9 (diff) | |
download | tcl-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |