19 Commits (fc721b699b817e9cb78994c6dd6d86e744bd2112)

Author SHA1 Message Date
Eric Raible fe77b6959c Teach lookup_prog not to select directories 17 years ago
Steffen Prohaska 4804aabcdb help (Windows): Display HTML in default browser using Windows' shell API 17 years ago
Johannes Sixt 6fd6aec44f Windows: TMP and TEMP environment variables specify a temporary directory. 17 years ago
Johannes Sixt fc2ded5b08 Windows: Use a customized struct stat that also has the st_blocks member. 17 years ago
Johannes Sixt 7c0ffa1cb7 Windows: Add a custom implementation for utime(). 17 years ago
Marius Storm-Olsen 5411bdc4e4 Windows: Add a new lstat and fstat implementation based on Win32 API. 17 years ago
Johannes Sixt 7e5d776854 Windows: Implement a custom spawnve(). 17 years ago
Johannes Sixt 746fb85744 Windows: Implement wrappers for gethostbyname(), socket(), and connect(). 17 years ago
Johannes Sixt 6ed807f843 Windows: A rudimentary poll() emulation. 17 years ago
Johannes Sixt ba26f296f9 Windows: Implement start_command(). 17 years ago
Johannes Sixt 897bb8cb2c Windows: A pipe() replacement whose ends are not inherited to children. 17 years ago
Johannes Sixt f1a4dfb85a Windows: Wrap execve so that shell scripts can be invoked. 17 years ago
Johannes Sixt 6072fc314e Windows: Implement setitimer() and sigaction(). 17 years ago
Johannes Sixt a42a0c2e71 Windows: Implement gettimeofday(). 17 years ago
Johannes Sixt ea9e98c3a5 Windows: Work around misbehaved rename(). 17 years ago
Johannes Sixt f7597acac0 Windows: A minimal implemention of getpwuid(). 17 years ago
Johannes Sixt 3e4a1ba07b Windows: Implement a wrapper of the open() function. 17 years ago
Johannes Sixt 25fe217b86 Windows: Treat Windows style path names. 17 years ago
Johannes Sixt f4626df51f Add target architecture MinGW. 17 years ago