summaryrefslogtreecommitdiff
path: root/compat/mingw.h
AgeCommit message (Expand)Author
2009-07-05MinGW: simplify waitpid() emulation macrosJohannes Sixt
2009-07-05MinGW: truncate exit()'s argument to lowest 8 bitsJohannes Sixt
2009-06-01MinGW readdir reimplementation to support d_typeMarius Storm-Olsen
2009-05-23MinGW: Add a simple getpass()Johannes Schindelin
2009-05-23MinGW: use POSIX signature of waitpid()Johannes Schindelin
2009-03-19MinGW: implement mmapJanos Laube
2009-03-17MinGW: a hardlink implementationPetr Kodl
2009-03-07Brown paper bag fix for MinGW 64-bit statJohannes Schindelin
2009-03-05MinGW: 64-bit file offsetsJohannes Schindelin
2009-01-22Windows: Fix signal numbersJohannes Sixt
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-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-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: Work around misbehaved rename().Johannes Sixt
2008-06-23Windows: always chmod(, 0666) before unlink().Johannes Schindelin
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