aboutsummaryrefslogtreecommitdiff
path: root/win32 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* win32: canonicalize path in chdir(2)Ron Yorston2019-03-061-0/+13
* win32: implement readlink(2)Ron Yorston2019-03-061-0/+65
* win32: let realpath(3) succeed on WinXP/ReactOSRon Yorston2019-03-061-8/+14
* win32: drop argument from err_win_to_posix()Ron Yorston2019-03-063-9/+9
* win32: improved results for symlinks from stat(2)Ron Yorston2019-03-051-36/+56
* win32: change handling of trailing slashes in stat(2)Ron Yorston2019-03-041-40/+11
* win32: simplify utimes(2) implementationRon Yorston2019-03-041-31/+6
* win32: let stat(2) report numeric uids for local usersRon Yorston2019-03-021-8/+47
* win32: make stat(2) try to identify the owner of filesRon Yorston2019-03-011-7/+64
* win32: make more use of common lazy loading codeRon Yorston2019-02-272-27/+10
* win32: fake permissions/ownership for inaccessible filesRon Yorston2019-02-251-0/+5
* uname: drop support for ia64Ron Yorston2019-02-211-4/+3
* win32: use manifest provided by MinGW-w64Ron Yorston2019-02-213-33/+0
* win32: remove unused include filesRon Yorston2019-02-202-0/+0
* win32: stat(2) succeeds if fetching extra metadata failsRon Yorston2019-02-191-11/+3
* win32: tidy up stat(2) implementationRon Yorston2019-02-181-21/+22
* win32: avoid use of uninitialised metadata in stat(2)Ron Yorston2019-02-181-2/+8
* ash: updated support for hiding consoleRon Yorston2019-02-171-0/+16
* win32: make stat(2) fetch additional metadataRon Yorston2019-02-161-4/+35
* win32: add a function to remove CRs from a text bufferRon Yorston2019-02-141-0/+11