summaryrefslogtreecommitdiff
path: root/win32 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* win32: tidy up time conversionsRon Yorston2021-08-091-7/+3
* win32: code shrinkRon Yorston2021-08-083-12/+11
* win32: improved keycode detectionRon Yorston2021-08-061-42/+33
* win32: code shrink read_key()Ron Yorston2021-08-061-11/+5
* win32: better detection of Alt key releaseRon Yorston2021-08-021-1/+2
* win32: code shrink using is_prefixed_with()Ron Yorston2021-07-281-16/+18
* win32: code shrink has_exec_format()Ron Yorston2021-07-281-13/+11
* win32: special case for devices files in stat(2)Ron Yorston2021-07-251-5/+20
* tar: use external program for lzma/xz compressionRon Yorston2021-07-221-3/+9
* mingw: update select(2) to latest gnulib versionRon Yorston2021-07-171-18/+36
* winansi: add missing va_end()Ron Yorston2021-07-111-0/+1
* win32: changes to mntent implementationRon Yorston2021-06-272-49/+69
* win32: handle -1 return status from execve(2)Ron Yorston2021-06-191-2/+3
* win32: add local dirent implementationRon Yorston2021-06-133-0/+116
* win32: partial implementation of sync(2)Ron Yorston2021-06-071-0/+23
* win32: let virtual /dev/fd/<num> files be openedRon Yorston2021-06-071-0/+20
* win32: rename update_dev_fd() as update_special_fd()Ron Yorston2021-06-071-2/+2
* win32: implement futimens(2)/utimensat(2)Ron Yorston2021-05-141-1/+81
* win32: fix creation of symlinks in 64-bit Windows 7Ron Yorston2021-05-131-1/+1
* winansi: fix ansi emulationRon Yorston2021-03-051-12/+13
* libbb: fix detection of relative paths in xreadlink.csymlinkRon Yorston2021-03-011-1/+1
* Allow `rename()` to work across drivesJohannes Schindelin2021-03-011-1/+2
* Do not use `rename()` for symlinksJohannes Schindelin2021-03-011-5/+8
* win32: let `resolve_symlinks()` _really_ resolve symbolic linksJohannes Schindelin2021-03-011-1/+9
* readlink(): do `NUL`-terminate the resultJohannes Schindelin2021-03-011-2/+3
* win32(symlink): fix logic to determine the type of the symlinkJohannes Schindelin2021-03-011-1/+10
* win32: move is_absolute_path()Ron Yorston2021-03-011-0/+9
* win32: workaround for lazy loading issue on Windows 7Ron Yorston2021-03-011-0/+14
* win32: update sysinfo(2) implementation (again)Ron Yorston2021-02-231-14/+31
* win32: workaround for '0-bit reloc' on MSYS2Ron Yorston2021-02-212-0/+3
* win32: fixes to build on Windows/MSYS2/mingw-w64Ron Yorston2021-02-211-3/+1
* win32: update sysinfo(2) implementationRon Yorston2021-02-191-13/+23
* win32: add uptime to sysinfo(2), enable uptime appletRon Yorston2021-02-191-3/+2
* free: implement sysinfo(2) and enable free(1)Ron Yorston2021-02-181-0/+24
* winansi: code shrink and improvementsRon Yorston2021-02-171-41/+15
* winansi: don't check return from xmallocRon Yorston2021-02-161-3/+0
* winansi: allow alternative screen buffer to be disabledRon Yorston2021-02-151-0/+7
* winansi: allow test suite to run on WineRon Yorston2021-02-151-3/+3
* ash: code shrinkRon Yorston2021-02-141-9/+0
* win32: code shrinkRon Yorston2021-02-131-1/+1
* win32: implement symlink(2)Ron Yorston2021-02-121-0/+35
* win32: allow symlinks to directories to be unlinkedRon Yorston2021-02-121-1/+13
* win32: make readlink(2) implementation unconditionalRon Yorston2021-02-121-4/+0
* winansi: code shrinkRon Yorston2021-02-081-13/+13
* winansi: more accurate colour mappingRon Yorston2021-02-071-20/+99
* winansi: code shrinkRon Yorston2021-02-071-90/+71
* winansi: tweak colour mappingRon Yorston2021-02-041-19/+9
* winansi: extend ANSI emulationRon Yorston2021-02-031-49/+177
* winansi: change default 'skip ANSI emulation' settingRon Yorston2021-02-031-13/+3
* tls: avoid unnecessary changes to POSIX build, part 2Ron Yorston2021-01-251-0/+9