aboutsummaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)Author
2016-03-22ash_test: ignore generated filesMike Frysinger
2016-03-22ash_test: printenv: fix missing includesMike Frysinger
2016-03-22ash: fix corruption of ${#var} if $var contains UTF-8 charactersRon Yorston
2016-02-01Fix compiling with musl's utmp stubsKylie McClain
2016-01-02ash: suppress a compilation warningCristian Ionescu-Idbohrn
2015-11-04ash: add support for bash 'function' keywordRon Yorston
2015-11-04hush-misc/func_args1.tests: remove "UNFIXED BUG", it does not failDenys Vlasenko
2015-11-04ash: copy function tests from hush testsuiteRon Yorston
2015-10-30ash: allow popredir to be called if the stack is emptyRon Yorston
2015-10-30ash: fix EXEXEC status clobberingRon Yorston
2015-10-30ash: add tests for failures of the exec and command builtinsRon Yorston
2015-10-29hush: copy for.tests from ash testsuiteDenys Vlasenko
2015-10-29ash: simplify EOF/newline handling in list parserRon Yorston
2015-10-29Revert "ash: fix a SEGV case in an invalid heredoc" xxxRon Yorston
2015-10-29ash: fix error during recursive processing of here documentRon Yorston
2015-10-29ash tests: make test print test name before it is runDenys Vlasenko
2015-10-29ash: only allow local variables in functionsRon Yorston
2015-10-29ash: respect -p flag when command builtin is run with -v/-VRon Yorston
2015-10-29ash: fix command -- crashDenys Vlasenko
2015-10-29ash: save a few bytes in code to parse case statementsRon Yorston
2015-10-29ash: allow newline after variable name in for loopRon Yorston
2015-10-29ash: add test for issue with here documentRon Yorston
2015-10-23tidy up strtok useDenys Vlasenko
2015-10-13typo fixDenys Vlasenko
2015-10-11hush: code shrinkDenys Vlasenko
2015-10-10ash: shrink umask codeDenys Vlasenko
2015-10-09remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS buildsDenys Vlasenko
2015-10-09ash: "you have mail" should ignore first change in mtimeDenys Vlasenko
2015-10-09ash: simplify "you have mail" codeDenys Vlasenko
2015-10-09ash: make dowait() a bit more readable. Logic is unchangedDenys Vlasenko
2015-10-07build system: -fno-builtin-printfDenys Vlasenko
2015-10-07ash: use a more typical form of "print four octal digits" formatDenys Vlasenko
2015-10-07libbb: more compact API for bb_parse_mode()Denys Vlasenko
2015-10-07ash: shrink "umask -S" codeDenys Vlasenko
2015-10-07hush: fix umask: umask(022) was setting umask(755)Denys Vlasenko
2015-10-07ash: a bunch of trivial simplificationsDenys Vlasenko
2015-09-04ash: fix slash treatment in expmetaRon Yorston
2015-09-04hush: fix a nommu bug where a part of function body is lost if run in a pipeDenys Vlasenko
2015-09-04ash,hush: add a test which fails for ash since commit 549deabDenys Vlasenko
2015-09-04ash: add tests adapted from hush glob tests. glob2.tests currently failsDenys Vlasenko
2015-07-19libbb: add a function to make a copy of a region of memoryRon Yorston
2015-07-13ash: use alloca to get rid of setjmpRon Yorston
2015-07-13fix file modeDenys Vlasenko
2015-07-13ash: remove parsebackquote flagRon Yorston
2015-07-13Removes stray empty line from codeManinder Singh
2015-05-25typo fixesManinder Singh
2015-05-18hush: add recent ash tests to hush testsuite too (they all pass for hush)Denys Vlasenko
2015-05-18testsuite: add some tests for ashRon Yorston
2015-05-18ash: fix breakage of ${v/pat/str}Ron Yorston
2015-05-18ash: move parse-time quote flag detection to run-timeRon Yorston