summaryrefslogtreecommitdiffstats
path: root/generic/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* TIP 388 implementationjan.nijtmans2011-08-121-1/+1
* [Bug 3085863]: tclUniData 9 years oldnijtmans2010-10-181-1/+1
* Don't use arrays of length 1, just use a single element then, it makes code m...nijtmans2010-05-191-6/+6
* Add focussed stack limiting to the RE compiler. Tuning might not yet be rightdkf2008-07-011-1/+1
* better line breaks in debug outputdgp2007-11-151-1/+1
* Eliminate multi-char collating element code completely. Simplifies the codedkf2007-11-141-369/+14
* Comment/#ifdef out the multi-char collating element support code.dkf2007-11-141-11/+28
* * generic/regcomp.c: Convert optst() from expensive no-op to adgp2007-11-131-0/+10
* Minor cleanup of RE compiler code, gradually gradually making it more Tcl-ish.dkf2007-09-101-162/+157
* Improve const-correctness of RE compilerdkf2007-04-191-24/+24
* various "const" additions, in line with TIP #27nijtmans2007-02-201-9/+9
* Arrange for RE engine workspace to be held in TSD. This is safe, lessdkf2007-01-101-3/+9
* changed last commit - ifdef'ing out unused mcce (multi char collationMiguel Sofer2006-09-271-5/+45
* * generic/regc_cvec.c (addmcce):Miguel Sofer2006-09-271-0/+5
* ANSIfy the RE compiler.dkf2005-11-091-1612/+1884
* ANSIfy; generic/*.c now all done except for test codedkf2005-11-021-133/+133
* * generic/regcomp.c (stid): correct minor pointer size errorhobbs2004-07-021-2/+2
* Fixed code that splits RE engine states into "progress" and "no-progress" (bu...pvgoran2003-11-151-2/+6
* * generic/regc_color.c:hobbs1999-10-131-18/+14
* removed unreferenced variable from regcomp.credman1999-08-101-1/+0
* * generic/regc_nfa.c:stanton1999-08-051-51/+77
* * generic/regcomp.c: lintstanton1999-06-171-1/+1
* * tests/reg.test:stanton1999-06-021-15/+45
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-0/+2124