Windows: Use a customized struct stat that also has the st_blocks member.
[git] / compat / mingw.h
2008-06-26  Johannes SixtWindows: Use a customized struct stat that also has...
2008-06-26  Johannes SixtWindows: Add a custom implementation for utime().
2008-06-26  Marius Storm-OlsenWindows: Add a new lstat and fstat implementation based...
2008-06-26  Johannes SixtWindows: Implement a custom spawnve().
2008-06-26  Johannes SixtWindows: Implement wrappers for gethostbyname(), socket...
2008-06-23  Johannes SixtWindows: Implement start_command().
2008-06-23  Johannes SixtWindows: A pipe() replacement whose ends are not inheri...
2008-06-23  Johannes SixtWindows: Wrap execve so that shell scripts can be invoked.
2008-06-23  Johannes SixtWindows: Implement setitimer() and sigaction().
2008-06-23  Johannes SixtWindows: Fix PRIuMAX definition.
2008-06-23  Johannes SixtWindows: Work around misbehaved rename().
2008-06-23  Johannes SchindelinWindows: always chmod(, 0666) before unlink().
2008-06-23  Johannes SixtWindows: Implement a wrapper of the open() function.
2008-06-23  Johannes SixtWindows: Treat Windows style path names.
2008-06-22  Johannes SixtWindows: Use the Windows style PATH separator ';'.
2008-06-22  Johannes SixtAdd target architecture MinGW.