summaryrefslogtreecommitdiff
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* - wrap overlong lines (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer2008-07-221-9/+9
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-213-6/+6
* - fix spellingBernhard Reutner-Fischer2008-07-213-12/+12
* msh: fix "while...continue" bug 3884.Denis Vlasenko2008-07-203-0/+24
* config help fixesDenis Vlasenko2008-07-161-1/+1
* hush: fix "... pattern) cmd;; esac" caseDenis Vlasenko2008-07-142-3/+27
* hush: delete unused field in struct child.Denis Vlasenko2008-07-142-16/+95
* hush: add case statement support. It is incomplete and disabled for now.Denis Vlasenko2008-07-141-45/+147
* ash: small code shrinkDenis Vlasenko2008-07-131-5/+5
* ash: fix segfault in "command -v"Denis Vlasenko2008-07-111-12/+24
* hush: compile fixes for !LOOPS caseDenis Vlasenko2008-07-091-0/+4
* hush: support "for if in do done then; do echo $if; done" caseDenis Vlasenko2008-07-063-24/+41
* hush: support "for v; do ... done" syntax (implied 'in "$@"')Denis Vlasenko2008-07-053-14/+38
* hush: fix a case where "$@" must expand to no word at allDenis Vlasenko2008-07-053-6/+36
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-055-82/+82
* sendmail: fix wrong vfork usage here tooDenis Vlasenko2008-07-011-1/+1
* revert last two commits. vfork cannot be used in subroutine,Denis Vlasenko2008-07-011-2/+4
* *: introduce and use xfork()Denis Vlasenko2008-07-011-6/+2
* *: introduce and use xvfork()Denis Vlasenko2008-07-011-2/+4
* libbb: shrink monotonic_XXX functions, introduce monotonic_nsDenis Vlasenko2008-06-291-5/+7
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-272-5/+5
* ash: improve commentsDenis Vlasenko2008-06-271-14/+15
* ash: fix very weak $RANDOM generator; and move even more thingsDenis Vlasenko2008-06-271-52/+66
* ash: move stuff out of data/bssDenis Vlasenko2008-06-271-65/+58
* style fixes, no code changesDenis Vlasenko2008-06-261-1/+1
* whitespace fixes. no code changesDenis Vlasenko2008-06-251-2/+2
* hush: ifdef out parts which are not neededDenis Vlasenko2008-06-241-46/+59
* hush: kill some old unused fields; small code shrinkDenis Vlasenko2008-06-241-58/+49
* fix breakage found by randomconfigDenis Vlasenko2008-06-232-7/+8
* hush: trivial fix in debug codeDenis Vlasenko2008-06-231-1/+1
* ash: trivial code readability fixesDenis Vlasenko2008-06-231-9/+8
* ash: improve readability of the code. No real code changes.Denis Vlasenko2008-06-231-9/+9
* ash: optional support for $'...\t...\n...' bashismDenis Vlasenko2008-06-233-29/+104
* ash: minor shrink (mostly smallints) and variable renamingDenis Vlasenko2008-06-221-91/+91
* ash: fix "shift BIGNUM" and "read with no variable name" bugs.Denis Vlasenko2008-06-181-2/+4
* cosmetics in hush testsuitesDenis Vlasenko2008-06-182-3/+1
* fix globbing in unquoted $* and $@Denis Vlasenko2008-06-183-6/+25
* hush: fix a bug with backslashes improperly handled in unquoted variables.Denis Vlasenko2008-06-181-51/+115
* hush: add testsuite for "no globbing in redirection" rule.Denis Vlasenko2008-06-187-45/+75
* hush: expand quote3.tests and move from hush-bugs to hush-parsingDenis Vlasenko2008-06-184-11/+33
* hush: fix last hush-bugs testcase (disappearing "", $empty"" etc)Denis Vlasenko2008-06-181-12/+25
* hush: fix $$ handlingDenis Vlasenko2008-06-173-1/+7
* hush: fix "for a in; do echo 'I should never run'; done" bugDenis Vlasenko2008-06-173-8/+10
* move glob_and_assign.tests from hush-bugs to hush-globDenis Vlasenko2008-06-172-0/+0
* hush: continue fixing quoting and subst: fix glob_and_assign.tests.Denis Vlasenko2008-06-174-51/+65
* hush: cleanup pass, the biggest is - moved builtins to the end of the file,Denis Vlasenko2008-06-172-355/+358
* hush: fix memory leak. it was actually rather invloved problem.Denis Vlasenko2008-06-171-138/+175
* hush: fixing fallout from last big glob fix:Denis Vlasenko2008-06-161-80/+80
* hush: delete hush-bugs/glob_and_vars.tests for realDenis Vlasenko2008-06-161-2/+0
* hush: fix hush-bugs/glob_and_vars.tests testcase:Denis Vlasenko2008-06-166-47/+70