summaryrefslogtreecommitdiffstats
path: root/git-compat-util.h
AgeCommit message (Expand)AuthorLines
2013-04-26Merge branch 'jk/a-thread-only-dies-once' into maintJunio C Hamano-0/+1
2013-04-16usage: allow pluggable die-recursion checksJeff King-0/+1
2013-03-25Merge branch 'maint-1.8.1' into maintJunio C Hamano-0/+11
2013-03-25Merge branch 'dm/ni-maxhost-may-be-missing' into maint-1.8.1Junio C Hamano-0/+11
2013-02-26Revert "compat: add strtok_r()"Erik Faye-Lund-5/+0
2013-02-25git-compat-util.h: Provide missing netdb.h definitionsDavid Michael-0/+11
2013-02-14Merge branch 'jk/error-const-return'Junio C Hamano-5/+5
2013-02-08Use __VA_ARGS__ for all of error's argumentsMatt Kraai-5/+5
2013-01-25Merge branch 'nd/retire-fnmatch'Junio C Hamano-0/+13
2013-01-23Merge branch 'jk/suppress-clang-warning'Junio C Hamano-1/+1
2013-01-16fix clang -Wunused-value warnings for error functionsMax Horn-1/+1
2013-01-11Merge branch 'jn/warn-on-inaccessible-loosen' into maintJunio C Hamano-1/+5
2013-01-10Merge branch 'nd/wildmatch'Junio C Hamano-1/+11
2013-01-06Merge branch 'jn/warn-on-inaccessible-loosen'Junio C Hamano-1/+5
2013-01-05Merge branch 'jk/error-const-return'Junio C Hamano-0/+11
2013-01-01Makefile: add USE_WILDMATCH to use wildmatch as fnmatchNguyễn Thái Ngọc Duy-0/+13
2012-12-19Port to QNXMatt Kraai-1/+5
2012-12-19git-compat-util.h: do not #include <sys/param.h> by defaultJunio C Hamano-1/+1
2012-12-15make error()'s constant return value more visibleJeff King-0/+11
2012-12-15Generalize the inclusion of strings.hDavid Michael-1/+1
2012-12-15Support builds when sys/param.h is missingDavid Michael-0/+2
2012-11-20Merge branch 'js/format-2047' into maintJunio C Hamano-0/+2
2012-11-09Merge branch 'js/format-2047'Jeff King-0/+2
2012-10-18format-patch: make rfc2047 encoding more strictJan H. Schönherr-0/+2
2012-10-15ctype: support iscntrl, ispunct, isxdigit and isprintNguyễn Thái Ngọc Duy-0/+13
2012-10-15ctype: make sane_ctype[] const arrayNguyễn Thái Ngọc Duy-1/+1
2012-10-13config: treat user and xdg config permission problems as errorsJonathan Nieder-0/+1
2012-10-13config, gitignore: failure to access with ENOTDIR is okJonathan Nieder-1/+4
2012-09-19Port to HP NonStopJoachim Schmitz-1/+16
2012-09-12Merge branch 'js/compat-itimer'Junio C Hamano-0/+11
2012-09-08Add a no-op setitimer() wrapperJoachim Schmitz-0/+11
2012-09-07Merge branch 'jk/config-warn-on-inaccessible-paths'Junio C Hamano-0/+6
2012-08-24compat: some mkdir() do not like a slash at the endJoachim Schmitz-0/+5
2012-08-21warn_on_inaccessible(): a helper to warn on inaccessible pathsJunio C Hamano-0/+3
2012-08-21config: warn on inaccessible filesJeff King-0/+3
2012-07-08git on Mac OS and precomposed unicodeTorsten Bögershausen-0/+9
2012-05-22ident: report passwd errors with a more friendly messageJeff King-0/+3
2012-03-07Merge branch 'jc/pickaxe-ignore-case'Junio C Hamano-0/+3
2012-03-04ctype.c: Fix a sparse warningRamsay Jones-0/+3
2012-02-10ctype: implement islower/isupper macroNamhyung Kim-0/+15
2011-12-28Merge branch 'na/strtoimax' into maintJunio C Hamano-0/+2
2011-12-19Merge branch 'jk/credentials'Junio C Hamano-0/+1
2011-12-11credentials: add "cache" helperJeff King-0/+1
2011-12-05Merge branch 'vr/msvc'Junio C Hamano-7/+6
2011-12-05Merge branch 'na/strtoimax'Junio C Hamano-0/+2
2011-11-15git-compat-util: don't assume value for undefined variableRamkumar Ramachandra-1/+1
2011-11-05Compatibility: declare strtoimax() under NO_STRTOUMAXJohannes Sixt-0/+2
2011-10-31Compile fix for MSVC: Do not include sys/resources.hVincent van Ravesteijn-7/+6
2011-08-17Merge branch 'cb/maint-exec-error-report'Junio C Hamano-0/+2
2011-07-31error_routine: use parent's stderr if exec failsClemens Buchacher-0/+2