summaryrefslogtreecommitdiff
path: root/shell/ash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix POSIX buildFRP-3445-g10e14d5ebRon Yorston2020-04-111-1/+1
* win32: improve handling of 'c:file' paths for executablesRon Yorston2020-03-181-2/+10
* Merge branch 'busybox' into mergeRon Yorston2020-02-251-207/+183
|\
| * ash: expand: Fix multiple issues with EXP_DISCARD in evalvarDenys Vlasenko2020-02-241-14/+14
| * ash: expand: Do not reprocess data when expanding wordsDenys Vlasenko2020-02-241-178/+154
| * ash: move TRACE statement in evalcommand()Ron Yorston2020-02-241-1/+2
| * ash: rename some function parameters to match dashDenys Vlasenko2020-02-241-29/+29
| * ash: rename stack_nputstr() back to stnputs() to match dashDenys Vlasenko2020-02-241-3/+3
* | Merge branch 'busybox' into mergeRon Yorston2020-02-251-54/+56
|\|
| * ash: Expand here-documents in the current shell environmentDenys Vlasenko2020-02-221-13/+16
| * ash: parser: Do not push token back before parseheredocDenys Vlasenko2020-02-221-1/+4
| * ash: parser: Fix old-style command substitution here-document crashDenys Vlasenko2020-02-221-1/+1
| * ash: expand: Ensure result is escaped in cvtnumDenys Vlasenko2020-02-211-25/+24
| * ash: memalloc: Avoid looping in growstacktoDenys Vlasenko2020-02-211-7/+7
* | Merge branch 'busybox' into mergeRon Yorston2020-02-211-74/+88
|\|
| * ash: eval: Only restore exit status on exit/returnDenys Vlasenko2020-02-201-48/+51
| * ash: Return without arguments in a trap should use status outside trapsDenys Vlasenko2020-02-201-5/+18
| * ash: return exit status of nofork applets (again)Ron Yorston2020-02-201-1/+1
| * ash: expand: Merge syntax/quotes in memtodest with flagsDenys Vlasenko2020-02-201-21/+19
* | ash: merge changes to local variables from upstreamRon Yorston2020-02-211-175/+136
|\|
| * ash: eval: Always set localvar_stopDenys Vlasenko2020-02-201-11/+12
| * ash: eval: Replace with listsetvar with mklocal/setvareqDenys Vlasenko2020-02-201-35/+28
| * ash: eval: Fail immediately with redirections errors for simple commandDenys Vlasenko2020-02-201-16/+16
| * ash: eval: Add assignment built-in support againDenys Vlasenko2020-02-201-85/+91
* | ash: remove unused signal handling variablesRon Yorston2020-02-211-3/+11
* | ash: fixes to make the last merge workRon Yorston2020-02-201-1/+5
* | Merge branch 'busybox' into mergeRon Yorston2020-02-201-88/+89
|\|
| * ash,hush: add comment about masked SIGCHLD, handle SIG_IGNed SIGHUP as in bashDenys Vlasenko2020-02-181-6/+20
| * ash: jobs: Only clear gotsigchld when waiting for everythingDenys Vlasenko2020-02-181-66/+56
| * ash: jobs - Do not block when waiting on SIGCHLDDenys Vlasenko2020-02-181-11/+14
| * ash: eval: Reap zombies after built-in commands and functionsDenys Vlasenko2020-02-181-16/+10
* | Merge branch 'busybox' into mergeRon Yorston2020-02-181-134/+196
|\|
| * ash: exec: Never rehash regular built-insDenys Vlasenko2020-02-171-3/+10
| * ash: exec: Stricter pathopt parsingDenys Vlasenko2020-02-171-64/+104
| * ash: exec: Do not allocate stack string in padvanceDenys Vlasenko2020-02-171-36/+38
| * ash: memalloc: Add growstackto helperDenys Vlasenko2020-02-171-17/+12
| * ash: parser: Save/restore here-documents in command substitutionDenys Vlasenko2020-02-171-9/+16
| * ash: mkinit: Split reset into exitreset and resetDenys Vlasenko2020-02-171-7/+19
| * ash: expand: Fix trailing newlines processing in backquote expandingDenys Vlasenko2020-02-171-1/+1
| * ash: parser: Only accept single-digit parameter expansion outside of bracesDenys Vlasenko2020-02-171-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2020-02-171-36/+59
|\|
| * ash: shell: Fix clang warnings about "string plus integer"Denys Vlasenko2020-02-161-1/+2
| * ash: eval: Use the correct expansion mode for fd redirectionDenys Vlasenko2020-02-161-2/+1
| * ash: expand: Fix skipping of command substitution when trimming in evalvarDenys Vlasenko2020-02-161-0/+2
| * ash: main: Print \n upon EOF (CTRL-D) when run interactivelyDenys Vlasenko2020-02-161-1/+5
| * ash: expand: Use HOME in tilde expansion when it is emptyDenys Vlasenko2020-02-161-1/+1
| * ash: builtin: Mark more regular built-insDenys Vlasenko2020-02-161-4/+4
| * ash: jobs: Replace some uses of fmtstr with stpcpy/stpncpyDenys Vlasenko2020-02-161-8/+7
| * ash: output: Fix fmtstr return valueDenys Vlasenko2020-02-161-1/+1
| * ash: main: Only set savestatus in exitcmdDenys Vlasenko2020-02-161-7/+2