aboutsummaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)Author
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-15hush: eliminate PARSEFLAG_SEMICOLON and ctx->parse_type field.Denis Vlasenko
2008-06-14hush: fix a bug where we were requiring semicolon here: (cmd;)Denis Vlasenko
2008-06-14hush: add support for ':'; create testsuite entriesDenis Vlasenko
2008-06-14hush: support "! cmd | cmd" negationDenis Vlasenko
2008-06-14ash: small cosmetic changeDenis Vlasenko
2008-06-14ash: fix ${var/s/r} handling, add testcase.Denis Vlasenko
2008-06-12hush: speed up o_addX{chr,str}Denis Vlasenko
2008-06-12hush: fix for nested $()s with escapes + testsuiteDenis Vlasenko
2008-06-10hush: more backtick and quoting fixes...Denis Vlasenko
2008-06-10hush: fix escaping of \[*?; add testsuites for these and for globbingDenis Vlasenko
2008-06-10hush: fix yet another falloutDenis Vlasenko
2008-06-10hush: fix some fallout from prev commits, add testsuiteDenis Vlasenko
2008-06-10hush: search/and/replace style cleanups, no code changesDenis Vlasenko
2008-06-10hush: fix two nasty bugs:Denis Vlasenko
2008-06-10hush: fix a memory leak in NOMMU caseDenis Vlasenko
2008-06-09less: fix a case when regexp matches ""Denis Vlasenko
2008-06-09reword the error msg so people realize that they broke it, they buy itMike Frysinger
2008-06-09cosmeticsDenis Vlasenko
2008-06-09msh_function.patch: picked it up in the wild.Denis Vlasenko
2008-06-09msh: style cleanups. No code changes.Denis Vlasenko
2008-06-08hush: add yet another bug to testsuite :(Denis Vlasenko
2008-06-05ash testsuite: modify it so that it can run hush and msh testsDenis Vlasenko
2008-06-01ash: optional printf builtin. +25 bytes if off, +35 if on.Denis Vlasenko
2008-06-01msh: fix ENOENT testcaseDenis Vlasenko
2008-05-30msh: fix the case where the file has exec bit but can't be run directlyDenis Vlasenko
2008-05-25hush: make it ignore SIGINT etc in a config wich has no job controlDenis Vlasenko
2008-05-19- use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer
2008-05-19- use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer
2008-05-18ash: more of -Wall fixesDenis Vlasenko
2008-05-15more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-05-14fix by Jie Zhang for exit status and POSIX compliance:Mike Frysinger
2008-05-06ash: make set -o and set +o work as in dash/bash.Denis Vlasenko
2008-04-15trivial fixes to make bbox compile with gcc 4.3.0Denis Vlasenko
2008-04-14ash: fix breakage introduced in rev 21481.Denis Vlasenko
2008-04-13ash: add another testsuite entry ("leaking variables" bug)Denis Vlasenko
2008-04-13ash: speed up NOFORK code in ash by eliminating second find_applet().Denis Vlasenko
2008-04-12ash: a bit more complete POSIX subst testsuite entryDenis Vlasenko
2008-04-12ash: add testsuite entry for POSIX-mandated ${var#word} ${var##word}Denis Vlasenko
2008-04-12ash: add FEATURE_SH_NOFORK supportDenis Vlasenko
2008-04-12ash: do not do find_applet() twice in shellexec/tryexecDenis Vlasenko
2008-04-11fix build with gcc -combineDenis Vlasenko
2008-04-01shells: do not frocibly enable test, echo and kill _applets_,Denis Vlasenko
2008-03-25ash: support for && and || in [[ expr ]]; add testsuite checksDenis Vlasenko