summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorredman <redman>1999-05-20 02:40:11 (GMT)
committerredman <redman>1999-05-20 02:40:11 (GMT)
commit549e4c8a71b10cd204526f381eb896dc8346f539 (patch)
tree8939fd062016f46d4d2718459ac1720325b204d0
parent0fc7ffe8c3765395ead636c87a4838999f3f8ca3 (diff)
downloadtcl-549e4c8a71b10cd204526f381eb896dc8346f539.zip
tcl-549e4c8a71b10cd204526f381eb896dc8346f539.tar.gz
tcl-549e4c8a71b10cd204526f381eb896dc8346f539.tar.bz2
fix bug in tclRegexp.c
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f25b131..6e23baf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,9 @@
C++ compilers to fix linkage issues. Submitted by Don Porter and
Paul Duffin.
+ * generic/tclRegexp.c: Fix bug when the regexp cache is empty
+ and an empty pattern is used in regexp ( such as {} or "" ).s
+
1999-05-18 <stanton@scriptics.com>
* win/tclWinChan.c: Modified initialization code to avoid