aboutsummaryrefslogtreecommitdiff
path: root/win32 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright messageRon Yorston2021-01-131-1/+1
* win32: handle various Alt key modifiers in termiosChristopher Wellons2021-01-131-2/+16
* win32: make realpath() return an error if necessaryRon Yorston2020-12-121-1/+0
* winansi: intercept calls to fputc(3)Ron Yorston2020-12-071-1/+19
* win32: make location of Unix-style absolute paths configurableRon Yorston2020-08-311-1/+1
* ash, ls: improve support for 'c:path'Ron Yorston2020-08-281-15/+0
* win32: code shrink Unix-style path handlingRon Yorston2020-08-232-42/+16
* win32: allow putenv() to set empty valuesRon Yorston2020-08-211-4/+18
* win32: env.c code shrink and clarificationRon Yorston2020-08-211-7/+6
* win32: use built-in applets for non-existent binaries with Unix-style pathsRon Yorston2020-08-132-2/+26
* win32: handle Unix-style absolute paths for executablesRon Yorston2020-08-132-1/+25
* win32: use a static buffer in get_system_drive()Ron Yorston2020-08-131-14/+13
* win32: code shrinkRon Yorston2020-08-132-1/+9
* win32: move code to fork (de)compressor to a functionRon Yorston2020-08-051-0/+22
* win32: update strptime(3) implementationRon Yorston2020-08-031-12/+19
* win32: code shrink kill(2)Ron Yorston2020-07-251-31/+17
* win32: update link to Microsoft document on command-line argumentsRon Yorston2020-07-211-1/+1
* win32: import strndup from gnulibRon Yorston2020-07-092-0/+37
* win32: return raw file attributes in struct mingw_statRon Yorston2020-07-091-0/+4
* ash: improve handling of UNC pathsRon Yorston2020-06-301-1/+2
* win32: enable globbing by defaultRon Yorston2020-06-141-1/+17
* win32: minor improvements to process spawningRon Yorston2020-06-121-3/+2
* winansi: suppress console flags redefinition warningBiswa962020-06-071-0/+5
* time: detect when spawn failsRon Yorston2020-06-041-1/+1
* win32: fix networking problemsRon Yorston2020-06-031-2/+4
* win32: use lazy loading for certain DLLsRon Yorston2020-06-023-22/+36
* win32: only initialise networking if necessaryRon Yorston2020-06-011-5/+36
* ash: simplify spawning during forkshellRon Yorston2020-06-011-0/+9
* win32: changes to '#!' supportRon Yorston2020-05-241-10/+12
* dd: fix handling of 'conv=notrunc seek=N'Ron Yorston2020-05-201-3/+3
* inotifyd: WIN32 portRon Yorston2020-04-151-0/+0
* winansi: more fine-grained control of ANSI emulationRon Yorston2020-04-131-2/+34