| Commit message (Expand) | Author | Age | Files | Lines |
* | Build fixesFRP-3329-gcf0fa4d13 | Ron Yorston | 2020-01-08 | 1 | -1/+1 |
* | win32: allow nanosecond precision in file times | Ron Yorston | 2019-08-16 | 1 | -16/+19 |
* | win32: try to make working directory names consistent | Ron Yorston | 2019-04-02 | 1 | -0/+1 |
* | win32: fix compilation error; update default configurations | Ron Yorston | 2019-03-31 | 1 | -0/+1 |
* | win32: improved support for c:path path names | Ron Yorston | 2019-03-30 | 1 | -0/+1 |
* | win32: interpret absolute paths as relative to %SYSTEMDRIVE% | Ron Yorston | 2019-03-28 | 1 | -0/+3 |
* | win32: share code to find root prefix of path | Ron Yorston | 2019-03-23 | 1 | -0/+3 |
* | win32: add function to convert slashes to backslashes | Ron Yorston | 2019-03-15 | 1 | -1/+2 |
* | win32: changes to user ids | Ron Yorston | 2019-03-10 | 1 | -6/+5 |
* | su: change title of console window | Ron Yorston | 2019-03-09 | 1 | -0/+1 |
* | win32: add a function to detect running with elevated privileges | Ron Yorston | 2019-03-09 | 1 | -0/+1 |
* | win32: canonicalize path in chdir(2) | Ron Yorston | 2019-03-06 | 1 | -0/+2 |
* | win32: implement readlink(2) | Ron Yorston | 2019-03-06 | 1 | -0/+4 |
* | win32: drop argument from err_win_to_posix() | Ron Yorston | 2019-03-06 | 1 | -1/+1 |
* | win32: let stat(2) report numeric uids for local users | Ron Yorston | 2019-03-02 | 1 | -2/+2 |
* | ash: updated support for hiding console | Ron Yorston | 2019-02-17 | 1 | -0/+1 |
* | win32: make stat(2) fetch additional metadata | Ron Yorston | 2019-02-16 | 1 | -0/+3 |
* | win32: add a function to remove CRs from a text buffer | Ron Yorston | 2019-02-14 | 1 | -1/+2 |
* | win32: add support for the euro currency symbol | Ron Yorston | 2019-02-02 | 1 | -0/+1 |
* | Update default configuration; compilation fix | Ron Yorston | 2019-01-10 | 1 | -0/+16 |
* | win32: implement vsnprintf(2) | Ron Yorston | 2019-01-08 | 1 | -0/+4 |
* | win32: implement umask(2) | Ron Yorston | 2019-01-07 | 1 | -0/+5 |
* | busybox: add --uninstall option | Ron Yorston | 2019-01-05 | 1 | -0/+1 |
* | win32: special treatment for PATH | Ron Yorston | 2018-12-14 | 1 | -1/+0 |
* | win32: emulate SIGPIPE | Ron Yorston | 2018-12-11 | 1 | -0/+4 |
* | win32: add a case-insensitive version of is_suffixed_with() | Ron Yorston | 2018-12-09 | 1 | -0/+1 |
* | lineedit: more case-insensitive comparisons in tab completion | Ron Yorston | 2018-12-08 | 1 | -0/+1 |
* | lineedit: improvements to tab completion | Ron Yorston | 2018-12-08 | 1 | -0/+2 |
* | win32: rework adding of extensions to filenames | Ron Yorston | 2018-12-06 | 1 | -1/+10 |
* | win32: move function redefinitions to mingw.h | Ron Yorston | 2018-11-26 | 1 | -0/+6 |
* | fsync: avoid a gratuitous difference from upstream | Ron Yorston | 2018-04-03 | 1 | -0/+1 |
* | win32: improvements to get_terminal_width_height | Ron Yorston | 2018-04-03 | 1 | -2/+0 |
* | win32: changes to kill(2) | Ron Yorston | 2018-03-27 | 1 | -0/+2 |
* | win32: save a few bytes in device file support | Ron Yorston | 2018-03-23 | 1 | -2/+4 |
* | win32: add a function to convert backslashes to slashes | Ron Yorston | 2018-03-18 | 1 | -2/+1 |
* | win32: tidy up popen implementation | Ron Yorston | 2018-03-15 | 1 | -1/+0 |
* | wget: add support for https | Ron Yorston | 2018-03-15 | 1 | -0/+1 |
* | win32: restrict visibility of special devices | Ron Yorston | 2018-03-15 | 1 | -0/+2 |
* | Minor improvements to build | Ron Yorston | 2018-03-02 | 1 | -1/+0 |
* | Remove fake signal-handling code | Ron Yorston | 2018-03-01 | 1 | -28/+0 |
* | win32: make has_exec_format static | Ron Yorston | 2018-03-01 | 1 | -1/+0 |
* | win32: don't add extensions to filenames ending with a dot | Ron Yorston | 2018-02-28 | 1 | -1/+2 |
* | win32: move detection of file formats to stat(2) | Ron Yorston | 2018-02-26 | 1 | -1/+2 |
* | win32: add support for batch files | Ron Yorston | 2018-02-26 | 1 | -0/+1 |
* | win32: make /dev/urandom more random | Ron Yorston | 2018-02-23 | 1 | -0/+2 |
* | win32: handle /dev/zero and /dev/urandom in open and read functions | Ron Yorston | 2018-02-22 | 1 | -0/+5 |
* | win32: import fsync(2) implementation from gnulib | Ron Yorston | 2018-02-21 | 1 | -1/+1 |
* | win32: always use safe API calls to manipulate environment | Ron Yorston | 2018-02-13 | 1 | -6/+0 |
* | ps: add support for CPU and elapsed time columns | Ron Yorston | 2017-09-01 | 1 | -0/+7 |
* | win32: shrink code to detect .exe files | Ron Yorston | 2017-08-30 | 1 | -0/+1 |