summaryrefslogtreecommitdiffstats
path: root/generic/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate some macros that are no longer used/needed.jan.nijtmans2016-11-251-2/+2
* Eliminate compiler warnings for MSVCjan.nijtmans2015-09-221-27/+27
* [187d7f499b] Sync the regexp engine to the Postgres version.dgp2015-09-211-52/+63
* [1115587][0e0e150e49] Major fix for regexp handling of quantified backrefs.dgp2015-09-211-417/+523
* Fix [df08482b042a16007f256bfbaaacfbe0def01074|df08482b04]: Double defined INF...jan.nijtmans2015-01-261-2/+2
|\
| * Fix [df08482b042a16007f256bfbaaacfbe0def01074|df08482b04]: Double defined INF...jan.nijtmans2015-01-261-2/+2
* | [6585b21ca8] [regexp {(\w).*?\1} abb] failed to match. Thanks to Tom Lane for...dgp2013-07-261-6/+1
|\ \ | |/
| * [6585b21ca8] [regexp {(\w).*?\1} abb] failed to match.dgp2013-07-261-6/+1
| * [Bug 2942697]: Rework the RE engine so that certain pathological patterns aredkf2010-02-011-50/+41
* | Reduce obscurity of function names. Do a little recursion unrolling.dkf2010-02-011-240/+238
* | [Bug 2942697]: Rework the RE engine so that certain pathological patterns aredkf2010-02-011-57/+67
* | Style improvements - invoking callbacks without visual junk.dkf2008-10-261-1/+1
* | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-10/+10
|/
* Arrange for RE engine workspace to be held in TSD. This is safe, lessdkf2007-01-101-2/+8
* * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-1/+1
* Finish applying the style guide to the RE engine (except for variable anddkf2005-11-101-805/+976
* ANSIfy; generic/*.c now all done except for test codedkf2005-11-021-26/+26
* * README:core_8_3_b2hobbs2000-01-141-1/+1
* * generic/regc_color.c:hobbs1999-10-131-82/+66
* * generic/regc_nfa.c:stanton1999-08-051-14/+28
* * tests/reg.test:stanton1999-06-251-27/+52
* * generic/regexec.c:stanton1999-06-101-1/+1
* * tests/reg.test:stanton1999-06-021-84/+147
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-0/+952