summaryrefslogtreecommitdiff
path: root/compat/mingw.h
AgeCommit message (Expand)AuthorFilesLines
2008-08-18Revert "Windows: Use a customized struct stat that also has the st_blocks mem...Libravatar Johannes Sixt1-12/+3
2008-08-18compat: introduce on_disk_bytes()Libravatar Junio C Hamano1-1/+0
2008-08-03Modify mingw_main() workaround to avoid link errorsLibravatar Steffen Prohaska1-2/+3
2008-07-25Windows: Make sure argv[0] has a pathLibravatar Johannes Sixt1-0/+12
2008-07-19Add ANSI control code emulation for the Windows consoleLibravatar Peter Harris1-0/+11
2008-07-13help (Windows): Display HTML in default browser using Windows' shell APILibravatar Steffen Prohaska1-0/+3
2008-06-26Windows: Fix ntohl() related warnings about printf formattingLibravatar Steffen Prohaska1-0/+4
2008-06-26Windows: TMP and TEMP environment variables specify a temporary directory.Libravatar Johannes Sixt1-0/+3
2008-06-26Windows: Use a customized struct stat that also has the st_blocks member.Libravatar Johannes Sixt1-5/+13
2008-06-26Windows: Add a custom implementation for utime().Libravatar Johannes Sixt1-0/+3
2008-06-26Windows: Add a new lstat and fstat implementation based on Win32 API.Libravatar Marius Storm-Olsen1-1/+9
2008-06-26Windows: Implement a custom spawnve().Libravatar Johannes Sixt1-0/+1
2008-06-26Windows: Implement wrappers for gethostbyname(), socket(), and connect().Libravatar Johannes Sixt1-0/+9
2008-06-23Windows: Implement start_command().Libravatar Johannes Sixt1-0/+8
2008-06-23Windows: A pipe() replacement whose ends are not inherited to children.Libravatar Johannes Sixt1-4/+1
2008-06-23Windows: Wrap execve so that shell scripts can be invoked.Libravatar Johannes Sixt1-0/+3
2008-06-23Windows: Implement setitimer() and sigaction().Libravatar Johannes Sixt1-0/+3
2008-06-23Windows: Fix PRIuMAX definition.Libravatar Johannes Sixt1-0/+1
2008-06-23Windows: Work around misbehaved rename().Libravatar Johannes Sixt1-0/+3
2008-06-23Windows: always chmod(, 0666) before unlink().Libravatar Johannes Schindelin1-0/+8
2008-06-23Windows: Implement a wrapper of the open() function.Libravatar Johannes Sixt1-0/+3
2008-06-23Windows: Treat Windows style path names.Libravatar Johannes Sixt1-0/+9
2008-06-22Windows: Use the Windows style PATH separator ';'.Libravatar Johannes Sixt1-0/+6
2008-06-22Add target architecture MinGW.Libravatar Johannes Sixt1-0/+134