aboutsummaryrefslogtreecommitdiffstats
path: root/compat/regex
AgeCommit message (Expand)AuthorFilesLines
2020-04-27compat/regex: move stdlib.h up in inclusion chainĐoàn Trần Công Danh2-1/+1
2020-01-30Merge branch 'jk/asan-build-fix'Junio C Hamano1-0/+5
2020-01-16Makefile: use compat regex with SANITIZE=addressJeff King1-0/+5
2019-11-10Fix spelling errors in no-longer-updated-from-upstream modulesElijah Newren4-5/+5
2019-01-03compat/regex/regcomp.c: define intptr_t and uintptr_t on NonStopRandall S. Becker1-0/+8
2017-11-09Replace Free Software Foundation address in license noticesTodd Zullinger6-18/+12
2017-10-10cleanup: fix possible overflow errors in binary searchDerrick Stolee2-3/+3
2017-06-27Spelling fixesVille Skyttä1-1/+1
2016-06-06regex: fix a SIZE_MAX macro redefinition warningRamsay Jones2-2/+1
2015-10-26Silence GCC's "cast of pointer to integer of a different size" warningJohannes Schindelin1-2/+4
2013-10-16C: have space around && and || operatorsJunio C Hamano1-1/+1
2013-07-22typofix: in-code commentsOndřej Bílka2-11/+11
2013-04-28compat/regex/regexec.c: Fix some sparse warningsRamsay Jones1-3/+3
2013-04-12compat/regex: fix spelling and grammar in commentsStefano Lattarini3-6/+6
2010-08-26Fix compat/regex ANSIfication on MinGWJohannes Sixt1-6/+5
2010-08-19compat/regex: get rid of old-style definitionJunio C Hamano2-69/+55
2010-08-19compat/regex: define out variables only used under RE_ENABLE_I18NÆvar Arnfjörð Bjarmason2-1/+3
2010-08-18Change regerror() declaration from K&R style to ANSI C (C89)Frank Li1-5/+2
2010-08-18compat/regex: get the gawk regex engine to compile within gitÆvar Arnfjörð Bjarmason1-0/+3
2010-08-18compat/regex: use the regex engine from gawk for compatÆvar Arnfjörð Bjarmason6-5104/+11179
2010-01-22msvc: Fix a compiler warning due to an incorrect pointer castRamsay Jones1-1/+1
2009-09-18Change regerror() declaration from K&R style to ANSI C (C89)Frank Li1-5/+2
2009-04-22Fix typos / spelling in commentsMike Ralphson1-2/+2
2008-09-10Use compatibility regex library for OSX/DarwinArjen Laarhoven2-0/+5417