index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2010-09-16
hush: move shell_ver from globals to main's stack.
Denys Vlasenko
2010-09-16
simpler check for od
Denys Vlasenko
2010-09-16
build system: test that od is present in the host system
Denys Vlasenko
2010-09-16
shell/math: deconvolute and explain ?: handling. Give better error message
Denys Vlasenko
2010-09-15
shell/math: return string error indicator, not integer
Denys Vlasenko
2010-09-14
sleep: make it non-NOFORK. Fixes ^C in standalone shell
Denys Vlasenko
2010-09-13
shell/math.c: stop using bss variable
Denys Vlasenko
2010-09-13
shell/math.c: rename arith_eval_hooks to arith_state, put error code into it
Denys Vlasenko
2010-09-13
shell/math.c: small code shrink; fixed incomprehensible comments
Denys Vlasenko
2010-09-13
shell: small code shrink
Denys Vlasenko
2010-09-13
shell: shrink arith code; and prepare for returning text error codes
Denys Vlasenko
2010-09-12
hush: optional support for history saving
Denys Vlasenko
2010-09-12
smemcap: use correct tar magic
Denys Vlasenko
2010-09-12
*: s/perror/bb_simple_perror_msg/g
Marek Polacek
2010-09-12
Fixed a couple of failing tar tests
Dan Fandrich
2010-09-12
busybox: add "busybox --list[-full]" to help text
Denys Vlasenko
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
[next]