| Commit message (Expand) | Author | Age | Files | Lines |
* | realpath: improved support for Windows paths | Ron Yorston | 2021-10-13 | 1 | -3/+2 |
* | win32: fix creation of relative symlinks | Ron Yorston | 2021-10-12 | 1 | -2/+5 |
* | win32: rename is_absolute_path() | Ron Yorston | 2021-10-12 | 1 | -8/+8 |
* | win32: use is_dir_sep() everywhere | Ron Yorston | 2021-10-12 | 1 | -4/+3 |
* | ash: improve signal handling | Ron Yorston | 2021-09-21 | 1 | -0/+9 |
* | win32: limited version of timegm(3) | Ron Yorston | 2021-09-18 | 1 | -84/+13 |
* | win32: don't affect POSIX build | Ron Yorston | 2021-09-17 | 1 | -1/+1 |
* | win32: changes to allow timezones in dates | Ron Yorston | 2021-09-17 | 3 | -5/+238 |
* | win32: use inet_pton() from musl | Ron Yorston | 2021-09-03 | 1 | -183/+75 |
* | win32: fix entropy collection for isaac | Ron Yorston | 2021-09-02 | 1 | -20/+10 |
* | win32: code shrink | Ron Yorston | 2021-08-27 | 1 | -0/+2 |
* | win32: code shrink uname(2) | Ron Yorston | 2021-08-16 | 1 | -8/+4 |
* | win32: implement utimes(2) using utimensat(2) | Ron Yorston | 2021-08-15 | 1 | -38/+18 |
* | win32: tidy up fetching of system directory | Ron Yorston | 2021-08-14 | 1 | -14/+17 |
* | win32: code shrink | Ron Yorston | 2021-08-14 | 1 | -14/+14 |
* | win32: treat devices as character special files | Ron Yorston | 2021-08-13 | 1 | -1/+3 |
* | win32: better handling of nested symlinks | Ron Yorston | 2021-08-12 | 1 | -0/+8 |
* | win32: code shrink character class detection | Ron Yorston | 2021-08-09 | 5 | -18/+83 |
* | win32: fix fnmatch(3) handling of xdigit | Ron Yorston | 2021-08-09 | 1 | -1/+1 |
* | win32: tidy up time conversions | Ron Yorston | 2021-08-09 | 1 | -7/+3 |
* | win32: code shrink | Ron Yorston | 2021-08-08 | 3 | -12/+11 |
* | win32: improved keycode detection | Ron Yorston | 2021-08-06 | 1 | -42/+33 |
* | win32: code shrink read_key() | Ron Yorston | 2021-08-06 | 1 | -11/+5 |
* | 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 |