summaryrefslogtreecommitdiff
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* hush: code shrinkDenys Vlasenko2020-12-141-1/+1
* hush: if login shell, also source ~/.profileDenys Vlasenko2020-12-131-8/+16
* hush: NOMMU fix for hush-psubst/tick6.testsDenys Vlasenko2020-12-131-0/+7
* hush: fix -c SCRIPT handlingDenys Vlasenko2020-12-131-51/+63
* ash: reset SIGHUP earlier: allows HUP traps in .profile, closes 13371Denys Vlasenko2020-12-131-8/+11
* decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-303-10/+10
* fix warning: label 'out1' defined but not usedCristian Ionescu-Idbohrn2020-11-191-0/+2
* ash: make interactive ^C break out of PS2 modeDenys Vlasenko2020-11-161-4/+3
* hush: make interactive ^C break out of PS2 modeDenys Vlasenko2020-11-161-35/+51
* hush: document bugs in [[ =~ ]] comparisonDenys Vlasenko2020-11-014-0/+28
* shell: update comments on the status of [[ ]] compatDenys Vlasenko2020-10-312-5/+4
* hush: add tests for unquoted < > in [[ ]]Denys Vlasenko2020-10-312-0/+5
* shell: better support of [[ ]] bashismDenys Vlasenko2020-10-3112-24/+127
* hush: output bash-compat killing signal namesDenys Vlasenko2020-10-249-7/+92
* hush: do not print killing signal name in `cmd_whihc_dies_on_signal`Denys Vlasenko2020-10-243-1/+9
* avoid using strok - eliminates use of hidden global variableDenys Vlasenko2020-10-061-2/+2
* shell: remove FAST_FUNC from a static functionDenys Vlasenko2020-10-011-2/+2
* shell: add testsuite for "wait $pid" waiting for other tasksDenys Vlasenko2020-09-294-0/+18
* ash: jobs: Fix waitcmd busy loopDenys Vlasenko2020-09-291-57/+34
* ash: jobs: Fix infinite loop in waitprocDenys Vlasenko2020-09-291-6/+19
* ash: remove a tentative TODO, it's a wrong ideaDenys Vlasenko2020-09-291-1/+1
* shell: Fix "read -d ''" behaviorChristian Eggers2020-07-315-2/+6
* nologin: make it possible to build it as single appletDenys Vlasenko2020-06-243-58/+76
* suppress a few compile warningsDenys Vlasenko2020-06-241-1/+1
* ash,hush: drop pointer check before calls to show_historyRon Yorston2020-04-302-4/+2
* ash: fix build failure when command built-in is disabledRon Yorston2020-04-301-1/+3
* shells: fix exitcode_trapN tests to avoid racesDenys Vlasenko2020-02-264-8/+4
* 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
* ash: Expand here-documents in the current shell environmentDenys Vlasenko2020-02-223-13/+22
* 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
* hush: fix negative_arith.tests: glob-protect dash in "$((arith))"Denys Vlasenko2020-02-211-5/+19
* ash: expand: Ensure result is escaped in cvtnumDenys Vlasenko2020-02-215-25/+44
* ash: memalloc: Avoid looping in growstacktoDenys Vlasenko2020-02-211-7/+7
* hush: make "exit" in trap use pre-trap exitcode - fix for nested trapDenys Vlasenko2020-02-215-1/+29
* hush: make "exit" in trap use pre-trap exitcodeDenys Vlasenko2020-02-211-3/+13
* 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
* hush: implement "return NUM in trap sets $? after trap"Denys Vlasenko2020-02-2013-1/+98
* 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: 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-202-17/+16
* ash: eval: Add assignment built-in support againDenys Vlasenko2020-02-201-85/+91
* ash,hush: testcase for "exit" without arguments in a trapDenys Vlasenko2020-02-194-0/+20