aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: improved support for c:path path namesRon Yorston2019-03-301-29/+68
* win32: interpret absolute paths as relative to %SYSTEMDRIVE%Ron Yorston2019-03-281-0/+13
* win32: share code to find root prefix of pathRon Yorston2019-03-231-28/+2
* ash: rewrite PATH update to save a few bytesRon Yorston2019-03-181-12/+8
* ash: enforce ';' separator in CDPATH and MANPATH variablesRon Yorston2019-03-161-11/+23
* ash: set current working directory on startupRon Yorston2019-03-151-0/+7
* win32: add function to convert slashes to backslashesRon Yorston2019-03-151-2/+2
* Merge branch 'busybox' into mergeRon Yorston2019-03-121-10/+4
|\
| * ash: eval: avoid leaking memory associated with redirections. Closes 7748Ron Yorston2019-02-251-10/+4
* | ash: improve handling of UNC pathsRon Yorston2019-03-111-8/+35
* | win32: changes to user idsRon Yorston2019-03-101-0/+2
* | su: change title of console windowRon Yorston2019-03-091-1/+13
* | ash, su: add -d flag to set directory in ash, use it in suRon Yorston2019-03-081-3/+30
* | ash: add an option to enable case-insensitive filename globbingRon Yorston2019-03-011-4/+26
* | win32: fix POSIX buildRon Yorston2019-02-171-0/+14
* | ash: updated support for hiding consoleRon Yorston2019-02-171-9/+3
* | ash: tidy up handling of -X optionRon Yorston2019-02-171-8/+7
* | win32: add a function to remove CRs from a text bufferRon Yorston2019-02-141-10/+1
* | ash: improve handling of 'read -t 0'Ron Yorston2019-02-081-4/+12
* | ash: make spawn_forkshell more like forkshellRon Yorston2019-02-061-8/+12
* | win32: add support for the euro currency symbolRon Yorston2019-02-021-2/+1
* | ash: remove carriage returns from strings to be evaluatedRon Yorston2019-01-261-0/+12
* | Merge branch 'busybox' into mergeRon Yorston2019-01-103-6/+6
|\|
| * config: update size informationDenys Vlasenko2018-12-283-3/+3
| * randomconfig fixesDenys Vlasenko2018-12-271-1/+1
| * inetd: suppress aliasing warningDenys Vlasenko2018-12-082-2/+2
| * suppress gcc 8 aliasing warningsDenys Vlasenko2018-12-082-2/+2
* | ps: add support for the args columnRon Yorston2019-01-081-1/+0
* | win32: implement umask(2)Ron Yorston2019-01-071-0/+3
* | ash: fix local PATH assignmentsRon Yorston2018-12-151-7/+20
* | win32: special treatment for PATHRon Yorston2018-12-141-25/+61
* | ash: move code from setup_environment()Ron Yorston2018-12-141-3/+6
* | ash: prevent ctrl-c from killing background processesRon Yorston2018-12-131-0/+14
* | ash: fix ctrl-c handling for pipelinesRon Yorston2018-12-131-43/+57
* | win32: emulate SIGPIPERon Yorston2018-12-111-5/+1
* | ash: use auto_win32_extension() in tryexec()Ron Yorston2018-12-091-6/+3
* | win32: rework adding of extensions to filenamesRon Yorston2018-12-061-52/+8
* | ash: fix 'type' and 'command -v'Ron Yorston2018-12-051-1/+1
* | ash: fix a couple of test casesRon Yorston2018-12-041-10/+4
* | ash: forkshell tweaksRon Yorston2018-12-041-12/+13
* | ash: more clean upRon Yorston2018-12-031-5/+5
* | ash: code clean upRon Yorston2018-12-031-6/+1
* | ash: improvements to forkshell debugRon Yorston2018-12-031-5/+23
* | ash: annotate pointers in forkshell debugRon Yorston2018-12-021-42/+130
* | ash: redefine SAVE_PTR macros to remove testRon Yorston2018-12-021-2/+10
* | ash: consolidate tests for variables not to convertRon Yorston2018-11-291-8/+5
* | ash: fixes to spawn_forkshellRon Yorston2018-11-291-16/+10
* | Merge branch 'busybox' into mergeRon Yorston2018-11-283-5/+56
|\|
| * hush: allow hush to run embedded scriptsRon Yorston2018-11-273-15/+31
| * ash: reset tokpushback before prompting while parsing heredocChristoph Schulz2018-11-201-0/+1