| Commit message (Expand) | Author | Age | Files | Lines |
* | win32: better detection of Alt key release | Ron Yorston | 2021-08-02 | 1 | -1/+2 |
* | win32: code shrink using is_prefixed_with() | Ron Yorston | 2021-07-28 | 1 | -16/+18 |
* | win32: code shrink has_exec_format() | Ron Yorston | 2021-07-28 | 1 | -13/+11 |
* | win32: special case for devices files in stat(2) | Ron Yorston | 2021-07-25 | 1 | -5/+20 |
* | tar: use external program for lzma/xz compression | Ron Yorston | 2021-07-22 | 1 | -3/+9 |
* | mingw: update select(2) to latest gnulib version | Ron Yorston | 2021-07-17 | 1 | -18/+36 |
* | winansi: add missing va_end() | Ron Yorston | 2021-07-11 | 1 | -0/+1 |
* | win32: changes to mntent implementation | Ron Yorston | 2021-06-27 | 2 | -49/+69 |
* | win32: handle -1 return status from execve(2) | Ron Yorston | 2021-06-19 | 1 | -2/+3 |
* | win32: add local dirent implementation | Ron Yorston | 2021-06-13 | 3 | -0/+116 |
* | win32: partial implementation of sync(2) | Ron Yorston | 2021-06-07 | 1 | -0/+23 |
* | win32: let virtual /dev/fd/<num> files be opened | Ron Yorston | 2021-06-07 | 1 | -0/+20 |
* | win32: rename update_dev_fd() as update_special_fd() | Ron Yorston | 2021-06-07 | 1 | -2/+2 |
* | win32: implement futimens(2)/utimensat(2) | Ron Yorston | 2021-05-14 | 1 | -1/+81 |
* | win32: fix creation of symlinks in 64-bit Windows 7 | Ron Yorston | 2021-05-13 | 1 | -1/+1 |
* | winansi: fix ansi emulation | Ron Yorston | 2021-03-05 | 1 | -12/+13 |
* | libbb: fix detection of relative paths in xreadlink.csymlink | Ron Yorston | 2021-03-01 | 1 | -1/+1 |
* | Allow `rename()` to work across drives | Johannes Schindelin | 2021-03-01 | 1 | -1/+2 |
* | Do not use `rename()` for symlinks | Johannes Schindelin | 2021-03-01 | 1 | -5/+8 |
* | win32: let `resolve_symlinks()` _really_ resolve symbolic links | Johannes Schindelin | 2021-03-01 | 1 | -1/+9 |
* | readlink(): do `NUL`-terminate the result | Johannes Schindelin | 2021-03-01 | 1 | -2/+3 |
* | win32(symlink): fix logic to determine the type of the symlink | Johannes Schindelin | 2021-03-01 | 1 | -1/+10 |
* | win32: move is_absolute_path() | Ron Yorston | 2021-03-01 | 1 | -0/+9 |
* | win32: workaround for lazy loading issue on Windows 7 | Ron Yorston | 2021-03-01 | 1 | -0/+14 |
* | win32: update sysinfo(2) implementation (again) | Ron Yorston | 2021-02-23 | 1 | -14/+31 |
* | win32: workaround for '0-bit reloc' on MSYS2 | Ron Yorston | 2021-02-21 | 2 | -0/+3 |
* | win32: fixes to build on Windows/MSYS2/mingw-w64 | Ron Yorston | 2021-02-21 | 1 | -3/+1 |
* | win32: update sysinfo(2) implementation | Ron Yorston | 2021-02-19 | 1 | -13/+23 |
* | win32: add uptime to sysinfo(2), enable uptime applet | Ron Yorston | 2021-02-19 | 1 | -3/+2 |
* | free: implement sysinfo(2) and enable free(1) | Ron Yorston | 2021-02-18 | 1 | -0/+24 |
* | winansi: code shrink and improvements | Ron Yorston | 2021-02-17 | 1 | -41/+15 |
* | winansi: don't check return from xmalloc | Ron Yorston | 2021-02-16 | 1 | -3/+0 |
* | winansi: allow alternative screen buffer to be disabled | Ron Yorston | 2021-02-15 | 1 | -0/+7 |
* | winansi: allow test suite to run on Wine | Ron Yorston | 2021-02-15 | 1 | -3/+3 |
* | ash: code shrink | Ron Yorston | 2021-02-14 | 1 | -9/+0 |
* | win32: code shrink | Ron Yorston | 2021-02-13 | 1 | -1/+1 |
* | win32: implement symlink(2) | Ron Yorston | 2021-02-12 | 1 | -0/+35 |
* | win32: allow symlinks to directories to be unlinked | Ron Yorston | 2021-02-12 | 1 | -1/+13 |
* | win32: make readlink(2) implementation unconditional | Ron Yorston | 2021-02-12 | 1 | -4/+0 |
* | winansi: code shrink | Ron Yorston | 2021-02-08 | 1 | -13/+13 |
* | winansi: more accurate colour mapping | Ron Yorston | 2021-02-07 | 1 | -20/+99 |
* | winansi: code shrink | Ron Yorston | 2021-02-07 | 1 | -90/+71 |
* | winansi: tweak colour mapping | Ron Yorston | 2021-02-04 | 1 | -19/+9 |
* | winansi: extend ANSI emulation | Ron Yorston | 2021-02-03 | 1 | -49/+177 |
* | winansi: change default 'skip ANSI emulation' setting | Ron Yorston | 2021-02-03 | 1 | -13/+3 |
* | tls: avoid unnecessary changes to POSIX build, part 2 | Ron Yorston | 2021-01-25 | 1 | -0/+9 |
* | Update copyright message | Ron Yorston | 2021-01-13 | 1 | -1/+1 |
* | win32: handle various Alt key modifiers in termios | Christopher Wellons | 2021-01-13 | 1 | -2/+16 |
* | win32: make realpath() return an error if necessary | Ron Yorston | 2020-12-12 | 1 | -1/+0 |
* | winansi: intercept calls to fputc(3) | Ron Yorston | 2020-12-07 | 1 | -1/+19 |