summaryrefslogtreecommitdiff
path: root/git-compat-util.h
AgeCommit message (Expand)AuthorFilesLines
2009-10-01add NORETURN_PTR for function pointersErik Faye-Lund1-1/+3
2009-10-01increase portability of NORETURN declarationsErik Faye-Lund1-4/+4
2009-09-18Make usage of windows.h lean and meanMarius Storm-Olsen1-0/+6
2009-09-18Add platform files for porting to MSVCFrank Li1-0/+3
2009-08-27Merge branch 'lt/block-sha1'Junio C Hamano1-0/+2
2009-08-19git-compat-util.h: remove superfluous test for __sun__Brandon Casey1-2/+0
2009-08-18make sure byte swapping is optimal for gitNicolas Pitre1-0/+2
2009-07-22janitor: add DIV_ROUND_UP and use it.Pierre Habouzit1-0/+2
2009-07-22refactor: use bitsizeof() instead of 8 * sizeof()Pierre Habouzit1-1/+2
2009-07-10git-compat-util.h: adjust for SGI IRIX 6.5Brandon Casey1-1/+2
2009-07-06Merge branch 'tr/die_errno'Junio C Hamano1-0/+1
2009-06-27Introduce die_errno() that appends strerror(errno) to die()Thomas Rast1-0/+1
2009-06-13Merge branch 'bc/solaris'Junio C Hamano1-2/+15
2009-06-08git-compat-util.h: avoid using c99 flex array feature with Sun compiler 5.8Brandon Casey1-1/+1
2009-06-06git-compat-util.h: tweak the way _XOPEN_SOURCE is set on SolarisBrandon Casey1-1/+14
2009-06-03Merge branch 'da/pretty-tempname'Junio C Hamano1-0/+12
2009-05-31compat: add a basename() compatibility functionDavid Aguilar1-0/+7
2009-05-31compat: add a mkstemps() compatibility functionDavid Aguilar1-0/+5
2009-05-22Teach Solaris that _XOPEN_SOURCE=600 really menas XPG6Junio C Hamano1-0/+2
2009-04-29Introduce an unlink(2) wrapper which gives warning if unlink failedAlex Riesen1-0/+6
2009-04-27NetBSD compilation fixPatrick Welche1-0/+1
2009-04-20Windows: Skip fstat/lstat optimization in write_entry()Johannes Sixt1-0/+6
2009-03-18MinGW: implement mmapJanos Laube1-3/+9
2009-03-17Merge branch 'kb/checkout-optim'Junio C Hamano1-0/+14
2009-03-08Create USE_ST_TIMESPEC and turn it on for DarwinBrian Gernhardt1-0/+5
2009-03-07Record ns-timestamps if possible, but do not use it without USE_NSECKjetil Barvik1-0/+9
2009-03-07cleanup: add isascii()René Scharfe1-0/+2
2009-02-25Merge branch 'jc/maint-1.6.0-pack-directory'Junio C Hamano1-0/+2
2009-02-25Make sure objects/pack exists before creating a new packJunio C Hamano1-0/+2
2009-01-17Add is_regex_special()René Scharfe1-0/+2
2009-01-17Change NUL char handling of isspecial()René Scharfe1-2/+2
2008-09-30cygwin: Use native Win32 API for statDmitry Potapov1-0/+1
2008-09-29usage.c: remove unused functionsNanako Shiraishi1-3/+0
2008-08-28dir.c: Avoid c99 array initializationBrandon Casey1-0/+2
2008-08-19Merge branch 'rs/imap'Junio C Hamano1-0/+5
2008-08-18compat: introduce on_disk_bytes()Junio C Hamano1-0/+6
2008-07-25git-imap-send: Support SSLRobert Shearman1-0/+5
2008-07-15Merge branch 'mv/merge-in-c'Junio C Hamano1-0/+6
2008-07-09Provide fallback definitions of PRIu32 and PRIx32Johannes Sixt1-0/+8
2008-07-02Merge branch 'j6t/mingw'Junio C Hamano1-4/+32
2008-06-30Move parse-options's skip_prefix() to git-compat-util.hMiklos Vajna1-0/+6
2008-06-26compat/pread.c: Add a forward declaration to fix a warningSteffen Prohaska1-0/+6
2008-06-23Make my_mktime() public and rename it to tm_to_time_t()Johannes Sixt1-0/+1
2008-06-23Windows: Strip ".exe" from the program name.Johannes Sixt1-0/+4
2008-06-23Windows: Treat Windows style path names.Johannes Sixt1-0/+8
2008-06-22Shrink the git binary a bit by avoiding unnecessary inline functionsLinus Torvalds1-155/+12
2008-06-22Windows: Use the Windows style PATH separator ';'.Johannes Sixt1-0/+4
2008-06-22Add target architecture MinGW.Johannes Sixt1-4/+9
2008-06-08Port to 12 other Platforms.Boyd Lynn Gerber1-1/+1
2008-05-08compat-util: avoid macro redefinition warningJohannes Sixt1-0/+3