aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* win32: use built-in applets for non-existent binaries with Unix-style pathsRon Yorston2020-08-131-9/+46
* win32: handle Unix-style absolute paths for executablesRon Yorston2020-08-131-2/+28
* win32: use a static buffer in get_system_drive()Ron Yorston2020-08-131-2/+1
* win32: code shrinkRon Yorston2020-08-131-3/+6
* Merge branch 'busybox' into mergeRon Yorston2020-07-091-19/+22
|\
| * nologin: make it possible to build it as single appletDenys Vlasenko2020-06-241-19/+22
* | ash: tidy code, no functional changeRon Yorston2020-07-091-3/+2
* | ash: fix shell optionsRon Yorston2020-07-071-7/+7
* | ash: improve handling of UNC pathsRon Yorston2020-06-301-37/+54
* | ash: avoid duplicated slashes in output of type/command builtinsRon Yorston2020-06-291-0/+4
* | ash: skip NULL argv during forkshellRon Yorston2020-06-211-67/+44
* | ash: changes to ctrl-c handlingRon Yorston2020-06-201-57/+13
* | ash: run ash_main() directly from a FS_SHELLEXEC shellRon Yorston2020-06-201-3/+6
* | ash: reduce forkshell block size for FS_SHELLEXECRon Yorston2020-06-201-25/+46
* | ash: reduce forkshell block size for FS_OPENHERERon Yorston2020-06-201-33/+50
* | ash: forkshell code shrinkRon Yorston2020-06-201-18/+8
* | ash: treat all applets as NOEXECRon Yorston2020-06-091-0/+5
* | ash: minimise work when a forkshell process is startedRon Yorston2020-06-091-19/+27
* | ash: don't initialise shell variables in forkshell childRon Yorston2020-06-011-2/+9
* | ash: simplify spawning during forkshellRon Yorston2020-06-011-1/+1
* | ash: minor changes to forkshell error handlingRon Yorston2020-06-011-3/+9
* | ash: improve forkshell debuggingRon Yorston2020-06-011-4/+14
* | Merge branch 'busybox' into mergeFRP-3466-g53c09d0e1Ron Yorston2020-05-291-3/+4
|\|
| * ash,hush: drop pointer check before calls to show_historyRon Yorston2020-04-301-2/+1
| * ash: fix build failure when command built-in is disabledRon Yorston2020-04-301-1/+3
* | win32: changes to '#!' supportRon Yorston2020-05-241-2/+1
* | ash: reset ANSI emulation when BB_SKIP_ANSI_EMULATION changesRon Yorston2020-04-131-0/+11
* | 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