aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-01hush: add func6.testsDenys Vlasenko
2016-10-01ash: fix "return N" not setting $? in loop conditionalsDenys Vlasenko
2016-10-01ash testsuite: remove two more inadvertent bashismsDenys Vlasenko
2016-10-01ash testsuite: remove two inadvertent bashismsDenys 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-30hush: enable "msh is deprecated" message in msh stubDenys 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-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-28traceroute: cleanup and fixes for packet size calculationsDenys Vlasenko
2016-09-28vi: fix '' command (goto to prev context)Denys Vlasenko
2016-09-27mount: for cifs, dont insert "ip=ADDR" option if user gave it explicitlyDenys Vlasenko
2016-09-26examples: wpa_supplicant.conf has a wrong field deleted in examplesDenys Vlasenko
2016-09-26mount: tweak "IPv6 scoped addr" commitDenys Vlasenko
2016-09-26libbb: make xmalloc_sockaddr2dotted use NI_NUMERICSCOPEDenys Vlasenko
2016-09-26libbb/speed_table.c: expand commentsDenys Vlasenko
2016-09-26typo fix in commentDenys 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-25ifupdown: improve help text, add comment about run-parts error msgDenys Vlasenko
2016-09-24libbb: handle \S in /etc/issueDenys Vlasenko