summaryrefslogtreecommitdiffstats
path: root/generic/regc_nfa.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes for problems created when processing regular expressions thatdkf2007-12-181-2/+73
* * generic/regc_nfa.c: Fixed infinite loop in the regexp compiler.dgp2007-11-151-0/+41
* * generic/regc_nfa.c: Corrected looping logic in fixempties() todgp2007-11-151-1/+2
* Eliminate multi-char collating element code completely. Simplifies the codedkf2007-11-141-1/+1
* Minor cleanup of RE compiler code, gradually gradually making it more Tcl-ish.dkf2007-09-101-90/+94
* * generic/regc_color.c (uncolorchain):Miguel Sofer2006-09-271-2/+2
* ANSIfy the RE compiler.dkf2005-11-091-1135/+1301
* * generic/regc_nfa.c:stanton1999-08-051-4/+4
* * tests/reg.test:stanton1999-06-021-17/+64
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-0/+1528