aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2016-10-02ash: support "--" in "source" builtinDenys Vlasenko1-12/+18
2016-10-02ash: expand: Fixed "$@" expansion when EXP_FULL is falseDenys Vlasenko5-15/+87
2016-10-02test: fix compile error in last commitDenys Vlasenko1-1/+1
2016-10-02test: memory leak: free group id listDenys Vlasenko2-7/+6
2016-10-01ash,hush: add a test that "continue" does not cripple trapsDenys Vlasenko4-0/+16
2016-10-01ash: fix return_in_trap1.tests failureDenys Vlasenko1-23/+28
2016-10-01ash testsuite: add return_in_trap1.testsDenys Vlasenko22-0/+22
2016-10-01hush: 'return' should have effect earlierDenys Vlasenko3-14/+42
2016-10-01ash: [EXPAND] Optimise nulonly away and just use quoted as beforeDenys Vlasenko1-12/+11
2016-10-01ash: [EXPAND] Do not split quoted VSLENGTH and VSTRIMDenys Vlasenko9-30/+88
2016-10-01ash: [EXPAND] Split unquoted $@/$* correctly when IFS is set but emptyDenys Vlasenko5-5/+101
2016-10-01hush: add func6.testsDenys Vlasenko2-0/+13
2016-10-01ash: fix "return N" not setting $? in loop conditionalsDenys Vlasenko3-27/+42
2016-10-01ash testsuite: remove two more inadvertent bashismsDenys Vlasenko2-7/+7
2016-10-01ash testsuite: remove two inadvertent bashismsDenys Vlasenko2-3/+5
2016-10-01ash: [ERROR] Set exitstatus in onintDenys Vlasenko1-6/+9
2016-10-01ash: [EVAL] Revert SKIPEVAL into EXEXITDenys Vlasenko1-14/+6
2016-10-01ash: [EVAL] Pass EV_TESTED into evalcmdDenys Vlasenko1-14/+19
2016-10-01ash: fix a thinko in the last commitDenys Vlasenko1-1/+1
2016-10-01ash: make internal globbing code selectable from configDenys Vlasenko1-32/+50
2016-10-01ash: explain how "command" is handled, and shrink it a bitDenys Vlasenko1-40/+48
2016-09-30ash: [VAR] Initialise OPTIND after importing environmentDenys Vlasenko3-1/+6
2016-09-30ash: [BUILTIN] Merge SKIPFUNC/SKIPFILE and only clear SKIPFUNC when leaving d...Denys Vlasenko1-3/+2
2016-09-30hush: enable "msh is deprecated" message in msh stubDenys Vlasenko1-1/+1
2016-09-30ash: Avoid overflow for very long variable nameDenys Vlasenko1-1/+1
2016-09-30ash: [VAR] Sanitise environment variable names on entryDenys Vlasenko1-1/+2
2016-09-30ash: [EVAL] Avoid using undefined handlerDenys Vlasenko1-2/+2
2016-09-30ash: remove dead stores and unused variablesDenys Vlasenko1-3/+1
2016-09-30ash: [MEMALLOC] Add pushstackmarkDenys Vlasenko1-34/+19
2016-09-30hush: fix typo in commentDenys Vlasenko1-1/+1
2016-09-30hush: fix interactive input handling of backslash+newlineDenys Vlasenko1-74/+89
2016-09-29hush: G.user_input_buf[] is needed only if line editing is enabledDenys Vlasenko1-2/+7
2016-09-29shell testsuite: add trailing newline to var_unbackslash1.testsDenys Vlasenko2-2/+2
2016-09-29hush: speed optimizationsDenys Vlasenko1-6/+27
2016-09-29hush: fix handling of by backslash-newline in $((arith)) and $(cmd)Denys Vlasenko1-15/+39
2016-09-29hush: rework input char buffering to allow more than one-deep peekDenys Vlasenko1-68/+125
2016-09-29ash: fix arithmetic closing )) split by backslash-newlineDenys Vlasenko5-1/+50
2016-09-29ash: [PARSER] Handle backslash newlines properly after dollar signDenys Vlasenko1-15/+29
2016-09-29hush: rework input char buffering to allow more than one-deep peekDenys Vlasenko10-0/+177
2016-09-29ash: input: Allow two consecutive calls to pungetcDenys Vlasenko1-34/+43
2016-09-29hush: fix 'eval ""' handlingDenys Vlasenko5-1/+15
2016-09-29hush: fix ". EMPTY_LINE" not setting $? to 0Denys Vlasenko5-0/+18
2016-09-29ash: jobs: Don't attempt to access job table for job %0Denys Vlasenko1-1/+1
2016-09-29ash: [EVAL] Make eval with empty arguments return 0Denys Vlasenko5-36/+36
2016-09-28ash: [EVAL] Fix use-after-free in dotrap/evalstringDenys Vlasenko1-3/+7
2016-09-28ash: Remove unused EV_BACKCMD flagDenys Vlasenko1-1/+0
2016-09-28ash: eval: Return status in eval functionsDenys Vlasenko5-55/+89
2016-09-28traceroute: cleanup and fixes for packet size calculationsDenys Vlasenko11-105/+40
2016-09-28vi: fix '' command (goto to prev context)Denys Vlasenko1-5/+5
2016-09-27mount: for cifs, dont insert "ip=ADDR" option if user gave it explicitlyDenys Vlasenko1-8/+14