| Commit message (Expand) | Author | Age | Files | Lines |
* | Provide vfprintf replacement | Ron Yorston | 2017-02-07 | 1 | -0/+1 |
* | win32: implement nanosleep and enable float sleep by default | Ron Yorston | 2017-01-18 | 1 | -0/+18 |
* | win32: allow ANSI emulation to be disabled | Ron Yorston | 2016-11-10 | 1 | -2/+15 |
* | win32: don't attempt ANSI emulation on data containing NUL characters | Ron Yorston | 2016-08-16 | 1 | -4/+11 |
* | win32: allow for vsnprintf returning -1 | Ron Yorston | 2016-07-08 | 1 | -1/+6 |
* | win32: correct cast of argument to _open_osfhandle | Ron Yorston | 2016-05-25 | 2 | -6/+6 |
* | win32: return an error when lseek is applied to a pipe | Ron Yorston | 2016-05-24 | 1 | -0/+14 |
* | ash: fix use of pid/handle in waitpid_child | Ron Yorston | 2016-05-18 | 1 | -1/+13 |
* | win32: adjustments to spawn functions | Ron Yorston | 2016-05-18 | 1 | -10/+10 |
* | winansi: revert to previous console behaviour for vi/less | Ron Yorston | 2016-04-26 | 1 | -0/+18 |
* | lineedit: move console viewport to cursor on keypress | Ron Yorston | 2016-04-26 | 1 | -1/+1 |
* | winansi: speed up clearing of screen | Ron Yorston | 2016-04-26 | 1 | -15/+10 |
* | win32: fix quoting of arguments with trailing backslashes | Ron Yorston | 2016-03-16 | 1 | -15/+48 |
* | Silence a couple of compiler warnings | Ron Yorston | 2016-03-06 | 2 | -2/+3 |
* | mingw: silently ignore O_NONBLOCK on file open | Ron Yorston | 2016-02-22 | 1 | -2/+1 |
* | win32: improve implementation of statfs | Ron Yorston | 2015-11-01 | 2 | -13/+12 |
* | ln: enable in default configuration | Ron Yorston | 2015-10-19 | 1 | -0/+2 |
* | win32: fix implementation of '%z' in strftime | Ron Yorston | 2015-10-13 | 1 | -0/+27 |
* | win32: append '/' to bare drive name in opendir | Ron Yorston | 2015-09-30 | 1 | -0/+15 |
* | win32: remove setitimer implementation and SIGALRM handling | Ron Yorston | 2015-07-26 | 1 | -124/+0 |
* | winansi: fixes to cursor positioning, screen clearing | Ron Yorston | 2015-07-17 | 1 | -4/+15 |
* | mingw: enable support for IPv6 | Ron Yorston | 2015-07-15 | 2 | -0/+256 |
* | win32: silence some compiler warnings | Ron Yorston | 2015-07-15 | 4 | -11/+14 |
* | ipcalc: enable by default for WIN32 | Ron Yorston | 2015-07-13 | 1 | -0/+0 |
* | Allow different ways to manipulate environment for XP vs 64-bit | Ron Yorston | 2015-07-03 | 1 | -0/+59 |
* | mingw: fixes to implementation of waitpid(2) | Ron Yorston | 2015-05-29 | 1 | -2/+2 |
* | mingw: fix conditions under which open(2) sets errno to EISDIR | Ron Yorston | 2015-05-29 | 1 | -1/+1 |
* | mingw: buffer in do_stat_internal need not be static | Ron Yorston | 2015-05-29 | 1 | -1/+1 |
* | mingw: tidy up implementation of kill(2) | Ron Yorston | 2015-05-29 | 2 | -10/+14 |
* | mingw: add routine to pipe a file descriptor to/from a command | Ron Yorston | 2015-05-27 | 1 | -18/+128 |
* | mingw: define a macro for spawn | Ron Yorston | 2015-05-27 | 1 | -1/+1 |
* | win32: fix waitpid implementation | Ron Yorston | 2015-05-27 | 1 | -2/+11 |
* | mingw: provide fake getgroups and getgrouplist | Ron Yorston | 2015-05-18 | 1 | -0/+22 |
* | mingw: implement getpwnam (but only for current user) | Ron Yorston | 2015-05-18 | 1 | -0/+12 |
* | mingw: import select from gnulib | Ron Yorston | 2015-04-22 | 2 | -0/+574 |
* | mingw: additional networking support | Ron Yorston | 2015-04-22 | 1 | -0/+47 |
* | mingw: remove unused code from read_key | Ron Yorston | 2015-04-22 | 1 | -5/+0 |
* | Allow globbing to be enabled with mingw64 | Ron Yorston | 2015-04-12 | 1 | -6/+15 |
* | mingw: changes to handling of directory permissions | Ron Yorston | 2015-03-25 | 1 | -0/+21 |
* | test: fix access check bug; tweak fake file mode | Ron Yorston | 2015-03-24 | 1 | -0/+3 |
* | Enable logname in mingw32 configuration | Ron Yorston | 2015-02-27 | 1 | -0/+17 |
* | Make uid/gid handling more consistent | Ron Yorston | 2015-02-26 | 1 | -14/+51 |
* | Changes to allow building with MinGW-w64 | Ron Yorston | 2015-01-05 | 1 | -0/+5 |
* | Revert "Use putenv to implement unsetenv/clearenv" | Ron Yorston | 2014-12-18 | 1 | -46/+11 |
* | date: add support for %s format | Ron Yorston | 2014-12-02 | 1 | -3/+15 |
* | Move definition of bb_got_signal to mingw.c | Ron Yorston | 2014-11-29 | 1 | -0/+2 |
* | Use putenv to implement unsetenv/clearenv | Ron Yorston | 2014-11-23 | 1 | -11/+46 |
* | mingw.c: ignore EACCES from mkdir if directory exists | Ron Yorston | 2014-10-09 | 1 | -1/+14 |
* | mingw.c: add missing break in fcntl implementation | Ron Yorston | 2014-10-09 | 1 | -0/+1 |
* | win32: attempt to get filesystem type for mntent | Ron Yorston | 2014-10-06 | 1 | -1/+8 |