aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2010-09-19fix build failure for pmapDan Fandrich1-1/+1
2010-09-17shell/math: better comment. no code changesDenys Vlasenko1-2/+2
2010-09-16move read_base64 to libbb/uuencode.cDenys Vlasenko3-82/+77
2010-09-16libbb: merge mail and uudecode's base64 decodersDenys Vlasenko6-139/+90
2010-09-16hush: move shell_ver from globals to main's stack.Denys Vlasenko1-8/+9
2010-09-16simpler check for odDenys Vlasenko1-1/+2
2010-09-16build system: test that od is present in the host systemDenys Vlasenko1-0/+6
2010-09-16shell/math: deconvolute and explain ?: handling. Give better error messageDenys Vlasenko6-129/+144
2010-09-15shell/math: return string error indicator, not integerDenys Vlasenko6-131/+113
2010-09-14sleep: make it non-NOFORK. Fixes ^C in standalone shellDenys Vlasenko2-3/+4
2010-09-13shell/math.c: stop using bss variableDenys Vlasenko2-22/+37
2010-09-13shell/math.c: rename arith_eval_hooks to arith_state, put error code into itDenys Vlasenko4-81/+78
2010-09-13shell/math.c: small code shrink; fixed incomprehensible commentsDenys Vlasenko1-112/+113
2010-09-13shell: small code shrinkDenys Vlasenko1-8/+9
2010-09-13shell: shrink arith code; and prepare for returning text error codesDenys Vlasenko2-65/+63
2010-09-12hush: optional support for history savingDenys Vlasenko2-2/+22
2010-09-12smemcap: use correct tar magicDenys Vlasenko1-1/+1
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