aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-06-22vi: fix vda's breakage (by Cristian Ionescu-Idbohrn)Denis Vlasenko1-5/+5
2008-06-22ash: minor shrink (mostly smallints) and variable renamingDenis Vlasenko1-91/+91
2008-06-21dpkg: trivial code shrinkage, and redo G trick correctly.Denis Vlasenko1-37/+35
2008-06-21dpkg: code shrinkDenis Vlasenko1-33/+61
2008-06-21dpkg: code shrink (by Peter Korsgaard <jacmet@uclibc.org>)Denis Vlasenko1-9/+7
2008-06-21vi: small code shrinkDenis Vlasenko1-35/+24
2008-06-20vi: fix the bug where vi never grows the edit buffer.Denis Vlasenko1-121/+154
2008-06-20ssd: fix commentDenis Vlasenko1-3/+3
2008-06-20udhcpc: change BPF filter to not use 0xffffffff as a max packet size,Denis Vlasenko1-1/+1
2008-06-18strrchr: actually, last one was finding "" in "any" at pos 0,Denis Vlasenko1-1/+1
2008-06-18strrchr: bikeshed painting time!Denis Vlasenko1-51/+43
2008-06-18ash: fix "shift BIGNUM" and "read with no variable name" bugs.Denis Vlasenko1-2/+4
2008-06-18cosmetics in hush testsuitesDenis Vlasenko2-3/+1
2008-06-18fix globbing in unquoted $* and $@Denis Vlasenko3-6/+25
2008-06-18fix trivial error with inverted exit code in lsDenis Vlasenko1-6/+6
2008-06-18hush: fix a bug with backslashes improperly handled in unquoted variables.Denis Vlasenko1-51/+115
2008-06-18hush: add testsuite for "no globbing in redirection" rule.Denis Vlasenko7-45/+75
2008-06-18hush: expand quote3.tests and move from hush-bugs to hush-parsingDenis Vlasenko4-11/+33
2008-06-18hush: fix last hush-bugs testcase (disappearing "", $empty"" etc)Denis Vlasenko1-12/+25
2008-06-18- fixes from TitoBernhard Reutner-Fischer1-10/+7
2008-06-17- fix includesBernhard Reutner-Fischer1-2/+1
2008-06-17hush: fix $$ handlingDenis Vlasenko3-1/+7
2008-06-17- improved strrstr impl from vda with testcases from Tito and vdaBernhard Reutner-Fischer1-6/+69
2008-06-17hush: fix "for a in; do echo 'I should never run'; done" bugDenis Vlasenko3-8/+10
2008-06-17- remove depmod from TODO, it was recently added.Bernhard Reutner-Fischer1-11/+2
2008-06-17move glob_and_assign.tests from hush-bugs to hush-globDenis Vlasenko2-0/+0
2008-06-17hush: continue fixing quoting and subst: fix glob_and_assign.tests.Denis Vlasenko4-51/+65
2008-06-17hush: cleanup pass, the biggest is - moved builtins to the end of the file,Denis Vlasenko2-355/+358
2008-06-17hush: fix memory leak. it was actually rather invloved problem.Denis Vlasenko1-138/+175
2008-06-16hush: fixing fallout from last big glob fix:Denis Vlasenko1-80/+80
2008-06-16hush: delete hush-bugs/glob_and_vars.tests for realDenis Vlasenko1-2/+0
2008-06-16hush: fix hush-bugs/glob_and_vars.tests testcase:Denis Vlasenko6-47/+70
2008-06-16tftp: help compiler a bitDenis Vlasenko1-1/+8
2008-06-16tftpd: PXE server said to need to support "tsize" optionDenis Vlasenko1-39/+55
2008-06-16whitespace and comment fixes, no code changesDenis Vlasenko9-20/+16
2008-06-15even more of help text fixesDenis Vlasenko1-1/+1
2008-06-15fix config help textDenis Vlasenko1-12/+16
2008-06-15- fix copy'n paste error.Bernhard Reutner-Fischer1-3/+3
2008-06-15Specially for Bernhard Fischer introduce USE_BB_CRYPTDenis Vlasenko3-34/+75
2008-06-15hush: eliminate PARSEFLAG_SEMICOLON and ctx->parse_type field.Denis Vlasenko1-43/+6
2008-06-15use USE_FEATURE_UDHCP_PORT instead of ifdefDenis Vlasenko1-3/+1
2008-06-15udhcpc: removing stray whitespaceDenis Vlasenko1-2/+2
2008-06-15further encrypt_des optimizationsDenis Vlasenko1-51/+141
2008-06-15cryptpw: fix "cryptpw -a des -- TEXT" caseDenis Vlasenko2-74/+82
2008-06-15*: use llist_pop for traverse-and-free list operationDenis Vlasenko14-49/+19
2008-06-15udhcpc: reduce ifdef forest, no code changesDenis Vlasenko1-32/+12
2008-06-14crypt: code shrinkDenis Vlasenko2-21/+11
2008-06-14tar: fix "unused parameter 'gzip'" warningDenis Vlasenko1-0/+3
2008-06-14hush: fix a bug where we were requiring semicolon here: (cmd;)Denis Vlasenko4-22/+34
2008-06-14hush: add support for ':'; create testsuite entriesDenis Vlasenko11-25/+47