aboutsummaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)Author
2016-09-30ash: [EVAL] Avoid using undefined handlerDenys Vlasenko
2016-09-30ash: remove dead stores and unused variablesDenys Vlasenko
2016-09-30ash: [MEMALLOC] Add pushstackmarkDenys Vlasenko
2016-09-30hush: fix typo in commentDenys Vlasenko
2016-09-30hush: fix interactive input handling of backslash+newlineDenys Vlasenko
2016-09-29hush: G.user_input_buf[] is needed only if line editing is enabledDenys Vlasenko
2016-09-29shell testsuite: add trailing newline to var_unbackslash1.testsDenys Vlasenko
2016-09-29hush: speed optimizationsDenys Vlasenko
2016-09-29hush: fix handling of by backslash-newline in $((arith)) and $(cmd)Denys Vlasenko
2016-09-29hush: rework input char buffering to allow more than one-deep peekDenys Vlasenko
2016-09-29ash: fix arithmetic closing )) split by backslash-newlineDenys Vlasenko
2016-09-29ash: [PARSER] Handle backslash newlines properly after dollar signDenys Vlasenko
2016-09-29hush: rework input char buffering to allow more than one-deep peekDenys Vlasenko
2016-09-29ash: input: Allow two consecutive calls to pungetcDenys Vlasenko
2016-09-29hush: fix 'eval ""' handlingDenys Vlasenko
2016-09-29hush: fix ". EMPTY_LINE" not setting $? to 0Denys Vlasenko
2016-09-29ash: jobs: Don't attempt to access job table for job %0Denys Vlasenko
2016-09-29ash: [EVAL] Make eval with empty arguments return 0Denys Vlasenko
2016-09-28ash: [EVAL] Fix use-after-free in dotrap/evalstringDenys Vlasenko
2016-09-28ash: Remove unused EV_BACKCMD flagDenys Vlasenko
2016-09-28ash: eval: Return status in eval functionsDenys Vlasenko
2016-09-25ash: in heredoc code, fix access past the end of allocated memory. Closes 9276Denys Vlasenko
2016-09-25ash: fix handling of NULs in $'abc\000def\x00asd'. Closes 9286Denys Vlasenko
2016-09-21ash: use glob() from libcDenys Vlasenko
2016-09-20ash: fix handling of bashism $'xxx' with high-bit chars. Closes 9236Denys Vlasenko
2016-09-20hush: document better where bad redirect syntax is detectedDenys Vlasenko
2016-09-17ash: exit after subshell error when errexit option is setRostislav Skudnov
2016-09-17fix "aloc" -> "alloc" typosDenys Vlasenko
2016-09-17ash: add a FIXME for bug 9246Denys Vlasenko
2016-09-01*: placate some compile warnings on OSXDenys Vlasenko
2016-08-22hush: fix "redirects can close script fd" bugDenys Vlasenko
2016-08-20hush: do not leak script fds into NOEXEC childrenDenys Vlasenko
2016-08-20hush: bit better comments in redirect code. No logic changesDenys Vlasenko
2016-08-19hush: `cmd` and arithmetic also need the fix for FILE rewindDenys Vlasenko
2016-08-19hush: fix a bug in FEATURE_SH_STANDALONE=y config. Closes 9186Denys Vlasenko
2016-07-25ash: fix handling of ${VAR: -2}Denys Vlasenko
2016-07-22config: disentangle PREFER_APPLETS from SH_STANDALONE and SH_NOFORKDenys Vlasenko
2016-07-21hush: fix a possible bugDenys Vlasenko
2016-07-16ash: do not leave SIGQUIT ignored on "exec CMD"Denys Vlasenko
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko
2016-04-15ash: bash-compatible $'...' shouldn't expand in double quotesRon Yorston
2016-04-15Rewrite iteration through applet names to save a few bytesRon Yorston
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