summaryrefslogtreecommitdiffstats
path: root/generic/regc_cvec.c
Commit message (Expand)AuthorAgeFilesLines
* [187d7f499b] Sync the regexp engine to the Postgres version.dgp2015-09-211-0/+1
* Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-3/+3
* Eliminate multi-char collating element code completely. Simplifies the codedkf2007-11-141-112/+6
* Comment/#ifdef out the multi-char collating element support code.dkf2007-11-141-6/+32
* Improve const-correctness of RE compilerdkf2007-04-191-11/+13
* changed last commit - ifdef'ing out unused mcce (multi char collationMiguel Sofer2006-09-271-1/+1
* * generic/regc_cvec.c (addmcce):Miguel Sofer2006-09-271-0/+9
* ANSIfy the RE compiler.dkf2005-11-091-52/+59
* Fixes for regexp issues raised in [Bug 578363].dkf2002-07-291-88/+98
* * generic/regc_color.c:hobbs1999-10-131-10/+9
* * tests/reg.test:stanton1999-06-021-2/+31
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-0/+170