summaryrefslogtreecommitdiff
path: root/git-compat-util.h
AgeCommit message (Expand)Author
2012-02-10ctype: implement islower/isupper macroNamhyung Kim
2011-12-20Merge branch 'jk/credentials'Junio C Hamano
2011-12-12credentials: add "cache" helperJeff King
2011-12-05Merge branch 'vr/msvc'Junio C Hamano
2011-12-05Merge branch 'na/strtoimax'Junio C Hamano
2011-11-16git-compat-util: don't assume value for undefined variableRamkumar Ramachandra
2011-11-06Compatibility: declare strtoimax() under NO_STRTOUMAXJohannes Sixt
2011-11-01Compile fix for MSVC: Do not include sys/resources.hVincent van Ravesteijn
2011-08-18Merge branch 'cb/maint-exec-error-report'Junio C Hamano
2011-08-01error_routine: use parent's stderr if exec failsClemens Buchacher
2011-07-19Merge branch 'ak/gcc46-profile-feedback'Junio C Hamano
2011-06-30Merge branch 'ef/maint-win-verify-path'Junio C Hamano
2011-06-20Add option to disable NORETURNJunio C Hamano
2011-05-27real_path: do not assume '/' is the path seperatorTheo Niessink
2011-05-23Merge branch 'jc/magic-pathspec'Junio C Hamano
2011-04-08magic pathspec: futureproof shorthand formJunio C Hamano
2011-04-03Merge branch 'maint'Junio C Hamano
2011-04-03compat: add missing #include <sys/resource.h>Jonathan Nieder
2011-03-21Merge branch 'mr/hpux' into maintJunio C Hamano
2011-03-15Merge branch 'jk/strbuf-vaddf'Junio C Hamano
2011-03-15Merge branch 'mr/hpux'Junio C Hamano
2011-03-08compat: fall back on __va_copy if availableJonathan Nieder
2011-03-08git-compat-util.h: Honor HP C's noreturn attributeMichal Rokos
2011-02-26compat: provide a fallback va_copy definitionJeff King
2011-02-10compat: helper for detecting unsigned overflowJonathan Nieder
2010-12-04Merge branch 'jn/thinner-wrapper'Junio C Hamano
2010-11-30Merge branch 'md/interix'Junio C Hamano
2010-11-10wrapper: move odb_* to environment.cJonathan Nieder
2010-11-04mingw: use poll-emulation from gnulibErik Faye-Lund
2010-11-04compat: add inet_pton and inet_ntop prototypesMike Pape
2010-11-04mingw: implement syslogMike Pape
2010-10-29add support for the SUA layer (interix; windows)Markus Duft
2010-10-06do not depend on signed integer overflowErik Faye-Lund
2010-09-12vcs-svn: Fix some printf format compiler warningsRamsay Jones
2010-08-31Merge branch 'jn/svn-fe'Junio C Hamano
2010-08-18Merge branch 'tr/xsize-bits'Junio C Hamano
2010-08-15compat: add strtok_r()Jonathan Nieder
2010-07-28xsize_t: check whether we lose bitsThomas Rast
2010-06-21Merge branch 'js/async-thread'Junio C Hamano
2010-06-21Merge branch 'gv/portable'Junio C Hamano
2010-06-13Merge branch 'js/try-to-free-stackable'Junio C Hamano
2010-06-02Merge branch 'maint'Junio C Hamano
2010-06-02git-compat-util.h: use apparently more common __sgi macro to detect SGI IRIXGary V. Vaughan
2010-06-01git-compat-util.h: some platforms with mmap() lack MAP_FAILED definitionGary V. Vaughan
2010-05-21Merge branch 'cw/maint-exec-defpath'Junio C Hamano
2010-05-21Merge branch 'np/malloc-threading'Junio C Hamano
2010-05-09Merge branch 'pc/remove-warn'Junio C Hamano
2010-05-09Have set_try_to_free_routine return the previous routineJohannes Sixt
2010-04-15exec_cmd.c: replace hard-coded path list with one from <paths.h>Chris Webb
2010-04-03Merge branch 'jn/merge-diff3-label'Junio C Hamano