Windows: Add a custom implementation for utime().
[gitweb.git] / compat / mingw.c
2008-06-26 Windows: Add a custom implementation for utime().
2008-06-26 Windows: Add a new lstat and fstat implementation based...
2008-06-26 Windows: Implement a custom spawnve().
2008-06-26 Windows: Implement wrappers for gethostbyname(), socket...
2008-06-26 Windows: A rudimentary poll() emulation.
2008-06-23 Windows: Implement start_command().
2008-06-23 Windows: A pipe() replacement whose ends are not inheri...
2008-06-23 Windows: Wrap execve so that shell scripts can be invoked.
2008-06-23 Windows: Implement setitimer() and sigaction().
2008-06-23 Windows: Implement gettimeofday().
2008-06-23 Windows: Work around misbehaved rename().
2008-06-23 Windows: A minimal implemention of getpwuid().
2008-06-23 Windows: Implement a wrapper of the open() function.
2008-06-23 Windows: Treat Windows style path names.
2008-06-22 Add target architecture MinGW.