install: fix long option not taking params (bug 4584)
[oweals/busybox.git] / shell /
2008-08-06 Bernhard Reutner... - fix typo
2008-08-04 Denis Vlasenkohush: fix mishandling of a'b'c=fff as assignments....
2008-08-03 Denis Vlasenkohush: remove a comment about already fixed bug
2008-07-31 Denis Vlasenkohush: support $_NUMBERS variable names
2008-07-31 Denis Vlasenkohush: fix "case ... in <newline> word)..."
2008-07-31 Denis Vlasenkohush: support "pattern1|pattern2...)" in case statements
2008-07-30 Denis Vlasenkoash: bash compat: "shift $BIGNUM" is equivalent to...
2008-07-29 Denis Vlasenkohush: trivial code shrink
2008-07-29 Denis Vlasenkohush: use G.xxx instead of #define xxx G.xxx. We have...
2008-07-29 Denis Vlasenkorandomconfig fix
2008-07-29 Denis Vlasenkohush: small fix for repeated continue and fix for wrong...
2008-07-29 Denis Vlasenkohush: fix inverted check (was making all break's to...
2008-07-29 Denis Vlasenkohush: fix break'ing out of {} and () groups; with testcase
2008-07-29 Denis Vlasenkorandomconfig fixes
2008-07-29 Denis Vlasenkohush: add #defines to switch off break/continue if...
2008-07-28 Denis Vlasenkohush: fix "while false; ..." exitcode; add testsuites
2008-07-28 Denis Vlasenkohush: support "break N" and "continue N"
2008-07-28 Denis Vlasenkohush: implement break and continue
2008-07-28 Denis Vlasenkohush: in run_list(), some loop_top ops seems to be...
2008-07-28 Denis Vlasenkohush: in run_list(), last_cond_code seems to be superfl...
2008-07-28 Denis Vlasenkohush: explain run_list() in detail; small optimizations
2008-07-28 Denis Vlasenkodocumentation fix
2008-07-28 Denis Vlasenkohush: finish and enable optional case...esac support...
2008-07-26 Denis Vlasenkoash: add slightly different testcase
2008-07-26 Denis Vlasenkoash: fix testcase to not sleep for whole 10 seconds,
2008-07-26 Denis Vlasenkoash: fix typo
2008-07-26 Denis Vlasenkoash: hopefully close bug 4324. With testcase.
2008-07-25 Denis Vlasenkoash: testsuite entries for last change
2008-07-25 Denis Vlasenkoash: dont allow e.g. exec <&10 to attach to stript...
2008-07-24 Denis Vlasenkoash: prevent exec NN>&- from closing fd used for script...
2008-07-24 Denis Vlasenkoash: fix a bug where redirection fds were not closed...
2008-07-24 Denis Vlasenkoash: teach ash about 123>file. It could take only 0...
2008-07-24 Denis Vlasenkoash: ducument where "no fds > 9 in redirects" limitatio...
2008-07-24 Denis Vlasenkoash: ditch dupredirect(), it was only making code harde...
2008-07-24 Denis Vlasenkoash: explain redirect code a bit
2008-07-24 Denis Vlasenkoash: code shrink
2008-07-22 Bernhard Reutner... - wrap overlong lines (Cristian Ionescu-Idbohrn)
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-21 Bernhard Reutner... - fix spelling
2008-07-20 Denis Vlasenkomsh: fix "while...continue" bug 3884.
2008-07-16 Denis Vlasenkoconfig help fixes
2008-07-14 Denis Vlasenkohush: fix "... pattern) cmd;; esac" case
2008-07-14 Denis Vlasenkohush: delete unused field in struct child.
2008-07-14 Denis Vlasenkohush: add case statement support. It is incomplete...
2008-07-13 Denis Vlasenkoash: small code shrink
2008-07-11 Denis Vlasenkoash: fix segfault in "command -v"
2008-07-09 Denis Vlasenkohush: compile fixes for !LOOPS case
2008-07-06 Denis Vlasenkohush: support "for if in do done then; do echo $if...
2008-07-05 Denis Vlasenkohush: support "for v; do ... done" syntax (implied...
2008-07-05 Denis Vlasenkohush: fix a case where "$@" must expand to no word...
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-07-01 Denis Vlasenkosendmail: fix wrong vfork usage here too
2008-07-01 Denis Vlasenkorevert last two commits. vfork cannot be used in subrou...
2008-07-01 Denis Vlasenko*: introduce and use xfork()
2008-07-01 Denis Vlasenko*: introduce and use xvfork()
2008-06-29 Denis Vlasenkolibbb: shrink monotonic_XXX functions, introduce monoto...
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-06-27 Denis Vlasenkoash: improve comments
2008-06-27 Denis Vlasenkoash: fix very weak $RANDOM generator; and move even...
2008-06-27 Denis Vlasenkoash: move stuff out of data/bss
2008-06-26 Denis Vlasenkostyle fixes, no code changes
2008-06-25 Denis Vlasenkowhitespace fixes. no code changes
2008-06-24 Denis Vlasenkohush: ifdef out parts which are not needed
2008-06-24 Denis Vlasenkohush: kill some old unused fields; small code shrink
2008-06-23 Denis Vlasenkofix breakage found by randomconfig
2008-06-23 Denis Vlasenkohush: trivial fix in debug code
2008-06-23 Denis Vlasenkoash: trivial code readability fixes
2008-06-23 Denis Vlasenkoash: improve readability of the code. No real code...
2008-06-23 Denis Vlasenkoash: optional support for $'...\t...\n...' bashism
2008-06-22 Denis Vlasenkoash: minor shrink (mostly smallints) and variable renaming
2008-06-18 Denis Vlasenkoash: fix "shift BIGNUM" and "read with no variable...
2008-06-18 Denis Vlasenkocosmetics in hush testsuites
2008-06-18 Denis Vlasenkofix globbing in unquoted $* and $@
2008-06-18 Denis Vlasenkohush: fix a bug with backslashes improperly handled...
2008-06-18 Denis Vlasenkohush: add testsuite for "no globbing in redirection...
2008-06-18 Denis Vlasenkohush: expand quote3.tests and move from hush-bugs to...
2008-06-18 Denis Vlasenkohush: fix last hush-bugs testcase (disappearing ""...
2008-06-17 Denis Vlasenkohush: fix $$ handling
2008-06-17 Denis Vlasenkohush: fix "for a in; do echo 'I should never run';...
2008-06-17 Denis Vlasenkomove glob_and_assign.tests from hush-bugs to hush-glob
2008-06-17 Denis Vlasenkohush: continue fixing quoting and subst: fix glob_and_a...
2008-06-17 Denis Vlasenkohush: cleanup pass, the biggest is - moved builtins...
2008-06-17 Denis Vlasenkohush: fix memory leak. it was actually rather invloved...
2008-06-16 Denis Vlasenkohush: fixing fallout from last big glob fix:
2008-06-16 Denis Vlasenkohush: delete hush-bugs/glob_and_vars.tests for real
2008-06-16 Denis Vlasenkohush: fix hush-bugs/glob_and_vars.tests testcase:
2008-06-15 Denis Vlasenkohush: eliminate PARSEFLAG_SEMICOLON and ctx->parse_type...
2008-06-14 Denis Vlasenkohush: fix a bug where we were requiring semicolon here...
2008-06-14 Denis Vlasenkohush: add support for ':'; create testsuite entries
2008-06-14 Denis Vlasenkohush: support "! cmd | cmd" negation
2008-06-14 Denis Vlasenkoash: small cosmetic change
2008-06-14 Denis Vlasenkoash: fix ${var/s/r} handling, add testcase.
2008-06-12 Denis Vlasenkohush: speed up o_addX{chr,str}
2008-06-12 Denis Vlasenkohush: fix for nested $()s with escapes + testsuite
2008-06-10 Denis Vlasenkohush: more backtick and quoting fixes...
2008-06-10 Denis Vlasenkohush: fix escaping of \[*?; add testsuites for these...
2008-06-10 Denis Vlasenkohush: fix yet another fallout
2008-06-10 Denis Vlasenkohush: fix some fallout from prev commits, add testsuite
2008-06-10 Denis Vlasenkohush: search/and/replace style cleanups, no code changes
2008-06-10 Denis Vlasenkohush: fix two nasty bugs:
next