aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * ash: unbreak PS1 parsing after "ash: parser: Add syntax stack..." commitDenys Vlasenko2018-04-041-1/+3
| * ash: parser: Fix parameter expansion inside inner double quotesDenys Vlasenko2018-04-021-2/+4
| * ash: expand: Fix bugs with words connected to the right of $@Denys Vlasenko2018-04-021-4/+7
| * ash: redir: Fix typo in noclobber codeDenys Vlasenko2018-04-021-1/+1
| * ash: parser: Fix single-quoted patterns in here-documentsDenys Vlasenko2018-04-021-1/+1
| * ash: parser: Add syntax stack for recursive parsingDenys Vlasenko2018-04-021-97/+134
* | win32: more backslash to slash conversionsRon Yorston2018-04-081-0/+3
* | ps: indicate forkshell processes in listingRon Yorston2018-04-051-3/+4
* | ps: obtain applet names from other BusyBox processesRon Yorston2018-04-041-7/+0
* | ash: reinstate applet name variable after forkshellRon Yorston2018-04-031-0/+7
* | ash: minor forkshell fixesRon Yorston2018-04-021-7/+5
* | Merge branch 'busybox' into mergeRon Yorston2018-04-021-53/+49
|\|
| * parser: Fix backquote support in here-document EOF markDenys Vlasenko2018-04-011-0/+6
| * ash,hush: handle a few more bkslash-newline casesDenys Vlasenko2018-04-011-1/+1
| * ash: use pgetc_eatbnl() in more placesDenys Vlasenko2018-03-311-35/+12
| * ash: 'nolog' and 'debug' options cause "$-" to wreak havocMartijn Dekker2018-03-311-1/+1
| * ash: fix "char == CTLfoo" comparison signedness bugDenys Vlasenko2018-03-301-3/+3
| * ash: use F_DUPFD_CLOEXEC and O_CLOEXECDenys Vlasenko2018-03-301-9/+16
| * ash,hush: fix "saved" redirected fds still visible in childrenDenys Vlasenko2018-03-281-5/+11
* | ash: add some debug for the forkshell data blockRon Yorston2018-04-011-0/+87
* | ash: align funcblocksize handling with upstreamRon Yorston2018-04-011-68/+76
* | ash: align funcstring handling with upstreamRon Yorston2018-04-011-27/+30
* | ash: reorder items in forkshell data blockRon Yorston2018-04-011-48/+47
* | ash: revise handling of builtin environment variables during forkRon Yorston2018-03-311-32/+24
* | ash: copy environment variables when importing themRon Yorston2018-03-301-0/+4
* | ash: use SIGTERM to kill processesRon Yorston2018-03-271-1/+9
* | win32: add a function to convert backslashes to slashesRon Yorston2018-03-181-6/+2
* | ash: remove special treatment of device filesRon Yorston2018-03-151-20/+0
* | Merge branch 'busybox' into mergeRon Yorston2018-03-011-6/+17
|\|
| * ash : fix double-quoted "\z" handlingDenys Vlasenko2018-02-131-6/+17
* | Remove fake signal-handling codeRon Yorston2018-03-011-3/+10
* | ash: changes to command resolution, execution and displayRon Yorston2018-02-281-23/+55
* | win32: move detection of file formats to stat(2)Ron Yorston2018-02-261-5/+1
* | win32: add support for batch filesRon Yorston2018-02-261-18/+22
* | ash: tidy up /dev/null redirectionRon Yorston2018-02-221-11/+6
* | ash: use correct size for tblentryRon Yorston2018-02-191-2/+2
* | ash: allow waitpid_child to blockRon Yorston2018-02-171-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2018-02-131-79/+251
|\|
| * ash: make it possible to disable "const global ptr" optimizationDenys Vlasenko2018-01-281-3/+16
| * ash: add LINENO supportDenys Vlasenko2018-01-271-32/+95
| * hush: add HUSH_BASH_SOURCE_CURDIR config option, to be on par with ashDenys Vlasenko2018-01-271-2/+2
| * ash: introduce a config option to search current directory for sourced filesDenys Vlasenko2018-01-261-1/+12
| * ash: add support for command_not_found_handle hook function (bashism)William Pitcock2018-01-241-1/+23
| * ash: a bit of NOFORK code should only be active if FEATURE_SH_STANDALONE=yDenys Vlasenko2018-01-151-1/+3
| * ash: ALWAYS_INLINE grabstackblock()Denys Vlasenko2018-01-101-1/+1
| * ash: make ${v:N:M} more robust for very large M by clamping to MIN/MAX_INTDenys Vlasenko2018-01-101-13/+25
| * ash: add comment explaining last changeDenys Vlasenko2018-01-091-6/+6
| * ash: fix var_bash5.tests - ${VAR/pattern/repl} constructDenys Vlasenko2018-01-091-25/+72
| * ash: fail if 'shift' operand is out of rangeIngo van Lil2018-01-071-1/+1
| * randomconfig fixesDenys Vlasenko2017-12-311-1/+1