aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* hush: fix and_or_and_backgrounding.tests failureDenys Vlasenko2017-07-155-1/+71
* ash: protect WIFSTOPPED use with #if JOBSJohannes Schindelin2017-07-151-3/+9
* hush: make "wait %1" work even if the job is deadDenys Vlasenko2017-07-141-39/+52
* hush: remove superfluous comparisonDenys Vlasenko2017-07-141-1/+1
* hush: add support for "set -e"Denys Vlasenko2017-07-147-21/+96
* hush: add TODO for "set -e"Denys Vlasenko2017-07-101-0/+17
* hush: simplify insert_job_into_table() a bitDenys Vlasenko2017-07-101-15/+12
* hush: rename a few functionsDenys Vlasenko2017-07-101-10/+10
* hush: explain why wait5.tests is failingDenys Vlasenko2017-07-081-0/+13
* hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?"Denys Vlasenko2017-07-075-5/+26
* hush: fix two redirection testcase failuresDenys Vlasenko2017-07-073-68/+117
* main: fix the case where user has "halt" as login shell. Closes 9986Denys Vlasenko2017-07-072-2/+2
* shell: sync redir/* testsDenys Vlasenko2017-07-064-0/+22
* ash: rename redir5.tests (hush has redir5.tests which is different)Denys Vlasenko2017-07-063-2/+2
* hush: add a TODO about redir3.tests failureDenys Vlasenko2017-07-063-0/+12
* hush: rename hush-redir/redir3.tests (ash has redir3.tests which id different)Denys Vlasenko2017-07-062-0/+0
* hush: Print error messages on shift -1Denys Vlasenko2017-07-064-2/+33
* typo fixDenys Vlasenko2017-07-062-2/+2
* hush: implement negative start in the ${v: -n[:m]} idiomDenys Vlasenko2017-07-065-2/+37
* hush: "adopt" ash var-utf8-length.testsDenys Vlasenko2017-07-063-0/+7
* hush: "adopt" ash signal4.testsDenys Vlasenko2017-07-063-1/+10
* shell: remove duplicate sigint1.tests (another copies are in signals/)Denys Vlasenko2017-07-064-84/+0
* hush: add tickquote1.tests from ash testsuiteDenys Vlasenko2017-07-063-1/+4
* shell: syncronize ash and hush heredoc3.testsDenys Vlasenko2017-07-064-10/+31
* shell: syncronize ash and hush heredoc1.testsDenys Vlasenko2017-07-066-4/+22
* shell: syncronize ash_test/run-all and hush_test/run-all a bitDenys Vlasenko2017-07-062-71/+82
* hush: correctly handle quoting in "case" even if !BASH_PATTERN_SUBSTDenys Vlasenko2017-07-061-2/+5
* hush: fix quoted_punct.tests failureDenys Vlasenko2017-07-054-3/+83
* ash: fix escaping of a few characters (broken by last commits)Denys Vlasenko2017-07-053-2/+83
* ash: tweak in commentDenys Vlasenko2017-07-051-1/+1
* ash: note which versions of glibc exhibit "rho bug"Denys Vlasenko2017-07-051-1/+2
* ash: fix matching of unicode greek letter rho (cf 81) and similar casesDenys Vlasenko2017-07-055-1/+90
* fixes for bugs found by make_single_applets.shDenys Vlasenko2017-07-032-23/+7
* msh: delete this appletDenys Vlasenko2017-07-032-21/+3
* randomconfig fixesDenys Vlasenko2017-07-031-3/+5
* ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMT, take 2Denys Vlasenko2017-07-011-8/+2
* ash: fix 'trap - 65'Denys Vlasenko2017-07-011-1/+1
* ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMTDenys Vlasenko2017-06-271-6/+0
* ash: fix incorrect path in describe_commandYoufu Zhang2017-05-261-13/+3
* ash,hush: fix SIGCHLD interrupting read builtinDenys Vlasenko2017-05-227-10/+34
* Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-174-14/+14
* ash: implement "exec -a ARGV0 CMD ARGV1..."Denys Vlasenko2017-04-121-7/+15
* ash: make shellexec capable of using separate argv[0] and filename to execDenys Vlasenko2017-04-121-11/+10
* libbb: GETOPT_RESET macroKaarle Ritvanen2017-04-121-7/+1
* ash: add INT_OFF/ON around allocationsDenys Vlasenko2017-02-031-2/+4
* ash: improve / fix glob expansionFelix Fietkau2017-01-311-17/+54
* wget: add a big explanation what TLS code implements and what does notDenys Vlasenko2017-01-301-3/+3
* *: add comment about APPLET_ODDNAME formatDenys Vlasenko2017-01-292-3/+5
* sh: fix FEATURE_SH_STANDALONE help text: it does not enable NOFORKDenys Vlasenko2017-01-261-17/+5
* ash: commented-out possible fix for 7694Denys Vlasenko2017-01-111-4/+79