summaryrefslogtreecommitdiff
path: root/compat/mingw.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-19Teach lookup_prog not to select directoriesLibravatar Eric Raible1-1/+2
2008-07-13help (Windows): Display HTML in default browser using Windows' shell APILibravatar Steffen Prohaska1-0/+22
2008-06-26Windows: TMP and TEMP environment variables specify a temporary directory.Libravatar Johannes Sixt1-0/+13
2008-06-26Windows: Use a customized struct stat that also has the st_blocks member.Libravatar Johannes Sixt1-8/+28
2008-06-26Windows: Add a custom implementation for utime().Libravatar Johannes Sixt1-0/+27
2008-06-26Windows: Add a new lstat and fstat implementation based on Win32 API.Libravatar Marius Storm-Olsen1-0/+132
2008-06-26Windows: Implement a custom spawnve().Libravatar Johannes Sixt1-6/+197
2008-06-26Windows: Implement wrappers for gethostbyname(), socket(), and connect().Libravatar Johannes Sixt1-0/+46
2008-06-26Windows: A rudimentary poll() emulation.Libravatar Johannes Sixt1-1/+56
2008-06-23Windows: Implement start_command().Libravatar Johannes Sixt1-0/+62
2008-06-23Windows: A pipe() replacement whose ends are not inherited to children.Libravatar Johannes Sixt1-0/+45
2008-06-23Windows: Wrap execve so that shell scripts can be invoked.Libravatar Johannes Sixt1-0/+184
2008-06-23Windows: Implement setitimer() and sigaction().Libravatar Johannes Sixt1-2/+110
2008-06-23Windows: Implement gettimeofday().Libravatar Johannes Sixt1-1/+14
2008-06-23Windows: Work around misbehaved rename().Libravatar Johannes Sixt1-0/+25
2008-06-23Windows: A minimal implemention of getpwuid().Libravatar Johannes Sixt1-0/+8
2008-06-23Windows: Implement a wrapper of the open() function.Libravatar Johannes Sixt1-0/+20
2008-06-23Windows: Treat Windows style path names.Libravatar Johannes Sixt1-0/+13
2008-06-22Add target architecture MinGW.Libravatar Johannes Sixt1-0/+57