aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
AgeCommit message (Expand)Author
2016-10-02ash: [PARSER] Add nlprompt/nlnoprompt helpersDenys Vlasenko
2016-10-02whitespace fixesDenys Vlasenko
2016-10-02sh: do not print empty line at the end of "help" outputDenys Vlasenko
2016-10-02ash: undo "tokname hack"Denys Vlasenko
2016-10-02ash: placate gcc: "warning: ! is only applied to the left hand side of =="Denys Vlasenko
2016-10-02ash: fix globbing bugs when using glibc glob()Denys Vlasenko
2016-10-02ash: style fixesDenys Vlasenko
2016-10-02ash: support "--" in "source" builtinDenys Vlasenko
2016-10-02ash: expand: Fixed "$@" expansion when EXP_FULL is falseDenys Vlasenko
2016-10-02test: memory leak: free group id listDenys Vlasenko
2016-10-01ash: fix return_in_trap1.tests failureDenys Vlasenko
2016-10-01ash: [EXPAND] Optimise nulonly away and just use quoted as beforeDenys Vlasenko
2016-10-01ash: [EXPAND] Do not split quoted VSLENGTH and VSTRIMDenys Vlasenko
2016-10-01ash: [EXPAND] Split unquoted $@/$* correctly when IFS is set but emptyDenys Vlasenko
2016-10-01ash: fix "return N" not setting $? in loop conditionalsDenys Vlasenko
2016-10-01ash: [ERROR] Set exitstatus in onintDenys Vlasenko
2016-10-01ash: [EVAL] Revert SKIPEVAL into EXEXITDenys Vlasenko
2016-10-01ash: [EVAL] Pass EV_TESTED into evalcmdDenys Vlasenko
2016-10-01ash: fix a thinko in the last commitDenys Vlasenko
2016-10-01ash: make internal globbing code selectable from configDenys Vlasenko
2016-10-01ash: explain how "command" is handled, and shrink it a bitDenys Vlasenko
2016-09-30ash: [VAR] Initialise OPTIND after importing environmentDenys Vlasenko
2016-09-30ash: [BUILTIN] Merge SKIPFUNC/SKIPFILE and only clear SKIPFUNC when leaving d...Denys Vlasenko
2016-09-30ash: Avoid overflow for very long variable nameDenys Vlasenko
2016-09-30ash: [VAR] Sanitise environment variable names on entryDenys Vlasenko
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-29ash: fix arithmetic closing )) split by backslash-newlineDenys Vlasenko
2016-09-29ash: [PARSER] Handle backslash newlines properly after dollar signDenys Vlasenko
2016-09-29ash: input: Allow two consecutive calls to pungetcDenys 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-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-07-25ash: fix handling of ${VAR: -2}Denys 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: fix corruption of ${#var} if $var contains UTF-8 charactersRon Yorston