index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
Age
Commit message (
Expand
)
Author
2010-09-06
hush: fix backslash and terminator handling in <<[-]["]heredoc["]
Denys Vlasenko
2010-09-06
hush: fix globbing+backslashes in unquoted $var expansion
Denys Vlasenko
2010-09-06
hush: remove disabled CMD_SINGLEWORD_NOGLOB_COND, rename o_glob->perform_glob
Denys Vlasenko
2010-09-06
shell: remove lash and bbsh
Denys Vlasenko
2010-09-05
hush: big reordering: move parser functions to the beginning. no code changes
Denys Vlasenko
2010-09-05
hush: rename o_quoted to has_quoted_part; small code shrink
Denys Vlasenko
2010-09-05
hush: move variable expansion into a separate function. No logic changes
Denys Vlasenko
2010-09-05
hush: add support for ${var/pattern/repl}, conditional on bash compat
Denys Vlasenko
2010-09-04
hush: optimize #[#] and %[%] for speed. size -2 bytes.
Denys Vlasenko
2010-09-04
hush: fix handling of backslashes in variable assignment
Denys Vlasenko
2010-08-31
libbb: add xfstat function
Denys Vlasenko
2010-08-30
ash: small code shrink (-21 bytes)
Denys Vlasenko
2010-08-30
ash: add another ${v/a/b} test we currently fail
Denys Vlasenko
2010-08-29
nandwrite: complain on malformed -s NUM
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-12
*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_i
Denys Vlasenko
2010-08-07
ash: fix another bit of var_bash4 bug
Denys Vlasenko
2010-08-07
ash: cosmetic fixes, no code changes
Denys Vlasenko
2010-08-06
ash: fix another bug detected by var_bash4.tests
Denys Vlasenko
2010-08-06
var_bash4.tests: better wording in comment
Denys Vlasenko
2010-08-06
ash: fix dequoting error detected by var_bash4 test
Denys Vlasenko
2010-08-06
update var_bash4 test. one more bug revealed by it now...
Denys Vlasenko
2010-08-05
ash: extend var_bash4.tests; nocode changes
Denys Vlasenko
2010-08-05
ash: add a testcase for bug 2281 (currently fails). Small code cleanups.
Denys Vlasenko
2010-07-30
cttyhack: make it survive WERROR build
Denys Vlasenko
2010-07-30
cttyhack: serial console detection is Linux-specific
Jeremie Koenig
2010-07-27
ulimit: set both hard and soft limits by default
Alexander Shishkin
2010-07-26
*: trailing empty lines removed
Denys Vlasenko
2010-07-26
*: mass cosmetic removal of extra empty lines. no code changes
Denys Vlasenko
2010-07-25
ash: fix $! value when traps are set
Alexander Shishkin
2010-07-19
mark Linux-specific configuration options
Jeremie Koenig
2010-07-16
hush: move msh/lash config into hush.c, no code changes
Denys Vlasenko
2010-07-16
cttyhack: move build system bits into cttyhack.c, no code changes
Denys Vlasenko
2010-07-16
ash: move config stuff into ash.c, no code chages
Denys Vlasenko
2010-07-16
hush: fix multimple dependent variable expansion cases
Denys Vlasenko
2010-07-16
hush: make set -x support optional
Denys Vlasenko
2010-07-16
hush: add support for set -x
Denys Vlasenko
2010-07-15
hush: fix typo in comment
Denys Vlasenko
2010-07-15
hush: fix faloout from previous commit
Denys Vlasenko
2010-07-14
hush: make pun_pipe loop clearer; fix "cmd | var=`cmd` | cmd" handling
Denys Vlasenko
2010-07-05
randomconfig fixes
Denys Vlasenko
2010-07-04
*: introduce and use xfork() and xvfork()
Pascal Bellard
2010-07-04
libbb: introduce and use BB_EXECVP_or_die()
Pascal Bellard
2010-06-26
ash: fix obscure case of replacing + globbing + backslashes
Denys Vlasenko
2010-06-26
build system: do not rebuild ash and hush on any change to any .c file
Denys Vlasenko
2010-06-24
ash: <> redir should not truncate
Andreas Bühmann
2010-06-19
A few minor portability improvements
Dan Fandrich
2010-06-18
ash: times builtin: use unsigned type; take free-of-charge modulo
Denys Vlasenko
2010-06-18
*: stop defining _GNU_SOURCE in source files, it's in CFLAGS anyway
Denys Vlasenko
2010-06-18
ash: fix unset in standalone mode
Denys Vlasenko
[prev]
[next]