aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid side effects in putc(), which may be implemented as a macroDan Fandrich2010-09-091-3/+6
* hush: eliminate redundant parameter of expand_vars_to_list()Denys Vlasenko2010-09-081-10/+12
* hush: replace flag bytes in struct o_string with bit flagsDenys Vlasenko2010-09-081-36/+40
* hush: remove unused enum typedefDenys Vlasenko2010-09-081-3/+3
* hush: fix set -- q w e; (IFS='' echo "$*"; IFS=''; echo "$*"); echo "$*"Denys Vlasenko2010-09-081-26/+39
* shell: unify endofname() in hush and ashDenys Vlasenko2010-09-074-43/+42
* hush: a few relatively trivial simplificationsDenys Vlasenko2010-09-071-58/+53
* hush: style cleanups. no code changesDenys Vlasenko2010-09-071-18/+16
* hush: revert a recent buggy change which resulted in two HUSH_VERSIONsDenys Vlasenko2010-09-061-6/+5
* fix typo in commentDenys Vlasenko2010-09-061-1/+1
* hush: fix another corner case with backslashes in heredocsDenys Vlasenko2010-09-063-2/+24
* hush: fix backslash and terminator handling in <<[-]["]heredoc["]Denys Vlasenko2010-09-063-5/+92
* hush: fix globbing+backslashes in unquoted $var expansionDenys Vlasenko2010-09-065-86/+170
* hush: remove disabled CMD_SINGLEWORD_NOGLOB_COND, rename o_glob->perform_globDenys Vlasenko2010-09-062-12/+2
* shell: remove lash and bbshDenys Vlasenko2010-09-062-242/+0
* hush: big reordering: move parser functions to the beginning. no code changesDenys Vlasenko2010-09-051-2042/+2042
* hush: rename o_quoted to has_quoted_part; small code shrinkDenys Vlasenko2010-09-051-26/+33
* hush: move variable expansion into a separate function. No logic changesDenys Vlasenko2010-09-051-249/+264
* hush: add support for ${var/pattern/repl}, conditional on bash compatDenys Vlasenko2010-09-0512-36/+362
* hush: optimize #[#] and %[%] for speed. size -2 bytes.Denys Vlasenko2010-09-043-70/+87
* hush: fix handling of backslashes in variable assignmentDenys Vlasenko2010-09-045-41/+74
* libbb: add xfstat functionDenys Vlasenko2010-08-311-2/+6
* ash: small code shrink (-21 bytes)Denys Vlasenko2010-08-301-9/+6
* ash: add another ${v/a/b} test we currently failDenys Vlasenko2010-08-302-0/+15
* nandwrite: complain on malformed -s NUMDenys Vlasenko2010-08-291-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-1612-13/+13
* *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2010-08-121-1/+1
* ash: fix another bit of var_bash4 bugDenys Vlasenko2010-08-073-5/+16
* ash: cosmetic fixes, no code changesDenys Vlasenko2010-08-071-60/+21
* ash: fix another bug detected by var_bash4.testsDenys Vlasenko2010-08-061-2/+3
* var_bash4.tests: better wording in commentDenys Vlasenko2010-08-061-4/+4
* ash: fix dequoting error detected by var_bash4 testDenys Vlasenko2010-08-061-7/+6
* update var_bash4 test. one more bug revealed by it now...Denys Vlasenko2010-08-062-8/+68
* ash: extend var_bash4.tests; nocode changesDenys Vlasenko2010-08-052-2/+7
* ash: add a testcase for bug 2281 (currently fails). Small code cleanups.Denys Vlasenko2010-08-056-71/+104
* cttyhack: make it survive WERROR buildDenys Vlasenko2010-07-301-1/+1
* cttyhack: serial console detection is Linux-specificJeremie Koenig2010-07-301-3/+12
* ulimit: set both hard and soft limits by defaultAlexander Shishkin2010-07-271-1/+6
* *: trailing empty lines removedDenys Vlasenko2010-07-261-1/+0
* *: mass cosmetic removal of extra empty lines. no code changesDenys Vlasenko2010-07-262-3/+0
* ash: fix $! value when traps are setAlexander Shishkin2010-07-256-2/+41
* mark Linux-specific configuration optionsJeremie Koenig2010-07-191-0/+1
* hush: move msh/lash config into hush.c, no code changesDenys Vlasenko2010-07-162-23/+14
* cttyhack: move build system bits into cttyhack.c, no code changesDenys Vlasenko2010-07-164-37/+53
* ash: move config stuff into ash.c, no code chagesDenys Vlasenko2010-07-164-110/+126
* hush: fix multimple dependent variable expansion casesDenys Vlasenko2010-07-163-28/+107
* hush: make set -x support optionalDenys Vlasenko2010-07-163-116/+147
* hush: add support for set -xDenys Vlasenko2010-07-161-1/+39
* hush: fix typo in commentDenys Vlasenko2010-07-151-1/+1
* hush: fix faloout from previous commitDenys Vlasenko2010-07-151-14/+12