summaryrefslogtreecommitdiff
path: root/shell/ash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * ash: [BUILTIN] Exit without arguments in a trap should use status outside trapsDenys Vlasenko2020-02-161-13/+30
| * ash: parser: Fix incorrect eating of backslash newlinesDenys Vlasenko2020-02-161-2/+8
| * ash: use pgetc_eatbnl() in more places, take 2Denys Vlasenko2020-02-161-6/+6
* | Merge branch 'busybox' into mergeRon Yorston2020-02-151-21/+39
|\|
| * ash,hush: allow builtins to be tab-completed, closes 7532Ron Yorston2020-01-291-1/+18
| * ash: improve expandstr()Ron Yorston2020-01-291-20/+21
* | ash: code shrinkRon Yorston2020-02-141-4/+12
* | ash: code shrinkRon Yorston2020-02-111-3/+15
* | ash: fixes to trapRon Yorston2020-02-101-3/+4
* | ash: don't compile dotrap()Ron Yorston2020-02-081-0/+6
* | ash: fixes to handling of ctrl-C in read builtinRon Yorston2020-02-081-0/+15
* | ash: remove obsolete commentRon Yorston2020-02-041-4/+1
* | ash: tidy up history_copy()Ron Yorston2020-01-211-6/+6
* | ash: fix out of bounds read in tblentry_copy()Ron Yorston2020-01-191-1/+1
* | ash: reduce size of forkshell relocation mapRon Yorston2020-01-181-70/+77
* | ash: simplify MARK_PTR macroRon Yorston2020-01-181-9/+16
* | ash: reorder SAVE_PTR macrosRon Yorston2020-01-181-10/+8
* | ash: relocatesize may differ from forkshell block sizeRon Yorston2020-01-181-9/+12
* | ash: rework how pointers are adjusted during forkshellRon Yorston2020-01-161-229/+185
* | ash: minor fixes to forkshell handlingRon Yorston2020-01-141-4/+2
* | Merge branch 'busybox' into mergeRon Yorston2020-01-081-4/+10
|\|
| * clang/llvm 9 fix - do not eliminate a store to a fake "const"Denys Vlasenko2019-10-251-3/+3
| * ash: add a FIXME commentDenys Vlasenko2019-09-051-1/+7
* | ash: copy line editing history during forkshellRon Yorston2019-12-161-10/+94
* | ash: copy alias table during forkshellRon Yorston2019-12-151-1/+77
* | ash: revert change to behaviour of -s optionRon Yorston2019-08-161-0/+10
* | Merge branch 'busybox' into mergeRon Yorston2019-08-161-65/+128
|\|
| * ash: fix set -o to not show "nameless" optionsDenys Vlasenko2019-08-021-0/+2
| * ash: only catch unexpected exceptions in PS1 expansionRon Yorston2019-07-311-0/+2
| * ash,hush: show 'c' in $- if run in "sh -c CMD"Denys Vlasenko2019-06-031-20/+42
| * ash: allocate line editing structure only if neededDenys Vlasenko2019-06-011-37/+70
* | Merge branch 'busybox' into mergeFRP-3128-g241d4d4acRon Yorston2019-04-201-13/+23
|\|
| * ash: catch error in arithmetic expansion in PS1Ron Yorston2019-04-191-12/+20
| * ash: prevent error in backquotes in PS1 from exiting shellRon Yorston2019-04-191-1/+3
* | Merge branch 'busybox' into mergeRon Yorston2019-04-171-20/+59
|\|
| * ash: add bash-compatible EPOCH variablesRon Yorston2019-04-161-21/+56
| * ash: an unset dynamic variable should not be dynamicRon Yorston2019-04-161-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2019-04-041-7/+8
|\|
| * ash: distinguish 'wait -n' from other bashismsRon Yorston2019-04-021-7/+8
* | win32: try to make working directory names consistentRon Yorston2019-04-021-0/+1
* | df: display origin of mapped driveRon Yorston2019-04-011-1/+2
* | Merge branch 'busybox' into mergeRon Yorston2019-03-311-6/+47
|\|
| * ash: add "wait -n" bashismDenys Vlasenko2019-03-271-6/+47
* | 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