Code

Windows: Use a customized struct stat that also has the st_blocks member.
[git.git] / compat / mingw.c
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-26 Johannes SixtWindows: A rudimentary poll() emulation.
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: Implement gettimeofday().
2008-06-23 Johannes SixtWindows: Work around misbehaved rename().
2008-06-23 Johannes SixtWindows: A minimal implemention of getpwuid().
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 SixtAdd target architecture MinGW.