summaryrefslogtreecommitdiffstats
path: root/compat
AgeCommit message (Expand)AuthorLines
2008-09-30mingw: move common functionality to win32.hDmitry Potapov-38/+38
2008-09-29mingw: remove use of _getdrive() from lstat/fstatDmitry Potapov-3/+2
2008-09-29compat/mingw: Support a timeout in the poll emulation if no fds are givenJohannes Sixt-1/+6
2008-09-10Merge branch 'maint'Junio C Hamano-0/+0
2008-09-10Use compatibility regex library for OSX/DarwinArjen Laarhoven-0/+0
2008-08-21Merge branch 'maint'Junio C Hamano-0/+4
2008-08-21compat/snprintf.c: handle snprintf's that always return the # chars transmittedBrandon Casey-0/+4
2008-08-18Revert "Windows: Use a customized struct stat that also has the st_blocks mem...Johannes Sixt-32/+11
2008-08-18compat: introduce on_disk_bytes()Junio C Hamano-9/+0
2008-08-03Modify mingw_main() workaround to avoid link errorsSteffen Prohaska-2/+3
2008-07-25Windows: Make sure argv[0] has a pathJohannes Sixt-0/+12
2008-07-19Add ANSI control code emulation for the Windows consolePeter Harris-0/+356
2008-07-19Teach lookup_prog not to select directoriesEric Raible-1/+2
2008-07-13help (Windows): Display HTML in default browser using Windows' shell APISteffen Prohaska-0/+25
2008-06-26Windows: Fix ntohl() related warnings about printf formattingSteffen Prohaska-0/+4
2008-06-26Windows: TMP and TEMP environment variables specify a temporary directory.Johannes Sixt-0/+16
2008-06-26Windows: Use a customized struct stat that also has the st_blocks member.Johannes Sixt-13/+41
2008-06-26Windows: Add a custom implementation for utime().Johannes Sixt-0/+30
2008-06-26Windows: Add a new lstat and fstat implementation based on Win32 API.Marius Storm-Olsen-1/+141
2008-06-26Windows: Implement a custom spawnve().Johannes Sixt-6/+198
2008-06-26Windows: Implement wrappers for gethostbyname(), socket(), and connect().Johannes Sixt-0/+55
2008-06-26Windows: A rudimentary poll() emulation.Johannes Sixt-1/+56
2008-06-23Windows: Implement start_command().Johannes Sixt-0/+70
2008-06-23Windows: A pipe() replacement whose ends are not inherited to children.Johannes Sixt-4/+46
2008-06-23Windows: Wrap execve so that shell scripts can be invoked.Johannes Sixt-0/+187
2008-06-23Windows: Implement setitimer() and sigaction().Johannes Sixt-2/+113
2008-06-23Windows: Fix PRIuMAX definition.Johannes Sixt-0/+1
2008-06-23Windows: Implement gettimeofday().Johannes Sixt-1/+14
2008-06-23Windows: Work around misbehaved rename().Johannes Sixt-0/+28
2008-06-23Windows: always chmod(, 0666) before unlink().Johannes Schindelin-0/+8
2008-06-23Windows: A minimal implemention of getpwuid().Johannes Sixt-0/+8
2008-06-23Windows: Implement a wrapper of the open() function.Johannes Sixt-0/+23
2008-06-23Windows: Treat Windows style path names.Johannes Sixt-0/+22
2008-06-22Windows: Use the Windows style PATH separator ';'.Johannes Sixt-0/+6
2008-06-22Add target architecture MinGW.Johannes Sixt-3/+207
2008-06-22Add compat/regex.[ch] and compat/fnmatch.[ch].Johannes Sixt-0/+5989
2008-05-08compat/fopen.c: avoid clobbering the system defined fopen macroBrandon Casey-1/+12
2008-03-05Add compat/snprintf.c for systems that return bogusMichal Rokos-0/+40
2008-02-20Merge branch 'bc/fopen'Junio C Hamano-0/+26
2008-02-11Add compat/fopen.c which returns NULL on attempt to open directoryBrandon Casey-0/+26
2008-02-06compat: Add simplified merge sort implementation from glibcBrian Downing-0/+62
2007-11-05Merge branch 'maint'Junio C Hamano-2/+0
2007-11-05Remove a couple of duplicated includeMarco Costalba-2/+0
2007-10-20Define compat version of mkdtemp for systems lacking itShawn O. Pearce-0/+8
2007-09-06add memmem()René Scharfe-0/+29
2007-06-16Merge branch 'maint' to sync with GIT 1.5.2.2Junio C Hamano-0/+21
2007-06-15Add a local implementation of hstrerror for the system which do not have itAlex Riesen-0/+21
2007-06-07War on whitespaceJunio C Hamano-1/+0
2007-02-19Add a compat/strtoumax.c for Solaris 8.Jason Riedy-0/+10
2007-01-09Replacing the system call pread() with lseek()/xread()/lseek() sequence.Stefan-W. Hahn-0/+18