aboutsummaryrefslogtreecommitdiff
path: root/shell/hush.c
AgeCommit message (Expand)Author
2016-11-24ash,hush: ^C from command line should set $? to 128+SIGINTDenys Vlasenko
2016-11-08hush: make getch/peek functions directly calledDenys Vlasenko
2016-11-08hush: renumber PIPE_foo, make PIPE_SEQ = 0Denys Vlasenko
2016-11-08hush: small optimization in run_listDenys Vlasenko
2016-11-08hush: deindent large block of code, no code changesDenys Vlasenko
2016-11-08hush: simplify insert_bg_jobsDenys Vlasenko
2016-11-08hush: make "wait %1" less likely to play with signal maskDenys Vlasenko
2016-11-08hush: rework "wait %jobspec" to work in non-interactive shells tooDenys Vlasenko
2016-11-07hush: "wait $!; echo $?" should return 127 if $! already exitedDenys Vlasenko
2016-11-07hush: implement "wait %jobspec"Denys Vlasenko
2016-11-07hush: factor out %jobspec parsingDenys Vlasenko
2016-11-07hush: comment fixDenys Vlasenko
2016-11-07hush: do not allow sh -c '{ echo boo }'Denys Vlasenko
2016-11-04hush: case logic for setting $? was still wrongDenys Vlasenko
2016-11-04hush: non-matching "case" statement sets $? to 0Denys Vlasenko
2016-11-04hush: allow { cmd } to not be terminated by semicolon in some casesDenys Vlasenko
2016-10-28hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?"Denys Vlasenko
2016-10-28hush: fix "wait PID"Denys Vlasenko
2016-10-27ash: [SHELL] Expand ENV before using itDenys Vlasenko
2016-10-25ash,hush: set exit code 127 in "sh /does/not/exist" caseDenys Vlasenko
2016-10-03hush: add commented-out debug printouts in "memleak" built-inDenys Vlasenko
2016-10-03hush: fix a memory corruption when exported variable is modifiedDenys Vlasenko
2016-10-03hush: fix exitcode on exec failure with EACCES - should be 126Denys Vlasenko
2016-10-02whitespace fixesDenys Vlasenko
2016-10-02hush: fix var3.testsDenys Vlasenko
2016-10-02sh: do not print empty line at the end of "help" outputDenys Vlasenko
2016-10-01hush: 'return' should have effect earlierDenys Vlasenko
2016-09-30hush: enable "msh is deprecated" message in msh stubDenys Vlasenko
2016-09-30hush: fix typo in commentDenys Vlasenko
2016-09-30hush: fix interactive input handling of backslash+newlineDenys Vlasenko
2016-09-29hush: G.user_input_buf[] is needed only if line editing is enabledDenys Vlasenko
2016-09-29hush: speed optimizationsDenys Vlasenko
2016-09-29hush: fix handling of by backslash-newline in $((arith)) and $(cmd)Denys Vlasenko
2016-09-29hush: rework input char buffering to allow more than one-deep peekDenys Vlasenko
2016-09-29hush: fix 'eval ""' handlingDenys Vlasenko
2016-09-29hush: fix ". EMPTY_LINE" not setting $? to 0Denys Vlasenko
2016-09-20hush: document better where bad redirect syntax is detectedDenys Vlasenko
2016-08-22hush: fix "redirects can close script fd" bugDenys Vlasenko
2016-08-20hush: do not leak script fds into NOEXEC childrenDenys Vlasenko
2016-08-20hush: bit better comments in redirect code. No logic changesDenys Vlasenko
2016-08-19hush: `cmd` and arithmetic also need the fix for FILE rewindDenys Vlasenko
2016-08-19hush: fix a bug in FEATURE_SH_STANDALONE=y config. Closes 9186Denys Vlasenko
2016-07-21hush: fix a possible bugDenys Vlasenko
2015-10-11hush: code shrinkDenys Vlasenko
2015-10-09remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS buildsDenys Vlasenko
2015-10-07build system: -fno-builtin-printfDenys Vlasenko
2015-10-07libbb: more compact API for bb_parse_mode()Denys Vlasenko
2015-10-07hush: fix umask: umask(022) was setting umask(755)Denys Vlasenko
2015-09-04hush: fix a nommu bug where a part of function body is lost if run in a pipeDenys Vlasenko
2015-07-13Removes stray empty line from codeManinder Singh