Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mingw32: fix off-by-one errors in spawn routines | Ron Yorston | 2012-05-10 | 1 | -2/+2 |
* | mingw32: allow whitespace after '#!' in shell scripts | Ron Yorston | 2012-05-03 | 1 | -1/+9 |
* | Some fixes to #! parsing | Ron Yorston | 2012-04-21 | 1 | -7/+8 |
* | kill: no special treatment for MINGW32 | Ron Yorston | 2012-04-18 | 1 | -1/+1 |
* | Detect and execute shell scripts based on presence of '#!' | Ron Yorston | 2012-04-17 | 1 | -20/+54 |
* | quote_arg(): correctly escape backslash characters | Daniel Klessing | 2011-11-21 | 1 | -2/+4 |
* | win32: process.c: implement kill(), SIGTERM only | Nguyễn Thái Ngọc Duy | 2010-09-15 | 1 | -0/+17 |
* | win32: reimplement procps_scan() | Nguyễn Thái Ngọc Duy | 2010-09-15 | 1 | -0/+33 |
* | win32: support .com executables | Nguyễn Thái Ngọc Duy | 2010-09-14 | 1 | -1/+3 |
* | win32: add next_path_sep() | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+20 |
* | win32: add shell script and internal applet execution to spawn* and exec* | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+254 |
* | win32: add waitpid() | Nguyễn Thái Ngọc Duy | 2010-09-10 | 1 | -0/+10 |