summaryrefslogtreecommitdiffstats
path: root/git-compat-util.h
AgeCommit message (Expand)AuthorLines
2010-06-21Merge branch 'js/async-thread'Junio C Hamano-0/+1
2010-06-21Merge branch 'gv/portable'Junio C Hamano-1/+4
2010-06-13Merge branch 'js/try-to-free-stackable'Junio C Hamano-1/+2
2010-06-02Merge branch 'maint'Junio C Hamano-1/+1
2010-06-02git-compat-util.h: use apparently more common __sgi macro to detect SGI IRIXGary V. Vaughan-1/+1
2010-05-31git-compat-util.h: some platforms with mmap() lack MAP_FAILED definitionGary V. Vaughan-1/+4
2010-05-21Merge branch 'cw/maint-exec-defpath'Junio C Hamano-0/+7
2010-05-21Merge branch 'np/malloc-threading'Junio C Hamano-0/+2
2010-05-08Merge branch 'pc/remove-warn'Junio C Hamano-0/+9
2010-05-08Have set_try_to_free_routine return the previous routineJohannes Sixt-1/+2
2010-04-15exec_cmd.c: replace hard-coded path list with one from <paths.h>Chris Webb-0/+7
2010-04-03Merge branch 'jn/merge-diff3-label'Junio C Hamano-0/+9
2010-04-02Fix _XOPEN_SOURCE problem on DragonFlyYONETANI Tomokazu-1/+2
2010-03-28Introduce remove_or_warn functionPeter Collingbourne-0/+5
2010-03-28Implement the rmdir_or_warn functionPeter Collingbourne-0/+4
2010-03-24Make xmalloc and xrealloc thread-safeNicolas Pitre-0/+2
2010-03-20compat: add mempcpy()Jonathan Nieder-0/+9
2010-03-07Make report() from usage.c public as vreportf() and use it.Johannes Sixt-0/+1
2010-01-27Merge branch 'il/maint-xmallocz'Junio C Hamano-0/+1
2010-01-26Add xmallocz()Ilari Liusvaara-0/+1
2010-01-22msvc: Add a definition of NORETURN compatible with msvc compilerRamsay Jones-0/+3
2010-01-20Merge branch 'ap/merge-backend-opts'Junio C Hamano-0/+1
2010-01-20Merge branch 'jc/symbol-static'Junio C Hamano-1/+0
2010-01-20date.c: mark file-local function staticJunio C Hamano-1/+0
2010-01-17git merge -X<option>Avery Pennarun-0/+1
2010-01-11Add missing #include to support TIOCGWINSZ on SolarisNguyễn Thái Ngọc Duy-0/+1
2009-11-10Introduce usagef() that takes a printf-style formatJonathan Nieder-0/+1
2009-10-01add NORETURN_PTR for function pointersErik Faye-Lund-1/+3
2009-10-01increase portability of NORETURN declarationsErik Faye-Lund-4/+4
2009-09-18Make usage of windows.h lean and meanMarius Storm-Olsen-0/+6
2009-09-18Add platform files for porting to MSVCFrank Li-0/+3
2009-08-27Merge branch 'lt/block-sha1'Junio C Hamano-0/+2
2009-08-19git-compat-util.h: remove superfluous test for __sun__Brandon Casey-2/+0
2009-08-18make sure byte swapping is optimal for gitNicolas Pitre-0/+2
2009-07-22janitor: add DIV_ROUND_UP and use it.Pierre Habouzit-0/+2
2009-07-22refactor: use bitsizeof() instead of 8 * sizeof()Pierre Habouzit-1/+2
2009-07-10git-compat-util.h: adjust for SGI IRIX 6.5Brandon Casey-1/+2
2009-07-06Merge branch 'tr/die_errno'Junio C Hamano-0/+1
2009-06-27Introduce die_errno() that appends strerror(errno) to die()Thomas Rast-0/+1
2009-06-13Merge branch 'bc/solaris'Junio C Hamano-2/+15
2009-06-08git-compat-util.h: avoid using c99 flex array feature with Sun compiler 5.8Brandon Casey-1/+1
2009-06-06git-compat-util.h: tweak the way _XOPEN_SOURCE is set on SolarisBrandon Casey-1/+14
2009-06-03Merge branch 'da/pretty-tempname'Junio C Hamano-0/+12
2009-05-31compat: add a basename() compatibility functionDavid Aguilar-0/+7
2009-05-31compat: add a mkstemps() compatibility functionDavid Aguilar-0/+5
2009-05-22Teach Solaris that _XOPEN_SOURCE=600 really menas XPG6Junio C Hamano-0/+2
2009-04-29Introduce an unlink(2) wrapper which gives warning if unlink failedAlex Riesen-0/+6
2009-04-27NetBSD compilation fixPatrick Welche-0/+1
2009-04-20Windows: Skip fstat/lstat optimization in write_entry()Johannes Sixt-0/+6
2009-03-18MinGW: implement mmapJanos Laube-3/+9