aboutsummaryrefslogtreecommitdiffstats
path: root/compat/regex/regcomp.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-28compat: disable -Wunused-parameter in 3rd-party codeJeff King1-0/+2
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt1-1/+1
2024-05-13compat/regex: fix argument order to calloc(3)Junio C Hamano1-6/+6
2019-11-10Fix spelling errors in no-longer-updated-from-upstream modulesElijah Newren1-1/+1
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 Zullinger1-3/+2
2016-06-06regex: fix a SIZE_MAX macro redefinition warningRamsay Jones1-2/+0
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ílka1-8/+8
2013-04-12compat/regex: fix spelling and grammar in commentsStefano Lattarini1-2/+2
2010-08-19compat/regex: get rid of old-style definitionJunio C Hamano1-14/+9
2010-08-18Change regerror() declaration from K&R style to ANSI C (C89)Frank Li1-5/+2
2010-08-18compat/regex: use the regex engine from gawk for compatÆvar Arnfjörð Bjarmason1-0/+3892