diff options
author | stanton <stanton> | 1999-07-08 23:17:55 (GMT) |
---|---|---|
committer | stanton <stanton> | 1999-07-08 23:17:55 (GMT) |
commit | aa4a2e7991d22ac6c100c86fe8f2849644583052 (patch) | |
tree | a3dfebd14b56293c7e531057ac3671dcfc1a216e /ChangeLog | |
parent | b1a20a87442e79d2a1b990695b056bc86dd72024 (diff) | |
download | tcl-aa4a2e7991d22ac6c100c86fe8f2849644583052.zip tcl-aa4a2e7991d22ac6c100c86fe8f2849644583052.tar.gz tcl-aa4a2e7991d22ac6c100c86fe8f2849644583052.tar.bz2 |
* win/Makefile.in: Added tcltest target so runtest works
properly. Added missing names to the clean/distclean targets.
* tests/reg.test:
* generic/rege_dfa.c: Applied fix supplied by Henry Spencer for
bug in DFA state caching under lookahead conditions. [Bug: 2318]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +1999-07-08 <stanton@scriptics.com> + + * win/Makefile.in: Added tcltest target so runtest works + properly. Added missing names to the clean/distclean targets. + + * tests/reg.test: + * generic/rege_dfa.c: Applied fix supplied by Henry Spencer for + bug in DFA state caching under lookahead conditions. [Bug: 2318] + 1999-07-07 <stanton@scriptics.com> * doc/fconfigure.n: Clarified default buffering behavior for the |