| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 3 | -2/+24 |
* | hush: fix backslash and terminator handling in <<[-]["]heredoc["] | Denys Vlasenko | 2010-09-06 | 3 | -5/+92 |
* | hush: fix globbing+backslashes in unquoted $var expansion | Denys Vlasenko | 2010-09-06 | 5 | -86/+170 |
* | hush: remove disabled CMD_SINGLEWORD_NOGLOB_COND, rename o_glob->perform_glob | Denys Vlasenko | 2010-09-06 | 2 | -12/+2 |
* | shell: remove lash and bbsh | Denys Vlasenko | 2010-09-06 | 2 | -242/+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 | 12 | -36/+362 |
* | hush: optimize #[#] and %[%] for speed. size -2 bytes. | Denys Vlasenko | 2010-09-04 | 3 | -70/+87 |
* | hush: fix handling of backslashes in variable assignment | Denys Vlasenko | 2010-09-04 | 5 | -41/+74 |
* | libbb: add xfstat function | Denys Vlasenko | 2010-08-31 | 1 | -2/+6 |
* | ash: small code shrink (-21 bytes) | Denys Vlasenko | 2010-08-30 | 1 | -9/+6 |
* | ash: add another ${v/a/b} test we currently fail | Denys Vlasenko | 2010-08-30 | 2 | -0/+15 |
* | nandwrite: complain on malformed -s NUM | Denys Vlasenko | 2010-08-29 | 1 | -1/+1 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 12 | -13/+13 |
* | *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i | Denys Vlasenko | 2010-08-12 | 1 | -1/+1 |
* | ash: fix another bit of var_bash4 bug | Denys Vlasenko | 2010-08-07 | 3 | -5/+16 |
* | ash: cosmetic fixes, no code changes | Denys Vlasenko | 2010-08-07 | 1 | -60/+21 |
* | ash: fix another bug detected by var_bash4.tests | Denys Vlasenko | 2010-08-06 | 1 | -2/+3 |
* | var_bash4.tests: better wording in comment | Denys Vlasenko | 2010-08-06 | 1 | -4/+4 |
* | ash: fix dequoting error detected by var_bash4 test | Denys Vlasenko | 2010-08-06 | 1 | -7/+6 |
* | update var_bash4 test. one more bug revealed by it now... | Denys Vlasenko | 2010-08-06 | 2 | -8/+68 |
* | ash: extend var_bash4.tests; nocode changes | Denys Vlasenko | 2010-08-05 | 2 | -2/+7 |
* | ash: add a testcase for bug 2281 (currently fails). Small code cleanups. | Denys Vlasenko | 2010-08-05 | 6 | -71/+104 |
* | cttyhack: make it survive WERROR build | Denys Vlasenko | 2010-07-30 | 1 | -1/+1 |
* | cttyhack: serial console detection is Linux-specific | Jeremie Koenig | 2010-07-30 | 1 | -3/+12 |
* | ulimit: set both hard and soft limits by default | Alexander Shishkin | 2010-07-27 | 1 | -1/+6 |
* | *: trailing empty lines removed | Denys Vlasenko | 2010-07-26 | 1 | -1/+0 |
* | *: mass cosmetic removal of extra empty lines. no code changes | Denys Vlasenko | 2010-07-26 | 2 | -3/+0 |
* | ash: fix $! value when traps are set | Alexander Shishkin | 2010-07-25 | 6 | -2/+41 |
* | mark Linux-specific configuration options | Jeremie Koenig | 2010-07-19 | 1 | -0/+1 |
* | hush: move msh/lash config into hush.c, no code changes | Denys Vlasenko | 2010-07-16 | 2 | -23/+14 |
* | cttyhack: move build system bits into cttyhack.c, no code changes | Denys Vlasenko | 2010-07-16 | 4 | -37/+53 |
* | ash: move config stuff into ash.c, no code chages | Denys Vlasenko | 2010-07-16 | 4 | -110/+126 |
* | hush: fix multimple dependent variable expansion cases | Denys Vlasenko | 2010-07-16 | 3 | -28/+107 |
* | hush: make set -x support optional | Denys Vlasenko | 2010-07-16 | 3 | -116/+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 |
* | libbb: introduce and use BB_EXECVP_or_die() | Pascal Bellard | 2010-07-04 | 1 | -2/+1 |
* | ash: fix obscure case of replacing + globbing + backslashes | Denys Vlasenko | 2010-06-26 | 3 | -21/+52 |
* | build system: do not rebuild ash and hush on any change to any .c file | Denys Vlasenko | 2010-06-26 | 2 | -6/+2 |
* | ash: <> redir should not truncate | Andreas Bühmann | 2010-06-24 | 3 | -1/+7 |
* | A few minor portability improvements | Dan Fandrich | 2010-06-19 | 1 | -1/+1 |