Age | Commit message (Expand) | Author |
2017-01-03 | hush: correct exitcode for unterminated ')' - exitcode2.tests testcase | Denys Vlasenko |
2016-12-23 | Make it possible to select "sh" and "bash" aliases without selecting ash or hush | Denys Vlasenko |
2016-12-22 | shell: move "config" blocks above their use in coditional includes | Denys Vlasenko |
2016-12-12 | shell: suppress "unused var/func" warnings on some configs | Denys Vlasenko |
2016-11-25 | ash,hush: make ^C in interactive mode visually much closer to bash behavior | Denys Vlasenko |
2016-11-24 | ash,hush: ^C from command line should set $? to 128+SIGINT | Denys Vlasenko |
2016-11-08 | hush: make getch/peek functions directly called | Denys Vlasenko |
2016-11-08 | hush: renumber PIPE_foo, make PIPE_SEQ = 0 | Denys Vlasenko |
2016-11-08 | hush: small optimization in run_list | Denys Vlasenko |
2016-11-08 | hush: deindent large block of code, no code changes | Denys Vlasenko |
2016-11-08 | hush: simplify insert_bg_jobs | Denys Vlasenko |
2016-11-08 | hush: make "wait %1" less likely to play with signal mask | Denys Vlasenko |
2016-11-08 | hush: rework "wait %jobspec" to work in non-interactive shells too | Denys Vlasenko |
2016-11-07 | hush: "wait $!; echo $?" should return 127 if $! already exited | Denys Vlasenko |
2016-11-07 | hush: implement "wait %jobspec" | Denys Vlasenko |
2016-11-07 | hush: factor out %jobspec parsing | Denys Vlasenko |
2016-11-07 | hush: comment fix | Denys Vlasenko |
2016-11-07 | hush: do not allow sh -c '{ echo boo }' | Denys Vlasenko |
2016-11-04 | hush: case logic for setting $? was still wrong | Denys Vlasenko |
2016-11-04 | hush: non-matching "case" statement sets $? to 0 | Denys Vlasenko |
2016-11-04 | hush: allow { cmd } to not be terminated by semicolon in some cases | Denys Vlasenko |
2016-10-28 | hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?" | Denys Vlasenko |
2016-10-28 | hush: fix "wait PID" | Denys Vlasenko |
2016-10-27 | ash: [SHELL] Expand ENV before using it | Denys Vlasenko |
2016-10-25 | ash,hush: set exit code 127 in "sh /does/not/exist" case | Denys Vlasenko |
2016-10-03 | hush: add commented-out debug printouts in "memleak" built-in | Denys Vlasenko |
2016-10-03 | hush: fix a memory corruption when exported variable is modified | Denys Vlasenko |
2016-10-03 | hush: fix exitcode on exec failure with EACCES - should be 126 | Denys Vlasenko |
2016-10-02 | whitespace fixes | Denys Vlasenko |
2016-10-02 | hush: fix var3.tests | Denys Vlasenko |
2016-10-02 | sh: do not print empty line at the end of "help" output | Denys Vlasenko |
2016-10-01 | hush: 'return' should have effect earlier | Denys Vlasenko |
2016-09-30 | hush: enable "msh is deprecated" message in msh stub | Denys Vlasenko |
2016-09-30 | hush: fix typo in comment | Denys Vlasenko |
2016-09-30 | hush: fix interactive input handling of backslash+newline | Denys Vlasenko |
2016-09-29 | hush: G.user_input_buf[] is needed only if line editing is enabled | Denys Vlasenko |
2016-09-29 | hush: speed optimizations | Denys Vlasenko |
2016-09-29 | hush: fix handling of by backslash-newline in $((arith)) and $(cmd) | Denys Vlasenko |
2016-09-29 | hush: rework input char buffering to allow more than one-deep peek | Denys Vlasenko |
2016-09-29 | hush: fix 'eval ""' handling | Denys Vlasenko |
2016-09-29 | hush: fix ". EMPTY_LINE" not setting $? to 0 | Denys Vlasenko |
2016-09-20 | hush: document better where bad redirect syntax is detected | Denys Vlasenko |
2016-08-22 | hush: fix "redirects can close script fd" bug | Denys Vlasenko |
2016-08-20 | hush: do not leak script fds into NOEXEC children | Denys Vlasenko |
2016-08-20 | hush: bit better comments in redirect code. No logic changes | Denys Vlasenko |
2016-08-19 | hush: `cmd` and arithmetic also need the fix for FILE rewind | Denys Vlasenko |
2016-08-19 | hush: fix a bug in FEATURE_SH_STANDALONE=y config. Closes 9186 | Denys Vlasenko |
2016-07-21 | hush: fix a possible bug | Denys Vlasenko |
2015-10-11 | hush: code shrink | Denys Vlasenko |
2015-10-09 | remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds | Denys Vlasenko |