]> git.proxmox.com Git - libgit2.git/commit
Make sure we use the `C` locale for `regcomp` on macOS.
authorArthur Schreiber <arthurschreiber@github.com>
Thu, 6 Oct 2016 11:15:31 +0000 (13:15 +0200)
committerArthur Schreiber <arthurschreiber@github.com>
Thu, 6 Oct 2016 11:15:31 +0000 (13:15 +0200)
commitab96ca5572f1aae6bc7f889fbd46f56fc959ba2b
tree4bb04769f4b5b9081d4516a4075953fc4c80ec63
parente8ab13b3fd8485086c2a906dac85ecc8fa162d84
Make sure we use the `C` locale for `regcomp` on macOS.
CMakeLists.txt
src/config.c
src/config_file.c
src/diff_driver.c
src/revparse.c
src/unix/posix.h
src/win32/posix.h
tests/core/posix.c