aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-09-12*: s/perror/bb_simple_perror_msg/gMarek Polacek2-6/+6
2010-09-12Fixed a couple of failing tar testsDan Fandrich1-4/+5
2010-09-12busybox: add "busybox --list[-full]" to help textDenys Vlasenko1-0/+1
2010-09-12hush: move the EXIT trap comment. no code changesDenys Vlasenko1-2/+3
2010-09-12hush: fix EXIT trap display inside exit trap handlerDenys Vlasenko3-4/+45
2010-09-12shell/match.c: shrink by dropping double bool inversionDenys Vlasenko1-6/+4
2010-09-12hush: fix handling of \" in quoted/unquoted `cmd`Denys Vlasenko5-22/+50
2010-09-12ash: shrink by folding an if check into setprompt; unindent big blockDenys Vlasenko1-166/+149
2010-09-12ash: add missing casts to match CTLfoo; add TODO commentsDenys Vlasenko1-8/+12
2010-09-10hush: remove forgotten commented-out block. no code changesDenys Vlasenko1-4/+0
2010-09-10hush: do fewer strdups in % and hash expansionsDenys Vlasenko3-13/+30
2010-09-10hush: better function and parameter namesDenys Vlasenko1-20/+55
2010-09-10hush: fixes to testsuiteDenys Vlasenko2-6/+8
2010-09-10hush: fix var_bash5.tests failureDenys Vlasenko3-26/+54
2010-09-10hush: fix var_bash3.tests failureDenys Vlasenko1-13/+15
2010-09-10hush: remove useless ESC_GLOB_CHARS clears/resotresDenys Vlasenko1-15/+4
2010-09-09hush: fix a bug where expand_one_var wasn't restoring 1st char of the encoded...Denys Vlasenko1-17/+27
2010-09-09hush: make parse_dollar flag quited status regardless of glob escaping statusDenys Vlasenko3-21/+22
2010-09-09hush: simplification in parse_stream, parse_stream_dquotedDenys Vlasenko1-14/+14
2010-09-09hush: simplify parse_stream_dquotedDenys Vlasenko1-16/+6
2010-09-09hush: straighten out the logic in parse_streamDenys Vlasenko1-17/+10
2010-09-09Avoid side effects in putc(), which may be implemented as a macroDan Fandrich3-8/+12
2010-09-08hush: eliminate redundant parameter of expand_vars_to_list()Denys Vlasenko1-10/+12
2010-09-08hush: replace flag bytes in struct o_string with bit flagsDenys Vlasenko1-36/+40
2010-09-08hush: remove unused enum typedefDenys Vlasenko1-3/+3
2010-09-08hush: fix set -- q w e; (IFS='' echo "$*"; IFS=''; echo "$*"); echo "$*"Denys Vlasenko1-26/+39
2010-09-07nc: show help text on bad parametersDenys Vlasenko1-1/+1
2010-09-07lineedit: do not hang on error, but return error indicator.Denys Vlasenko1-6/+6
2010-09-07shell: unify endofname() in hush and ashDenys Vlasenko4-43/+42
2010-09-07hush: a few relatively trivial simplificationsDenys Vlasenko1-58/+53
2010-09-07hush: style cleanups. no code changesDenys Vlasenko1-18/+16
2010-09-06Again fix license line formatDenys Vlasenko1-1/+1
2010-09-06blockdev: code shrinkDenys Vlasenko1-22/+34
2010-09-06blockdev: make "blockdev --rereadpt /dev/sda EXTRA_ARG" complain. +6 bytes.Denys Vlasenko1-1/+1
2010-09-06made 3 license strings to follow the usual form ("or later" bit is not changed!)Denys Vlasenko3-3/+3
2010-09-06blockdev: -2 bytesDenys Vlasenko1-6/+9
2010-09-06tweak blockdev's help textDenys Vlasenko1-1/+1
2010-09-06tweak udhcpd help textDenys Vlasenko1-1/+1