aboutsummaryrefslogtreecommitdiff
path: root/win32 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* win32: allow nanosecond precision in file timesRon Yorston2019-08-161-12/+29
* win32: trim leading and trailing spaces from shebang optionsRon Yorston2019-05-031-0/+4
* vi: use alternate screen bufferRon Yorston2019-04-071-6/+68
* winansi: code shrinkRon Yorston2019-04-071-20/+13
* winansi: code shrinkRon Yorston2019-04-061-46/+17
* win32: try to make working directory names consistentRon Yorston2019-04-021-1/+26
* win32: track current directory of mapped drivesRon Yorston2019-04-011-4/+7
* df: display origin of mapped driveRon Yorston2019-04-011-1/+8
* win32: improved support for c:path path namesRon Yorston2019-03-301-0/+12
* win32: update implementation of setmntent(3)Ron Yorston2019-03-302-4/+7
* win32: interpret absolute paths as relative to %SYSTEMDRIVE%Ron Yorston2019-03-281-0/+56
* win32: share code to find root prefix of pathRon Yorston2019-03-231-0/+35