summaryrefslogtreecommitdiff
path: root/compat
AgeCommit message (Expand)Author
2008-08-21Merge branch 'maint'Junio C Hamano
2008-08-21compat/snprintf.c: handle snprintf's that always return the # chars transmittedBrandon Casey
2008-08-19Revert "Windows: Use a customized struct stat that also has the st_blocks mem...Johannes Sixt
2008-08-19compat: introduce on_disk_bytes()Junio C Hamano
2008-08-03Modify mingw_main() workaround to avoid link errorsSteffen Prohaska
2008-07-26Windows: Make sure argv[0] has a pathJohannes Sixt
2008-07-19Add ANSI control code emulation for the Windows consolePeter Harris
2008-07-19Teach lookup_prog not to select directoriesEric Raible
2008-07-13help (Windows): Display HTML in default browser using Windows' shell APISteffen Prohaska
2008-06-26Windows: Fix ntohl() related warnings about printf formattingSteffen Prohaska
2008-06-26Windows: TMP and TEMP environment variables specify a temporary directory.Johannes Sixt
2008-06-26Windows: Use a customized struct stat that also has the st_blocks member.Johannes Sixt
2008-06-26Windows: Add a custom implementation for utime().Johannes Sixt
2008-06-26Windows: Add a new lstat and fstat implementation based on Win32 API.Marius Storm-Olsen
2008-06-26Windows: Implement a custom spawnve().Johannes Sixt
2008-06-26Windows: Implement wrappers for gethostbyname(), socket(), and connect().Johannes Sixt
2008-06-26Windows: A rudimentary poll() emulation.Johannes Sixt
2008-06-23Windows: Implement start_command().Johannes Sixt
2008-06-23Windows: A pipe() replacement whose ends are not inherited to children.Johannes Sixt
2008-06-23Windows: Wrap execve so that shell scripts can be invoked.Johannes Sixt
2008-06-23Windows: Implement setitimer() and sigaction().Johannes Sixt
2008-06-23Windows: Fix PRIuMAX definition.Johannes Sixt
2008-06-23Windows: Implement gettimeofday().Johannes Sixt
2008-06-23Windows: Work around misbehaved rename().Johannes Sixt
2008-06-23Windows: always chmod(, 0666) before unlink().Johannes Schindelin
2008-06-23Windows: A minimal implemention of getpwuid().Johannes Sixt
2008-06-23Windows: Implement a wrapper of the open() function.Johannes Sixt
2008-06-23Windows: Treat Windows style path names.Johannes Sixt
2008-06-22Windows: Use the Windows style PATH separator ';'.Johannes Sixt
2008-06-22Add target architecture MinGW.Johannes Sixt
2008-06-22Add compat/regex.[ch] and compat/fnmatch.[ch].Johannes Sixt
2008-05-09compat/fopen.c: avoid clobbering the system defined fopen macroBrandon Casey
2008-03-05Add compat/snprintf.c for systems that return bogusMichal Rokos
2008-02-21Merge branch 'bc/fopen'Junio C Hamano
2008-02-12Add compat/fopen.c which returns NULL on attempt to open directoryBrandon Casey
2008-02-07compat: Add simplified merge sort implementation from glibcBrian Downing
2007-11-06Merge branch 'maint'Junio C Hamano
2007-11-06Remove a couple of duplicated includeMarco Costalba
2007-10-21Define compat version of mkdtemp for systems lacking itShawn O. Pearce
2007-09-07add memmem()René Scharfe
2007-06-16Merge branch 'maint' to sync with GIT 1.5.2.2Junio C Hamano
2007-06-16Add a local implementation of hstrerror for the system which do not have itAlex Riesen
2007-06-07War on whitespaceJunio C Hamano
2007-02-20Add a compat/strtoumax.c for Solaris 8.Jason Riedy
2007-01-10Replacing the system call pread() with lseek()/xread()/lseek() sequence.Stefan-W. Hahn
2006-12-24Switch git_mmap to use pread.Shawn O. Pearce
2006-12-24Rename gitfakemmap to git_mmap.Shawn O. Pearce
2006-12-20compat/inet_ntop: do not use u_intJunio C Hamano
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-11-22remove merge-recursive-oldJunio C Hamano