aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* ash: [PARSER] Recognise here-doc delimiters terminated by EOFDenys Vlasenko2016-10-269-3/+29
* ash: [PARSER] Fix parsing of ${##1}Denys Vlasenko2016-10-265-10/+38
* ash: [REDIR] Remove redundant CLOEXEC callsDenys Vlasenko2016-10-261-13/+4
* ash: [REDIR] Replace copyfd by savefd and use dup2 elsewhereDenys Vlasenko2016-10-261-27/+31
* typo fixesDenys Vlasenko2016-10-262-4/+4
* ash: [BUILTIN] Treat OPTIND=0 in the same way as OPTIND=1Denys Vlasenko2016-10-261-3/+1
* ash: [PARSER] Report substition errors at expansion timeDenys Vlasenko2016-10-261-9/+12
* ash: [REDIR] Move null redirect checks into callerDenys Vlasenko2016-10-251-15/+6
* ash: [PARSER] Do not show prompts in expandstrDenys Vlasenko2016-10-251-0/+6
* ash: [EXPAND] Removed herefd hackDenys Vlasenko2016-10-251-39/+22
* ash: [SHELL] Move flushall to the point just before _exitDenys Vlasenko2016-10-251-1/+1
* ash: [EVAL] Let funcnode refer to a function definition, not its first commandDenys Vlasenko2016-10-251-4/+4
* ash: [REDIR] Remove EMFILE special caseDenys Vlasenko2016-10-251-7/+1
* ash: [EVAL] Check exit for eval NSUBSHELLDenys Vlasenko2016-10-251-3/+1
* ash: add comment explaining "set -e; $(cmd)" discrepancyDenys Vlasenko2016-10-251-0/+8
* ash: reduce code differences from upstreamDenys Vlasenko2016-10-251-2/+1
* ash: remove unused EXSHELLPROCDenys Vlasenko2016-10-251-1/+0
* ash: [BUILTIN] Use EXEXIT in place of EXEXECDenys Vlasenko2016-10-251-3/+2
* ash,hush: set exit code 127 in "sh /does/not/exist" caseDenys Vlasenko2016-10-252-2/+3
* ash: explain EXP_REDIR and why we (dont) glob redir filenamesDenys Vlasenko2016-10-241-0/+11
* ash: return exit status of nofork appletsRon Yorston2016-10-241-1/+1
* ash: all blocks in function node copying must be SHELL_ALIGNedDenys Vlasenko2016-10-071-3/+3
* ash testsuite: fix false positivesDenys Vlasenko2016-10-072-2/+2
* ash: get rid of two global data variablesDenys Vlasenko2016-10-071-51/+48
* ash: comment out free(p) just before _exit, tweak some outdated commentsDenys Vlasenko2016-10-071-16/+5
* hush: add commented-out debug printouts in "memleak" built-inDenys Vlasenko2016-10-031-0/+9
* hush: fix a memory corruption when exported variable is modifiedDenys Vlasenko2016-10-031-7/+19
* hush: fix exitcode on exec failure with EACCES - should be 126Denys Vlasenko2016-10-031-1/+5
* sh testsuite: add tests for exitcode on failure to execDenys Vlasenko2016-10-038-0/+16
* shell: delete all msh testsDenys Vlasenko2016-10-0347-356/+0
* hush testsuite: fix another false positiveDenys Vlasenko2016-10-032-2/+1
* hust testsuite: fix a false positiveDenys Vlasenko2016-10-031-1/+1
* ash testsuite: add most of hust tests which pass for ashDenys Vlasenko2016-10-03103-0/+795
* ash: [PARSER] Add nlprompt/nlnoprompt helpersDenys Vlasenko2016-10-021-19/+23
* whitespace fixesDenys Vlasenko2016-10-022-2/+2
* hush: add var4.tests, var5.testsDenys Vlasenko2016-10-024-0/+22
* hush: fix var3.testsDenys Vlasenko2016-10-024-206/+214
* sh: do not print empty line at the end of "help" outputDenys Vlasenko2016-10-022-2/+1
* sh testsuite: sync ash-redir/ and hush-redir/Denys Vlasenko2016-10-0218-114/+313
* sh testsuite: sync ash-misc/source* and hush-misc/source*Denys Vlasenko2016-10-0210-27/+50
* sh testsuite: sync ash-vars/ and hush-vars/Denys Vlasenko2016-10-0211-20/+39
* ash testsuite: update some of variable tests with newer versions from hushDenys Vlasenko2016-10-026-25/+156
* sh testsuite: create hush-redir/* and move files aroundDenys Vlasenko2016-10-0230-0/+143
* sh testsuite: create hush-heredoc/* and move files aroundDenys Vlasenko2016-10-0216-0/+30
* hush testsuite: add many tests from ash testsuiteDenys Vlasenko2016-10-0234-3/+254
* ash: undo "tokname hack"Denys Vlasenko2016-10-021-41/+83
* ash: placate gcc: "warning: ! is only applied to the left hand side of =="Denys Vlasenko2016-10-021-1/+1
* hush testsuite: add glob_dir.testsDenys Vlasenko2016-10-023-1/+45
* ash: fix globbing bugs when using glibc glob()Denys Vlasenko2016-10-023-7/+66
* ash: style fixesDenys Vlasenko2016-10-021-8/+16