summaryrefslogtreecommitdiff
path: root/compat/regex
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixesvs/typofixesVille Skyttä2017-06-271-1/+1
* regex: fix a SIZE_MAX macro redefinition warningrj/compat-regex-size-max-fixRamsay Jones2016-06-062-2/+1
* Silence GCC's "cast of pointer to integer of a different size" warningJohannes Schindelin2015-10-261-2/+4
* C: have space around && and || operatorsJunio C Hamano2013-10-161-1/+1
* typofix: in-code commentsOndřej Bílka2013-07-222-11/+11
* compat/regex/regexec.c: Fix some sparse warningsRamsay Jones2013-04-281-3/+3
* compat/regex: fix spelling and grammar in commentsStefano Lattarini2013-04-123-6/+6
* Fix compat/regex ANSIfication on MinGWJohannes Sixt2010-08-261-6/+5
* compat/regex: get rid of old-style definitionJunio C Hamano2010-08-192-69/+55
* compat/regex: define out variables only used under RE_ENABLE_I18NÆvar Arnfjörð Bjarmason2010-08-192-1/+3
* Change regerror() declaration from K&R style to ANSI C (C89)Frank Li2010-08-181-5/+2
* compat/regex: get the gawk regex engine to compile within gitÆvar Arnfjörð Bjarmason2010-08-181-0/+3
* compat/regex: use the regex engine from gawk for compatÆvar Arnfjörð Bjarmason2010-08-186-5104/+11179
* msvc: Fix a compiler warning due to an incorrect pointer castRamsay Jones2010-01-221-1/+1
* Change regerror() declaration from K&R style to ANSI C (C89)Frank Li2009-09-181-5/+2
* Fix typos / spelling in commentsMike Ralphson2009-04-221-2/+2
* Use compatibility regex library for OSX/DarwinArjen Laarhoven2008-09-102-0/+5417