aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fix breakage found by randomconfigDenis Vlasenko2008-06-237-15/+20
* 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
* trim usage textDenis Vlasenko2008-06-221-6/+3
* mdoprobe: fix SEGV bug (by Vlad Dronnikov)Denis Vlasenko2008-06-221-3/+1
* vi: fix obvious thinko'sDenis Vlasenko2008-06-221-5/+4
* wget: accept code 204.Denis Vlasenko2008-06-221-0/+25
* vi: fix vda's breakage (by Cristian Ionescu-Idbohrn)Denis Vlasenko2008-06-221-5/+5
* ash: minor shrink (mostly smallints) and variable renamingDenis Vlasenko2008-06-221-91/+91
* dpkg: trivial code shrinkage, and redo G trick correctly.Denis Vlasenko2008-06-211-37/+35
* dpkg: code shrinkDenis Vlasenko2008-06-211-33/+61
* dpkg: code shrink (by Peter Korsgaard <jacmet@uclibc.org>)Denis Vlasenko2008-06-211-9/+7
* vi: small code shrinkDenis Vlasenko2008-06-211-35/+24
* vi: fix the bug where vi never grows the edit buffer.Denis Vlasenko2008-06-201-121/+154
* ssd: fix commentDenis Vlasenko2008-06-201-3/+3
* udhcpc: change BPF filter to not use 0xffffffff as a max packet size,Denis Vlasenko2008-06-201-1/+1
* strrchr: actually, last one was finding "" in "any" at pos 0,Denis Vlasenko2008-06-181-1/+1
* strrchr: bikeshed painting time!Denis Vlasenko2008-06-181-51/+43
* 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
* fix trivial error with inverted exit code in lsDenis Vlasenko2008-06-181-6/+6
* 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
* - fixes from TitoBernhard Reutner-Fischer2008-06-181-10/+7
* - fix includesBernhard Reutner-Fischer2008-06-171-2/+1
* hush: fix $$ handlingDenis Vlasenko2008-06-173-1/+7
* - improved strrstr impl from vda with testcases from Tito and vdaBernhard Reutner-Fischer2008-06-171-6/+69
* hush: fix "for a in; do echo 'I should never run'; done" bugDenis Vlasenko2008-06-173-8/+10
* - remove depmod from TODO, it was recently added.Bernhard Reutner-Fischer2008-06-171-11/+2
* 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
* tftp: help compiler a bitDenis Vlasenko2008-06-161-1/+8
* tftpd: PXE server said to need to support "tsize" optionDenis Vlasenko2008-06-161-39/+55
* whitespace and comment fixes, no code changesDenis Vlasenko2008-06-169-20/+16
* even more of help text fixesDenis Vlasenko2008-06-151-1/+1
* fix config help textDenis Vlasenko2008-06-151-12/+16
* - fix copy'n paste error.Bernhard Reutner-Fischer2008-06-151-3/+3
* Specially for Bernhard Fischer introduce USE_BB_CRYPTDenis Vlasenko2008-06-153-34/+75
* hush: eliminate PARSEFLAG_SEMICOLON and ctx->parse_type field.Denis Vlasenko2008-06-151-43/+6
* use USE_FEATURE_UDHCP_PORT instead of ifdefDenis Vlasenko2008-06-151-3/+1