Age | Commit message (Expand) | Author | Files | Lines |
2020-04-27 | compat/regex: move stdlib.h up in inclusion chain | Đoàn Trần Công Danh | 2 | -1/+1 |
2020-01-30 | Merge branch 'jk/asan-build-fix' | Junio C Hamano | 1 | -0/+5 |
2020-01-16 | Makefile: use compat regex with SANITIZE=address | Jeff King | 1 | -0/+5 |
2019-11-10 | Fix spelling errors in no-longer-updated-from-upstream modules | Elijah Newren | 4 | -5/+5 |
2019-01-03 | compat/regex/regcomp.c: define intptr_t and uintptr_t on NonStop | Randall S. Becker | 1 | -0/+8 |
2017-11-09 | Replace Free Software Foundation address in license notices | Todd Zullinger | 6 | -18/+12 |
2017-10-10 | cleanup: fix possible overflow errors in binary search | Derrick Stolee | 2 | -3/+3 |
2017-06-27 | Spelling fixes | Ville Skyttä | 1 | -1/+1 |
2016-06-06 | regex: fix a SIZE_MAX macro redefinition warning | Ramsay Jones | 2 | -2/+1 |
2015-10-26 | Silence GCC's "cast of pointer to integer of a different size" warning | Johannes Schindelin | 1 | -2/+4 |
2013-10-16 | C: have space around && and || operators | Junio C Hamano | 1 | -1/+1 |
2013-07-22 | typofix: in-code comments | Ondřej Bílka | 2 | -11/+11 |
2013-04-28 | compat/regex/regexec.c: Fix some sparse warnings | Ramsay Jones | 1 | -3/+3 |
2013-04-12 | compat/regex: fix spelling and grammar in comments | Stefano Lattarini | 3 | -6/+6 |
2010-08-26 | Fix compat/regex ANSIfication on MinGW | Johannes Sixt | 1 | -6/+5 |
2010-08-19 | compat/regex: get rid of old-style definition | Junio C Hamano | 2 | -69/+55 |
2010-08-19 | compat/regex: define out variables only used under RE_ENABLE_I18N | Ævar Arnfjörð Bjarmason | 2 | -1/+3 |
2010-08-18 | Change regerror() declaration from K&R style to ANSI C (C89) | Frank Li | 1 | -5/+2 |
2010-08-18 | compat/regex: get the gawk regex engine to compile within git | Ævar Arnfjörð Bjarmason | 1 | -0/+3 |
2010-08-18 | compat/regex: use the regex engine from gawk for compat | Ævar Arnfjörð Bjarmason | 6 | -5104/+11179 |
2010-01-22 | msvc: Fix a compiler warning due to an incorrect pointer cast | Ramsay Jones | 1 | -1/+1 |
2009-09-18 | Change regerror() declaration from K&R style to ANSI C (C89) | Frank Li | 1 | -5/+2 |
2009-04-22 | Fix typos / spelling in comments | Mike Ralphson | 1 | -2/+2 |
2008-09-10 | Use compatibility regex library for OSX/Darwin | Arjen Laarhoven | 2 | -0/+5417 |