summaryrefslogtreecommitdiff
path: root/git-compat-util.h
Commit message (Expand)AuthorAgeFilesLines
* ctype: implement islower/isupper macronk/ctype-for-perfNamhyung Kim2012-02-101-0/+15
* Merge branch 'jk/credentials'Junio C Hamano2011-12-191-0/+1
|\
| * credentials: add "cache" helperJeff King2011-12-111-0/+1
* | Merge branch 'vr/msvc'Junio C Hamano2011-12-051-7/+6
|\ \
| * | Compile fix for MSVC: Do not include sys/resources.hVincent van Ravesteijn2011-10-311-7/+6
* | | Merge branch 'na/strtoimax'Junio C Hamano2011-12-051-0/+2
|\ \ \ | |_|/ |/| |
| * | Compatibility: declare strtoimax() under NO_STRTOUMAXJohannes Sixt2011-11-051-0/+2
* | | git-compat-util: don't assume value for undefined variableRamkumar Ramachandra2011-11-151-1/+1
| |/ |/|
* | Merge branch 'cb/maint-exec-error-report'Junio C Hamano2011-08-171-0/+2
|\ \
| * | error_routine: use parent's stderr if exec failsClemens Buchacher2011-07-311-0/+2
| |/
* | Merge branch 'ak/gcc46-profile-feedback'Junio C Hamano2011-07-191-1/+1
|\ \
| * | Add option to disable NORETURNJunio C Hamano2011-06-201-1/+1
| |/
* | Merge branch 'ef/maint-win-verify-path'Junio C Hamano2011-06-291-0/+4
|\ \ | |/ |/|
| * real_path: do not assume '/' is the path seperatorTheo Niessink2011-05-271-0/+4
* | Merge branch 'jc/magic-pathspec'Junio C Hamano2011-05-231-0/+2
|\ \
| * | magic pathspec: futureproof shorthand formJunio C Hamano2011-04-081-0/+2
* | | Merge branch 'maint'Junio C Hamano2011-04-031-0/+1
|\ \ \ | |/ / |/| / | |/
| * compat: add missing #include <sys/resource.h>Jonathan Nieder2011-04-031-0/+1
| * Merge branch 'mr/hpux' into maintJunio C Hamano2011-03-201-1/+4
| |\
* | \ Merge branch 'jk/strbuf-vaddf'Junio C Hamano2011-03-151-0/+13
|\ \ \
| * | | compat: fall back on __va_copy if availableJonathan Nieder2011-03-081-1/+10
| * | | compat: provide a fallback va_copy definitionJeff King2011-02-261-0/+4
| |/ /
* | | Merge branch 'mr/hpux'Junio C Hamano2011-03-151-1/+4
|\ \ \ | |/ / |/| / | |/
| * git-compat-util.h: Honor HP C's noreturn attributeMichal Rokos2011-03-081-1/+4
* | compat: helper for detecting unsigned overflowJonathan Nieder2011-02-101-0/+6
|/
* Merge branch 'jn/thinner-wrapper'Junio C Hamano2010-12-031-0/+1
|\
| * wrapper: move odb_* to environment.cJonathan Nieder2010-11-101-0/+1
* | Merge branch 'md/interix'Junio C Hamano2010-11-291-0/+8
|\ \
| * | add support for the SUA layer (interix; windows)Markus Duft2010-10-281-0/+8
| |/
* | mingw: use poll-emulation from gnulibErik Faye-Lund2010-11-041-1/+1
* | compat: add inet_pton and inet_ntop prototypesMike Pape2010-11-041-0/+8
* | mingw: implement syslogMike Pape2010-11-041-0/+1
|/
* do not depend on signed integer overflowErik Faye-Lund2010-10-061-0/+12
* vcs-svn: Fix some printf format compiler warningsRamsay Jones2010-09-121-0/+4
* Merge branch 'jn/svn-fe'Junio C Hamano2010-08-311-0/+5
|\
| * compat: add strtok_r()Jonathan Nieder2010-08-141-0/+5
* | Merge branch 'tr/xsize-bits'Junio C Hamano2010-08-181-0/+2
|\ \ | |/ |/|
| * xsize_t: check whether we lose bitsThomas Rast2010-07-281-0/+2
* | Merge branch 'js/async-thread'Junio C Hamano2010-06-211-0/+1
|\ \
| * | Make report() from usage.c public as vreportf() and use it.Johannes Sixt2010-03-071-0/+1
* | | Merge branch 'gv/portable'Junio C Hamano2010-06-211-1/+4
|\ \ \
| * | | git-compat-util.h: some platforms with mmap() lack MAP_FAILED definitionGary V. Vaughan2010-05-311-1/+4
* | | | Merge branch 'js/try-to-free-stackable'Junio C Hamano2010-06-131-1/+2
|\ \ \ \
| * | | | Have set_try_to_free_routine return the previous routineJohannes Sixt2010-05-081-1/+2
* | | | | Merge branch 'maint'Junio C Hamano2010-06-021-1/+1
|\ \ \ \ \
| * | | | | git-compat-util.h: use apparently more common __sgi macro to detect SGI IRIXGary V. Vaughan2010-06-021-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'cw/maint-exec-defpath'Junio C Hamano2010-05-211-0/+7
|\ \ \ \ \
| * | | | | exec_cmd.c: replace hard-coded path list with one from <paths.h>Chris Webb2010-04-151-0/+7
| | |_|/ / | |/| | |
* | | | | Merge branch 'np/malloc-threading'Junio C Hamano2010-05-211-0/+2
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Make xmalloc and xrealloc thread-safeNicolas Pitre2010-03-241-0/+2
| |/ / /