summaryrefslogtreecommitdiff
path: root/git-compat-util.h
AgeCommit message (Expand)Author
2010-06-16Merge branch 'cw/maint-exec-defpath' into maintJunio C Hamano
2010-06-16Merge branch 'np/malloc-threading' into maintJunio C Hamano
2010-06-02git-compat-util.h: use apparently more common __sgi macro to detect SGI IRIXGary V. Vaughan
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
2010-04-03Fix _XOPEN_SOURCE problem on DragonFlyYONETANI Tomokazu
2010-03-24Make xmalloc and xrealloc thread-safeNicolas Pitre
2010-03-21compat: add mempcpy()Jonathan Nieder
2010-01-27Merge branch 'il/maint-xmallocz'Junio C Hamano
2010-01-26Add xmallocz()Ilari Liusvaara
2010-01-23msvc: Add a definition of NORETURN compatible with msvc compilerRamsay Jones
2010-01-21Merge branch 'ap/merge-backend-opts'Junio C Hamano
2010-01-20Merge branch 'jc/symbol-static'Junio C Hamano
2010-01-20date.c: mark file-local function staticJunio C Hamano
2010-01-18git merge -X<option>Avery Pennarun
2010-01-12Add missing #include to support TIOCGWINSZ on SolarisNguyễn Thái Ngọc Duy
2009-11-10Introduce usagef() that takes a printf-style formatJonathan Nieder
2009-10-01add NORETURN_PTR for function pointersErik Faye-Lund
2009-10-01increase portability of NORETURN declarationsErik Faye-Lund
2009-09-19Make usage of windows.h lean and meanMarius Storm-Olsen
2009-09-19Add platform files for porting to MSVCFrank Li
2009-08-28Merge branch 'lt/block-sha1'Junio C Hamano
2009-08-20git-compat-util.h: remove superfluous test for __sun__Brandon Casey
2009-08-18make sure byte swapping is optimal for gitNicolas Pitre
2009-07-23janitor: add DIV_ROUND_UP and use it.Pierre Habouzit
2009-07-23refactor: use bitsizeof() instead of 8 * sizeof()Pierre Habouzit
2009-07-11git-compat-util.h: adjust for SGI IRIX 6.5Brandon Casey
2009-07-06Merge branch 'tr/die_errno'Junio C Hamano
2009-06-27Introduce die_errno() that appends strerror(errno) to die()Thomas Rast
2009-06-13Merge branch 'bc/solaris'Junio C Hamano
2009-06-09git-compat-util.h: avoid using c99 flex array feature with Sun compiler 5.8Brandon Casey
2009-06-06git-compat-util.h: tweak the way _XOPEN_SOURCE is set on SolarisBrandon Casey
2009-06-03Merge branch 'da/pretty-tempname'Junio C Hamano
2009-06-01compat: add a basename() compatibility functionDavid Aguilar
2009-06-01compat: add a mkstemps() compatibility functionDavid Aguilar
2009-05-23Teach Solaris that _XOPEN_SOURCE=600 really menas XPG6Junio C Hamano
2009-04-30Introduce an unlink(2) wrapper which gives warning if unlink failedAlex Riesen
2009-04-27NetBSD compilation fixPatrick Welche
2009-04-20Windows: Skip fstat/lstat optimization in write_entry()Johannes Sixt
2009-03-19MinGW: implement mmapJanos Laube
2009-03-18Merge branch 'kb/checkout-optim'Junio C Hamano
2009-03-08Create USE_ST_TIMESPEC and turn it on for DarwinBrian Gernhardt
2009-03-08Record ns-timestamps if possible, but do not use it without USE_NSECKjetil Barvik
2009-03-07cleanup: add isascii()René Scharfe
2009-02-25Merge branch 'jc/maint-1.6.0-pack-directory'Junio C Hamano
2009-02-25Make sure objects/pack exists before creating a new packJunio C Hamano
2009-01-18Add is_regex_special()René Scharfe
2009-01-18Change NUL char handling of isspecial()René Scharfe
2008-09-30cygwin: Use native Win32 API for statDmitry Potapov
2008-09-29usage.c: remove unused functionsNanako Shiraishi