summaryrefslogtreecommitdiff
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
...
* ash: fix ${unset_var/pattern/repl}Denys Vlasenko2021-01-093-1/+5
* ash: improve --helpDenys Vlasenko2021-01-041-2/+7
* hush: code shrinkDenys Vlasenko2021-01-041-5/+7
* ash: code shrinkDenys Vlasenko2021-01-031-2/+2
* ash: make a strdup copy of $HISTFILE for line editingDenys Vlasenko2021-01-031-2/+2
* libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko2020-12-302-10/+10
* randomconfig fixesDenys Vlasenko2020-12-291-1/+3
* hush: make comment more clearDenys Vlasenko2020-12-271-4/+5
* typo fixDenys Vlasenko2020-12-252-2/+2
* hush: fix this case: echo "SCRIPT" | hushDenys Vlasenko2020-12-255-1/+15
* hush: if !EDITING, do not regenerate prompt for every input charDenys Vlasenko2020-12-251-5/+12
* ash: change "clear ungetc counter on syntax errors" fix to match dashDenys Vlasenko2020-12-241-2/+1
* hush: fix ^C in INTERACTIVE, !EDITING configDenys Vlasenko2020-12-231-6/+29
* hush: revert "make interactive ^C break out of PS2 mode"Denys Vlasenko2020-12-231-22/+3
* hush: fix PS1 prompth in !EDITING configDenys Vlasenko2020-12-231-3/+3
* hush: fix fallout from tweaking ${var:START:LEN} codeDenys Vlasenko2020-12-233-1/+4
* shell: for signal exitcode, use 128 | sig, not 128 + sig - MIPS has signal 128Denys Vlasenko2020-12-232-16/+18
* hush: fix commentDenys Vlasenko2020-12-231-1/+1
* bc: do not allocate line editing state until neededDenys Vlasenko2020-12-212-4/+2
* hush: deal with FIXMEs for corner cases in parameter expansionDenys Vlasenko2020-12-211-18/+34
* hush: remove one redundant getpid() on every startupDenys Vlasenko2020-12-201-8/+6
* ash: clear ungetc counter on syntax errorsDenys Vlasenko2020-12-191-55/+57
* shells: a fix for systems without RLIMIT_NICEDenys Vlasenko2020-12-171-3/+16
* 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