summaryrefslogtreecommitdiff
path: root/win32 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* win32: improve filesystem detection and displayRon Yorston2019-03-202-7/+13
* win32: change stat(2) error code in certain casesRon Yorston2019-03-201-1/+0
* winansi: more robust handling of invalid escape sequencesRon Yorston2019-03-191-34/+46
* win32: add function to convert slashes to backslashesRon Yorston2019-03-152-10/+16
* lineedit: add a command to change backslashes to slashesRon Yorston2019-03-151-6/+0
* win32: realpath(3): remove trailing slashRon Yorston2019-03-141-1/+4
* Update copyright dateRon Yorston2019-03-141-1/+1
* win32: consolidate file metadata optionsRon Yorston2019-03-121-8/+2
* win32: changes to user idsRon Yorston2019-03-101-20/+30
* winansi: support escape sequence to set window titleRon Yorston2019-03-091-12/+32
* su: change title of console windowRon Yorston2019-03-091-0/+6
* win32: add a function to detect running with elevated privilegesRon Yorston2019-03-091-0/+18
* win32: extend normalisation of paths in realpath(3)Ron Yorston2019-03-081-2/+20