aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* hush: make pun_pipe loop clearer; fix "cmd | var=`cmd` | cmd" handlingDenys Vlasenko2010-07-141-16/+26
* randomconfig fixesDenys Vlasenko2010-07-051-5/+13
* *: introduce and use xfork() and xvfork()Pascal Bellard2010-07-041-11/+4
* libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard2010-07-041-2/+1
* ash: fix obscure case of replacing + globbing + backslashesDenys Vlasenko2010-06-263-21/+52
* build system: do not rebuild ash and hush on any change to any .c fileDenys Vlasenko2010-06-262-6/+2
* ash: <> redir should not truncateAndreas Bühmann2010-06-243-1/+7
* A few minor portability improvementsDan Fandrich2010-06-191-1/+1
* ash: times builtin: use unsigned type; take free-of-charge moduloDenys Vlasenko2010-06-181-4/+5
* *: stop defining _GNU_SOURCE in source files, it's in CFLAGS anywayDenys Vlasenko2010-06-181-6/+0