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
Age
Commit message (
Expand
)
Author
2010-09-12
hush: move the EXIT trap comment. no code changes
Denys Vlasenko
2010-09-12
hush: fix EXIT trap display inside exit trap handler
Denys Vlasenko
2010-09-12
shell/match.c: shrink by dropping double bool inversion
Denys Vlasenko
2010-09-12
hush: fix handling of \" in quoted/unquoted `cmd`
Denys Vlasenko
2010-09-12
ash: shrink by folding an if check into setprompt; unindent big block
Denys Vlasenko
2010-09-12
ash: add missing casts to match CTLfoo; add TODO comments
Denys Vlasenko
2010-09-10
hush: remove forgotten commented-out block. no code changes
Denys Vlasenko
2010-09-10
hush: do fewer strdups in % and hash expansions
Denys Vlasenko
2010-09-10
hush: better function and parameter names
Denys Vlasenko
2010-09-10
hush: fixes to testsuite
Denys Vlasenko
2010-09-10
hush: fix var_bash5.tests failure
Denys Vlasenko
2010-09-10
hush: fix var_bash3.tests failure
Denys Vlasenko
2010-09-10
hush: remove useless ESC_GLOB_CHARS clears/resotres
Denys Vlasenko
2010-09-09
hush: fix a bug where expand_one_var wasn't restoring 1st char of the encoded...
Denys Vlasenko
2010-09-09
hush: make parse_dollar flag quited status regardless of glob escaping status
Denys Vlasenko
2010-09-09
hush: simplification in parse_stream, parse_stream_dquoted
Denys Vlasenko
2010-09-09
hush: simplify parse_stream_dquoted
Denys Vlasenko
2010-09-09
hush: straighten out the logic in parse_stream
Denys Vlasenko
2010-09-09
Avoid side effects in putc(), which may be implemented as a macro
Dan Fandrich
2010-09-08
hush: eliminate redundant parameter of expand_vars_to_list()
Denys Vlasenko
2010-09-08
hush: replace flag bytes in struct o_string with bit flags
Denys Vlasenko
2010-09-08
hush: remove unused enum typedef
Denys Vlasenko
2010-09-08
hush: fix set -- q w e; (IFS='' echo "$*"; IFS=''; echo "$*"); echo "$*"
Denys Vlasenko
2010-09-07
nc: show help text on bad parameters
Denys Vlasenko
2010-09-07
lineedit: do not hang on error, but return error indicator.
Denys Vlasenko
2010-09-07
shell: unify endofname() in hush and ash
Denys Vlasenko
2010-09-07
hush: a few relatively trivial simplifications
Denys Vlasenko
2010-09-07
hush: style cleanups. no code changes
Denys Vlasenko
2010-09-06
Again fix license line format
Denys Vlasenko
2010-09-06
blockdev: code shrink
Denys Vlasenko
2010-09-06
blockdev: make "blockdev --rereadpt /dev/sda EXTRA_ARG" complain. +6 bytes.
Denys Vlasenko
2010-09-06
made 3 license strings to follow the usual form ("or later" bit is not changed!)
Denys Vlasenko
2010-09-06
blockdev: -2 bytes
Denys Vlasenko
2010-09-06
tweak blockdev's help text
Denys Vlasenko
2010-09-06
tweak udhcpd help text
Denys Vlasenko
2010-09-06
blockdev: new applet
Sergey Naumov
2010-09-06
hush: revert a recent buggy change which resulted in two HUSH_VERSIONs
Denys Vlasenko
2010-09-06
fix typo in comment
Denys Vlasenko
2010-09-06
hush: fix another corner case with backslashes in heredocs
Denys Vlasenko
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
runit_lib: remove/inline a few more things
Denys Vlasenko
2010-09-05
tar: add a test for extraction of read-only directory
Dan Fandrich
2010-09-05
remove redundant ENABLE_DESKTOP in procps/ps.c
Cristian Ionescu-Idbohrn
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
[prev]
[next]