summaryrefslogtreecommitdiffstats
path: root/generic/regex.h
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2019-08-281-2/+2
|\
| * Merge 8.6jan.nijtmans2019-08-281-2/+2
| |\
| | * Add /* FALLTHRU */ markers in various places (silencing possible GCC warnings...jan.nijtmans2019-08-281-2/+2
* | | Merge 8.7jan.nijtmans2019-06-301-2/+2
|\ \ \ | |/ /
| * | Eliminate "catch" as variable-name, is a keyword in C++. Also add some type-c...jan.nijtmans2019-06-301-2/+2
| |/
* | Change regexp C API to handle indexes > 2G. New TIP upcoming.jan.nijtmans2019-03-291-4/+3
* | Make "struct regmatch_t" match "Tcl_RegExpIndices" (again). Win64 build was b...jan.nijtmans2019-03-131-2/+2
* | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-17/+2
|/
* Code-cleanup: CONST -> const, don't use macro's like __REG_CONST and types li...jan.nijtmans2015-12-211-44/+16
* [1080042][8f245009b0] Big bundle of regexp engine fixes and improvements cont...dgp2015-10-211-1/+1
|\
| * Adaptation of re-memaccounting.patch from Tom Lane @postgres.dgp2015-10-201-1/+1
* | revert accidental part of previous commitjan.nijtmans2013-11-221-4/+0
* | Cygwin: Fix conflicting definition with _mingw_stat64.h, if included together...jan.nijtmans2013-11-221-0/+4
|\ \ | |/
* | 3610026 Stop crash when the number of "colors" in a regular expressiondgp2013-04-081-0/+1
|\ \ | |/
| * 3610026 Stop crash when the number of "colors" in a regular expressiondgp2013-04-081-0/+1
| |\
| | * 3610026 Stop segfault when regexp overflows color limits.dgp2013-04-081-0/+1
| | * Fixes for problems created when processing regular expressions thatdkf2007-12-181-0/+1
* | | Remove unused @MAN2TCLFLAGS@nijtmans2010-04-281-0/+11
* | | More elimination of pre-C89-isms.dkf2008-05-021-2/+2
|/ /
* | Fixes for problems created when processing regular expressions thatdkf2007-12-181-0/+1
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-4/+4
* | ANSIfy the RE compiler.dkf2005-11-091-82/+61
* | ANSIfy; generic/*.c now all done except for test codedkf2005-11-021-8/+8
|/
* * generic/regc_color.c:hobbs1999-10-131-6/+9
* * generic/regcomp.c: lintstanton1999-06-171-0/+1
* * tests/reg.test:stanton1999-06-021-2/+31
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-0/+308