Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-27compat/regex: move stdlib.h up in inclusion chainĐoàn Trần Công Danh
2020-01-31Merge branch 'jk/asan-build-fix'Junio C Hamano
2020-01-17Makefile: use compat regex with SANITIZE=addressJeff King
2019-11-10Fix spelling errors in no-longer-updated-from-upstream modulesElijah Newren
2019-01-04compat/regex/regcomp.c: define intptr_t and uintptr_t on NonStopRandall S. Becker
2017-11-09Replace Free Software Foundation address in license noticesTodd Zullinger
2017-10-10cleanup: fix possible overflow errors in binary searchDerrick Stolee
2017-06-27Spelling fixesVille Skyttä
2016-06-07regex: fix a SIZE_MAX macro redefinition warningRamsay Jones
2015-10-26Silence GCC's "cast of pointer to integer of a different size" warningJohannes Schindelin
2013-10-16C: have space around && and || operatorsJunio C Hamano
2013-07-23typofix: in-code commentsOndřej Bílka
2013-04-28compat/regex/regexec.c: Fix some sparse warningsRamsay Jones
2013-04-12compat/regex: fix spelling and grammar in commentsStefano Lattarini
2010-08-26Fix compat/regex ANSIfication on MinGWJohannes Sixt
2010-08-20compat/regex: get rid of old-style definitionJunio C Hamano
2010-08-20compat/regex: define out variables only used under RE_ENABLE_I18NÆvar Arnfjörð Bjarmason
2010-08-19Change regerror() declaration from K&R style to ANSI C (C89)Frank Li
2010-08-19compat/regex: get the gawk regex engine to compile within gitÆvar Arnfjörð Bjarmason
2010-08-19compat/regex: use the regex engine from gawk for compatÆvar Arnfjörð Bjarmason
2010-01-23msvc: Fix a compiler warning due to an incorrect pointer castRamsay Jones
2009-09-19Change regerror() declaration from K&R style to ANSI C (C89)Frank Li
2009-04-23Fix typos / spelling in commentsMike Ralphson
2008-09-11Use compatibility regex library for OSX/DarwinArjen Laarhoven