| Commit message (Expand) | Author | Age | Files | Lines |
* | win32: better fix for empty environment variables | Ron Yorston | 2022-05-05 | 2 | -9/+8 |
* | win32: revert changes related to environment variables | Ron Yorston | 2022-05-04 | 2 | -12/+21 |
* | win32: new code to set empty environment variable | Ron Yorston | 2022-05-03 | 1 | -12/+8 |
* | which,ash: changes to which/command/type | Ron Yorston | 2022-05-01 | 1 | -0/+21 |
* | win32: clarify documentation of is_relative_path() | Ron Yorston | 2022-04-30 | 1 | -3/+8 |
* | win32: conditional compilation in process.c | Ron Yorston | 2022-04-24 | 1 | -10/+10 |
* | win32: proper conditional compilation in popen.c | Ron Yorston | 2022-04-23 | 1 | -9/+14 |
* | date: enable FEATURE_DATE_NANO | Ron Yorston | 2022-04-22 | 2 | -0/+13 |
* | win32: minor adjustments to file permissions | Ron Yorston | 2022-04-19 | 1 | -8/+9 |
* | win32: fake file ownership on FAT filesystems | Ron Yorston | 2022-02-17 | 1 | -5/+11 |
* | Increment date in resources | Ron Yorston | 2022-02-14 | 1 | -1/+1 |
* | winansi: detect if running under Wine | Ron Yorston | 2021-12-22 | 1 | -2/+11 |
* | win32: fix implementation of readlink(2) | Ron Yorston | 2021-11-25 | 1 | -3/+2 |
* | win32: add link to LWN article on shebang | Ron Yorston | 2021-11-14 | 1 | -1/+2 |
* | win32: rename mingw_spawn_1 | Ron Yorston | 2021-11-01 | 1 | -8/+8 |
* | win32: pass NULL to spawnve, not environ | Ron Yorston | 2021-10-28 | 1 | -4/+4 |
* | win32: rmdir(2) shouldn't delete symlinksFRP-4487-gd239d2d52 | Ron Yorston | 2021-10-17 | 1 | -1/+8 |
* | win32: code shrink | Ron Yorston | 2021-10-16 | 1 | -9/+16 |
* | 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 |