aboutsummaryrefslogtreecommitdiff
path: root/win32 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* win32: don't try to run non-existent scriptRon Yorston2019-02-071-1/+1
* win32: add support for the euro currency symbolRon Yorston2019-02-022-0/+89
* win32: allow characters to be entered as ALTNNNRon Yorston2019-01-261-3/+34
* ps: fix long output when desktop compatibility is disabledRon Yorston2019-01-081-0/+3
* ps: display interpreted script name in comm columnRon Yorston2019-01-081-1/+2
* ps: add support for the args columnRon Yorston2019-01-081-11/+29
* ps: add user and group columnsRon Yorston2019-01-081-1/+10
* win32: add a fake root user and groupRon Yorston2019-01-081-13/+26
* win32: implement vsnprintf(2)Ron Yorston2019-01-081-0/+21
* win32: implement umask(2)Ron Yorston2019-01-071-0/+14
* busybox: add --uninstall optionRon Yorston2019-01-051-0/+39
* win32: reduce static storage needed for lazy loadingRon Yorston2019-01-042-21/+15
* win32: add support for %T to strftimeRon Yorston2018-12-161-21/+30
* win32: special treatment for PATHRon Yorston2018-12-141-20/+0
* win32: emulate SIGPIPERon Yorston2018-12-111-3/+23
* win32: special treatment for files with the '.sh' extensionRon Yorston2018-12-092-36/+46
* win32: add a case-insensitive version of is_suffixed_with()Ron Yorston2018-12-091-2/+1
* win32: use open_read_close() where possibleRon Yorston2018-12-092-12/+4
* win32: allow execution of empty batch file to succeedRon Yorston2018-12-081-0/+8
* win32: (another) fix to file extension testRon Yorston2018-12-071-1/+1
* win32: fix to file extension testRon Yorston2018-12-071-2/+3