Philipp Janda

Results 4 issues of Philipp Janda

On Windows this should be easy, because `WaitForMultipleObjects()` already takes a timeout parameter, and it can handle process events too. On Linux/POSIX machines we probably need some form of busy...

enhancement

Use named pipes with process/thread-unique names to enable overlapped I/O. Not sure if it's possible, but it would be nice to suppress any command windows if all three standard streams...

Does anyone remember why we use `mingw32-gcc` instead of `gcc` as default compiler in MinGW? I ask because I have a MinGW installation ([win-builds](http://win-builds.org/)) that does not have `mingw32-gcc` (available...

windows

I have found two other quirks: ``` lua local function all( p ) *0 return function( ... ) -- FIXME: never executed? 4 for i = 1, select( '#', ......