aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-28randomconfig fixDenis Vlasenko
2009-03-28update the normally disabled debug code around the syntax() func to use new m...Mike Frysinger
2009-03-28randomtest fixesDenis Vlasenko
2009-03-28add hush tests for parameter expansionMike Frysinger
2009-03-28implement most POSIX parameter expansions (~+500bytes)Mike Frysinger
2009-03-28make sure we exit based on test failure rather than always exiting with 0Mike Frysinger
2009-03-28split up feature todo by posix/bashMike Frysinger
2009-03-28unify `set` handling with command line processing, fixup `set` argv processin...Mike Frysinger
2009-03-28handle the "-s" command line option that POSIX requiresMike Frysinger
2009-03-28rename "-f" (fake) option to "-n" to match POSIXMike Frysinger
2009-03-28tweak format modifier in debug code to fixup gcc warningMike Frysinger
2009-03-28convert some of the ENABLE_FEATURE_EDITING from CPP if to C ifMike Frysinger
2009-03-28stop lying about [[ test supportMike Frysinger
2009-03-28mkfs.vfat: fix a problem with over-estimating FAT sizeDenis Vlasenko
2009-03-28make lash deprecation more prominentMike Frysinger
2009-03-28mkfs.vfat: mkdosfs compat with choosing clyster sizeDenis Vlasenko
2009-03-28mkfs.vfat: more of pointless tweakingDenis Vlasenko
2009-03-28mkfs.vfat: small tweak to commentsDenis Vlasenko
2009-03-28mkdosfs (aka mkfs.vfat): new applet by VladimirDenis Vlasenko
2009-03-27ls: warning fixDenis Vlasenko
2009-03-27tail: fix tail +N syntax not working. Closes bug 221.Denis Vlasenko
2009-03-26enable most job functions on no-mmu systemsMike Frysinger
2009-03-25tftp: when we infer local name from remote (-r [/]path/path/file),Denis Vlasenko
2009-03-23do not make startup banner depend on job supportMike Frysinger
2009-03-23libbb: revent previous version of "concurrent history updating"Denis Vlasenko
2009-03-22move parse_stream out of ENABLE_HUSH_TICK to avoid implicit decl/build errorMike Frysinger
2009-03-22libbb: make history saving/loading concurrent-safeDenis Vlasenko
2009-03-22timeout: fix parsing of -t NUM on MMUDenis Vlasenko
2009-03-22hush: rearrange functions to reduce amount of forward references.Denis Vlasenko
2009-03-22hush: fix segv at repeated "set -- a b c" + "shift"Denis Vlasenko
2009-03-21hush: fix strcpy of potentially overlapping stringsDenis Vlasenko
2009-03-21msh testsuite: fix false positive, tweak run striptDenis Vlasenko
2009-03-21ls: make readlink error to not disrupt output (try ls -l /proc/self/fd).Denis Vlasenko
2009-03-20cpio: more compat: -0 and -L optionsDenis Vlasenko
2009-03-20Compatibility fixes:Denis Vlasenko
2009-03-20cd: "support" -v by ignoring itDenis Vlasenko
2009-03-20hush: tweak testsuiteDenis Vlasenko
2009-03-20hush: fix bug 207 and "hush -c" parameter passing.Denis Vlasenko
2009-03-20ash: expand commentDenis Vlasenko
2009-03-20hush: fix set [--] params. Closes bug 199.Denis Vlasenko
2009-03-20ash: add missing comma in debug scaffoldingDenis Vlasenko
2009-03-20ash: fix a case where we close wrong descriptor; add debug hack for thatDenis Vlasenko
2009-03-19ash: DEBUG should be 0 :)Denis Vlasenko
2009-03-19ash: fix TRACE commandsDenis Vlasenko
2009-03-19ash: make evaltree save/restore int suppression depth.Denis Vlasenko
2009-03-19doc updateDenis Vlasenko
2009-03-19ash: in dotrap(), do not clear gotsig[] for SIGINT if there is no handlerDenis Vlasenko
2009-03-19df: fix FEATURE_DF_FANCY=off, FEATURE_HUMAN_READABLE=on case.Denis Vlasenko
2009-03-19ash: tentatively fix bug 189.Denis Vlasenko
2009-03-19init: test for vt terminal with VT_OPENQRY,Denis Vlasenko