git/compat/regex
Patrick Steinhardt b567004b4b global: improve const correctness when assigning string constants
We're about to enable `-Wwrite-strings`, which changes the type of
string constants to `const char[]`. Fix various sites where we assign
such constants to non-const variables.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2024-06-07 10:30:48 -07:00
..
regcomp.c global: improve const correctness when assigning string constants 2024-06-07 10:30:48 -07:00
regex_internal.c compat/regex: fix argument order to calloc(3) 2024-05-13 10:19:08 -07:00
regex_internal.h compat/regex: move stdlib.h up in inclusion chain 2020-04-27 11:21:16 -07:00
regex.c compat/regex: move stdlib.h up in inclusion chain 2020-04-27 11:21:16 -07:00
regex.h Merge branch 'jk/asan-build-fix' 2020-01-30 14:17:09 -08:00
regexec.c compat/regex: fix argument order to calloc(3) 2024-05-13 10:19:08 -07:00