Age | Commit message (Expand) | Author |
2016-03-22 | ash_test: ignore generated files | Mike Frysinger |
2016-03-22 | ash_test: printenv: fix missing includes | Mike Frysinger |
2016-03-22 | ash: fix corruption of ${#var} if $var contains UTF-8 characters | Ron Yorston |
2016-02-01 | Fix compiling with musl's utmp stubs | Kylie McClain |
2016-01-02 | ash: suppress a compilation warning | Cristian Ionescu-Idbohrn |
2015-11-04 | ash: add support for bash 'function' keyword | Ron Yorston |
2015-11-04 | hush-misc/func_args1.tests: remove "UNFIXED BUG", it does not fail | Denys Vlasenko |
2015-11-04 | ash: copy function tests from hush testsuite | Ron Yorston |
2015-10-30 | ash: allow popredir to be called if the stack is empty | Ron Yorston |
2015-10-30 | ash: fix EXEXEC status clobbering | Ron Yorston |
2015-10-30 | ash: add tests for failures of the exec and command builtins | Ron Yorston |
2015-10-29 | hush: copy for.tests from ash testsuite | Denys Vlasenko |
2015-10-29 | ash: simplify EOF/newline handling in list parser | Ron Yorston |
2015-10-29 | Revert "ash: fix a SEGV case in an invalid heredoc" xxx | Ron Yorston |
2015-10-29 | ash: fix error during recursive processing of here document | Ron Yorston |
2015-10-29 | ash tests: make test print test name before it is run | Denys Vlasenko |
2015-10-29 | ash: only allow local variables in functions | Ron Yorston |
2015-10-29 | ash: respect -p flag when command builtin is run with -v/-V | Ron Yorston |
2015-10-29 | ash: fix command -- crash | Denys Vlasenko |
2015-10-29 | ash: save a few bytes in code to parse case statements | Ron Yorston |
2015-10-29 | ash: allow newline after variable name in for loop | Ron Yorston |
2015-10-29 | ash: add test for issue with here document | Ron Yorston |
2015-10-23 | tidy up strtok use | Denys Vlasenko |
2015-10-13 | typo fix | Denys Vlasenko |
2015-10-11 | hush: code shrink | Denys Vlasenko |
2015-10-10 | ash: shrink umask code | Denys Vlasenko |
2015-10-09 | remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS builds | Denys Vlasenko |
2015-10-09 | ash: "you have mail" should ignore first change in mtime | Denys Vlasenko |
2015-10-09 | ash: simplify "you have mail" code | Denys Vlasenko |
2015-10-09 | ash: make dowait() a bit more readable. Logic is unchanged | Denys Vlasenko |
2015-10-07 | build system: -fno-builtin-printf | Denys Vlasenko |
2015-10-07 | ash: use a more typical form of "print four octal digits" format | Denys Vlasenko |
2015-10-07 | libbb: more compact API for bb_parse_mode() | Denys Vlasenko |
2015-10-07 | ash: shrink "umask -S" code | Denys Vlasenko |
2015-10-07 | hush: fix umask: umask(022) was setting umask(755) | Denys Vlasenko |
2015-10-07 | ash: a bunch of trivial simplifications | Denys Vlasenko |
2015-09-04 | ash: fix slash treatment in expmeta | Ron Yorston |
2015-09-04 | hush: fix a nommu bug where a part of function body is lost if run in a pipe | Denys Vlasenko |
2015-09-04 | ash,hush: add a test which fails for ash since commit 549deab | Denys Vlasenko |
2015-09-04 | ash: add tests adapted from hush glob tests. glob2.tests currently fails | Denys Vlasenko |
2015-07-19 | libbb: add a function to make a copy of a region of memory | Ron Yorston |
2015-07-13 | ash: use alloca to get rid of setjmp | Ron Yorston |
2015-07-13 | fix file mode | Denys Vlasenko |
2015-07-13 | ash: remove parsebackquote flag | Ron Yorston |
2015-07-13 | Removes stray empty line from code | Maninder Singh |
2015-05-25 | typo fixes | Maninder Singh |
2015-05-18 | hush: add recent ash tests to hush testsuite too (they all pass for hush) | Denys Vlasenko |
2015-05-18 | testsuite: add some tests for ash | Ron Yorston |
2015-05-18 | ash: fix breakage of ${v/pat/str} | Ron Yorston |
2015-05-18 | ash: move parse-time quote flag detection to run-time | Ron Yorston |