| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | hush: fix var_bash5.tests failure | Denys Vlasenko | 2010-09-10 | 1 | -20/+23 |
* | hush: fix var_bash3.tests failure | Denys Vlasenko | 2010-09-10 | 1 | -13/+15 |
* | hush: remove useless ESC_GLOB_CHARS clears/resotres | Denys Vlasenko | 2010-09-10 | 1 | -15/+4 |
* | hush: fix a bug where expand_one_var wasn't restoring 1st char of the encoded... | Denys Vlasenko | 2010-09-09 | 1 | -17/+27 |
* | hush: make parse_dollar flag quited status regardless of glob escaping status | Denys Vlasenko | 2010-09-09 | 1 | -8/+9 |
* | hush: simplification in parse_stream, parse_stream_dquoted | Denys Vlasenko | 2010-09-09 | 1 | -14/+14 |
* | hush: simplify parse_stream_dquoted | Denys Vlasenko | 2010-09-09 | 1 | -16/+6 |
* | hush: straighten out the logic in parse_stream | Denys Vlasenko | 2010-09-09 | 1 | -17/+10 |
* | hush: eliminate redundant parameter of expand_vars_to_list() | Denys Vlasenko | 2010-09-08 | 1 | -10/+12 |
* | hush: replace flag bytes in struct o_string with bit flags | Denys Vlasenko | 2010-09-08 | 1 | -36/+40 |
* | hush: remove unused enum typedef | Denys Vlasenko | 2010-09-08 | 1 | -3/+3 |
* | hush: fix set -- q w e; (IFS='' echo "$*"; IFS=''; echo "$*"); echo "$*" | Denys Vlasenko | 2010-09-08 | 1 | -26/+39 |
* | shell: unify endofname() in hush and ash | Denys Vlasenko | 2010-09-07 | 1 | -19/+1 |
* | hush: a few relatively trivial simplifications | Denys Vlasenko | 2010-09-07 | 1 | -58/+53 |
* | hush: style cleanups. no code changes | Denys Vlasenko | 2010-09-07 | 1 | -18/+16 |
* | hush: revert a recent buggy change which resulted in two HUSH_VERSIONs | Denys Vlasenko | 2010-09-06 | 1 | -6/+5 |
* | fix typo in comment | Denys Vlasenko | 2010-09-06 | 1 | -1/+1 |
* | hush: fix another corner case with backslashes in heredocs | Denys Vlasenko | 2010-09-06 | 1 | -2/+8 |
* | hush: fix backslash and terminator handling in <<[-]["]heredoc["] | Denys Vlasenko | 2010-09-06 | 1 | -5/+11 |
* | hush: fix globbing+backslashes in unquoted $var expansion | Denys Vlasenko | 2010-09-06 | 1 | -73/+61 |
* | hush: remove disabled CMD_SINGLEWORD_NOGLOB_COND, rename o_glob->perform_glob | Denys Vlasenko | 2010-09-06 | 1 | -11/+1 |
* | shell: remove lash and bbsh | Denys Vlasenko | 2010-09-06 | 1 | -19/+0 |
* | hush: big reordering: move parser functions to the beginning. no code changes | Denys Vlasenko | 2010-09-05 | 1 | -2042/+2042 |
* | hush: rename o_quoted to has_quoted_part; small code shrink | Denys Vlasenko | 2010-09-05 | 1 | -26/+33 |
* | hush: move variable expansion into a separate function. No logic changes | Denys Vlasenko | 2010-09-05 | 1 | -249/+264 |
* | hush: add support for ${var/pattern/repl}, conditional on bash compat | Denys Vlasenko | 2010-09-05 | 1 | -29/+150 |
* | hush: optimize #[#] and %[%] for speed. size -2 bytes. | Denys Vlasenko | 2010-09-04 | 1 | -12/+10 |
* | hush: fix handling of backslashes in variable assignment | Denys Vlasenko | 2010-09-04 | 1 | -19/+24 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 1 | -1/+1 |
* | *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i | Denys Vlasenko | 2010-08-12 | 1 | -1/+1 |
* | *: mass cosmetic removal of extra empty lines. no code changes | Denys Vlasenko | 2010-07-26 | 1 | -1/+0 |
* | ash: fix $! value when traps are set | Alexander Shishkin | 2010-07-25 | 1 | -2/+2 |
* | hush: move msh/lash config into hush.c, no code changes | Denys Vlasenko | 2010-07-16 | 1 | -0/+14 |
* | ash: move config stuff into ash.c, no code chages | Denys Vlasenko | 2010-07-16 | 1 | -1/+1 |
* | hush: fix multimple dependent variable expansion cases | Denys Vlasenko | 2010-07-16 | 1 | -28/+80 |
* | hush: make set -x support optional | Denys Vlasenko | 2010-07-16 | 1 | -8/+147 |
* | hush: add support for set -x | Denys Vlasenko | 2010-07-16 | 1 | -1/+39 |
* | hush: fix typo in comment | Denys Vlasenko | 2010-07-15 | 1 | -1/+1 |
* | hush: fix faloout from previous commit | Denys Vlasenko | 2010-07-15 | 1 | -14/+12 |
* | hush: make pun_pipe loop clearer; fix "cmd | var=`cmd` | cmd" handling | Denys Vlasenko | 2010-07-14 | 1 | -16/+26 |
* | randomconfig fixes | Denys Vlasenko | 2010-07-05 | 1 | -5/+13 |
* | *: introduce and use xfork() and xvfork() | Pascal Bellard | 2010-07-04 | 1 | -11/+4 |
* | build system: do not rebuild ash and hush on any change to any .c file | Denys Vlasenko | 2010-06-26 | 1 | -3/+1 |
* | A few minor portability improvements | Dan Fandrich | 2010-06-19 | 1 | -1/+1 |
* | bbconfig: make it independent from printf functions | Denys Vlasenko | 2010-06-07 | 1 | -1/+1 |
* | shell: consolidate builtin_foo.? into shell_common.?; delete obsolete shells | Denys Vlasenko | 2010-05-23 | 1 | -2/+0 |
* | hush: trivial code shrink | Denys Vlasenko | 2010-05-22 | 1 | -20/+21 |
* | hush: reduce #ifdef forest a bit, rename handle_dollar -> parse_dollar | Denys Vlasenko | 2010-05-22 | 1 | -25/+20 |
* | hush: fix hush -c 'echo $0' - was showing empty string | Denys Vlasenko | 2010-05-22 | 1 | -0/+1 |
* | hush: fix segfault in ${?:N:M} | Denys Vlasenko | 2010-05-22 | 1 | -34/+47 |