aboutsummaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)Author
2020-12-21bc: do not allocate line editing state until neededDenys Vlasenko
2020-12-21hush: deal with FIXMEs for corner cases in parameter expansionDenys Vlasenko
2020-12-20hush: remove one redundant getpid() on every startupDenys Vlasenko
2020-12-19ash: clear ungetc counter on syntax errorsDenys Vlasenko
2020-12-17shells: a fix for systems without RLIMIT_NICEDenys Vlasenko
2020-12-14hush: code shrinkDenys Vlasenko
2020-12-13hush: if login shell, also source ~/.profileDenys Vlasenko
2020-12-13hush: NOMMU fix for hush-psubst/tick6.testsDenys Vlasenko
2020-12-13hush: fix -c SCRIPT handlingDenys Vlasenko
2020-12-13ash: reset SIGHUP earlier: allows HUP traps in .profile, closes 13371Denys Vlasenko
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-11-19fix warning: label 'out1' defined but not usedCristian Ionescu-Idbohrn
2020-11-16ash: make interactive ^C break out of PS2 modeDenys Vlasenko
2020-11-16hush: make interactive ^C break out of PS2 modeDenys Vlasenko
2020-11-01hush: document bugs in [[ =~ ]] comparisonDenys Vlasenko
2020-10-31shell: update comments on the status of [[ ]] compatDenys Vlasenko
2020-10-31hush: add tests for unquoted < > in [[ ]]Denys Vlasenko
2020-10-31shell: better support of [[ ]] bashismDenys Vlasenko
2020-10-24hush: output bash-compat killing signal namesDenys Vlasenko
2020-10-24hush: do not print killing signal name in `cmd_whihc_dies_on_signal`Denys Vlasenko
2020-10-06avoid using strok - eliminates use of hidden global variableDenys Vlasenko
2020-10-01shell: remove FAST_FUNC from a static functionDenys Vlasenko
2020-09-29shell: add testsuite for "wait $pid" waiting for other tasksDenys Vlasenko
2020-09-29ash: jobs: Fix waitcmd busy loopDenys Vlasenko
2020-09-29ash: jobs: Fix infinite loop in waitprocDenys Vlasenko
2020-09-29ash: remove a tentative TODO, it's a wrong ideaDenys Vlasenko
2020-07-31shell: Fix "read -d ''" behaviorChristian Eggers
2020-06-24nologin: make it possible to build it as single appletDenys Vlasenko
2020-06-24suppress a few compile warningsDenys Vlasenko
2020-04-30ash,hush: drop pointer check before calls to show_historyRon Yorston
2020-04-30ash: fix build failure when command built-in is disabledRon Yorston
2020-02-26shells: fix exitcode_trapN tests to avoid racesDenys Vlasenko
2020-02-24ash: expand: Fix multiple issues with EXP_DISCARD in evalvarDenys Vlasenko
2020-02-24ash: expand: Do not reprocess data when expanding wordsDenys Vlasenko
2020-02-24ash: move TRACE statement in evalcommand()Ron Yorston
2020-02-24ash: rename some function parameters to match dashDenys Vlasenko
2020-02-24ash: rename stack_nputstr() back to stnputs() to match dashDenys Vlasenko
2020-02-22ash: Expand here-documents in the current shell environmentDenys Vlasenko
2020-02-22ash: parser: Do not push token back before parseheredocDenys Vlasenko
2020-02-22ash: parser: Fix old-style command substitution here-document crashDenys Vlasenko
2020-02-21hush: fix negative_arith.tests: glob-protect dash in "$((arith))"Denys Vlasenko
2020-02-21ash: expand: Ensure result is escaped in cvtnumDenys Vlasenko
2020-02-21ash: memalloc: Avoid looping in growstacktoDenys Vlasenko
2020-02-21hush: make "exit" in trap use pre-trap exitcode - fix for nested trapDenys Vlasenko
2020-02-21hush: make "exit" in trap use pre-trap exitcodeDenys Vlasenko
2020-02-20ash: eval: Only restore exit status on exit/returnDenys Vlasenko
2020-02-20ash: Return without arguments in a trap should use status outside trapsDenys Vlasenko
2020-02-20hush: implement "return NUM in trap sets $? after trap"Denys Vlasenko
2020-02-20ash: return exit status of nofork applets (again)Ron Yorston
2020-02-20ash: expand: Merge syntax/quotes in memtodest with flagsDenys Vlasenko