aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-06-24changes in comments onlyDenis Vlasenko
2008-06-24vi: fix yet another vda's thinkoDenis Vlasenko
2008-06-24hush: ifdef out parts which are not neededDenis Vlasenko
2008-06-24hush: kill some old unused fields; small code shrinkDenis Vlasenko
2008-06-23fix breakage found by randomconfigDenis Vlasenko
2008-06-23hush: trivial fix in debug codeDenis Vlasenko
2008-06-23ash: trivial code readability fixesDenis Vlasenko
2008-06-23ash: improve readability of the code. No real code changes.Denis Vlasenko
2008-06-23ash: optional support for $'...\t...\n...' bashismDenis Vlasenko
2008-06-22trim usage textDenis Vlasenko
2008-06-22mdoprobe: fix SEGV bug (by Vlad Dronnikov)Denis Vlasenko
2008-06-22vi: fix obvious thinko'sDenis Vlasenko
2008-06-22wget: accept code 204.Denis Vlasenko
2008-06-22vi: fix vda's breakage (by Cristian Ionescu-Idbohrn)Denis Vlasenko
2008-06-22ash: minor shrink (mostly smallints) and variable renamingDenis Vlasenko
2008-06-21dpkg: trivial code shrinkage, and redo G trick correctly.Denis Vlasenko
2008-06-21dpkg: code shrinkDenis Vlasenko
2008-06-21dpkg: code shrink (by Peter Korsgaard <jacmet@uclibc.org>)Denis Vlasenko
2008-06-21vi: small code shrinkDenis Vlasenko
2008-06-20vi: fix the bug where vi never grows the edit buffer.Denis Vlasenko
2008-06-20ssd: fix commentDenis Vlasenko
2008-06-20udhcpc: change BPF filter to not use 0xffffffff as a max packet size,Denis Vlasenko
2008-06-18strrchr: actually, last one was finding "" in "any" at pos 0,Denis Vlasenko
2008-06-18strrchr: bikeshed painting time!Denis Vlasenko
2008-06-18ash: fix "shift BIGNUM" and "read with no variable name" bugs.Denis Vlasenko
2008-06-18cosmetics in hush testsuitesDenis Vlasenko
2008-06-18fix globbing in unquoted $* and $@Denis Vlasenko
2008-06-18fix trivial error with inverted exit code in lsDenis Vlasenko
2008-06-18hush: fix a bug with backslashes improperly handled in unquoted variables.Denis Vlasenko
2008-06-18hush: add testsuite for "no globbing in redirection" rule.Denis Vlasenko
2008-06-18hush: expand quote3.tests and move from hush-bugs to hush-parsingDenis Vlasenko
2008-06-18hush: fix last hush-bugs testcase (disappearing "", $empty"" etc)Denis Vlasenko
2008-06-18- fixes from TitoBernhard Reutner-Fischer
2008-06-17- fix includesBernhard Reutner-Fischer
2008-06-17hush: fix $$ handlingDenis Vlasenko
2008-06-17- improved strrstr impl from vda with testcases from Tito and vdaBernhard Reutner-Fischer
2008-06-17hush: fix "for a in; do echo 'I should never run'; done" bugDenis Vlasenko
2008-06-17- remove depmod from TODO, it was recently added.Bernhard Reutner-Fischer
2008-06-17move glob_and_assign.tests from hush-bugs to hush-globDenis Vlasenko
2008-06-17hush: continue fixing quoting and subst: fix glob_and_assign.tests.Denis Vlasenko
2008-06-17hush: cleanup pass, the biggest is - moved builtins to the end of the file,Denis Vlasenko
2008-06-17hush: fix memory leak. it was actually rather invloved problem.Denis Vlasenko
2008-06-16hush: fixing fallout from last big glob fix:Denis Vlasenko
2008-06-16hush: delete hush-bugs/glob_and_vars.tests for realDenis Vlasenko
2008-06-16hush: fix hush-bugs/glob_and_vars.tests testcase:Denis Vlasenko
2008-06-16tftp: help compiler a bitDenis Vlasenko
2008-06-16tftpd: PXE server said to need to support "tsize" optionDenis Vlasenko
2008-06-16whitespace and comment fixes, no code changesDenis Vlasenko
2008-06-15even more of help text fixesDenis Vlasenko
2008-06-15fix config help textDenis Vlasenko