aboutsummaryrefslogtreecommitdiff
path: root/win32 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ash: reset ANSI emulation when BB_SKIP_ANSI_EMULATION changesRon Yorston2020-04-131-10/+7
* time: WIN32 portRon Yorston2020-04-062-7/+45
* win32: new functions: getpeername(2), mingw_spawn_detach()Ron Yorston2020-04-052-3/+27
* win32: more improvements to 'c:file' pathsRon Yorston2020-03-291-2/+3
* dd: create a sparse file when seek=N is usedRon Yorston2020-03-241-0/+17
* win32: stat(2): return correct st_blocks for compressed/sparse filesRon Yorston2020-03-241-1/+13
* win32: reduce size of strptime()Ron Yorston2020-02-161-74/+8
* win32: save bytes in fnmatchRon Yorston2020-02-161-13/+55
* win32: tidy up detection of device filesRon Yorston2020-02-161-9/+3
* win32: save a few bytes in statfsRon Yorston2020-02-161-3/+5
* win32: save space in statfsRon Yorston2020-02-151-20/+5
* win32: rework device file detectionRon Yorston2020-02-151-6/+4
* win32: code shrinkRon Yorston2020-02-131-11/+9
* date: code shrinkRon Yorston2020-02-111-6/+0
* winansi: fix alternate screen buffer in Windows 7Ron Yorston2020-02-061-6/+10
* mingw: fix off-by-one error in mingw_strftime()Ron Yorston2020-01-191-1/+1
* mingw: fix use after free in file_owner()Ron Yorston2020-01-191-9/+6
* Build fixesFRP-3329-gcf0fa4d13Ron Yorston2020-01-081-1/+1
* winansi: code shrinkRon Yorston2020-01-081-37/+31
* Update copyright dateRon Yorston2020-01-081-1/+1
* winansi: restore correct attributes after lsRon Yorston2020-01-071-1/+7
* winansi: fix escape processing in Windows 10 release 1809Ron Yorston2020-01-061-20/+20