aboutsummaryrefslogtreecommitdiff
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2016-10-07ash: get rid of two global data variablesDenys Vlasenko1-51/+48
2016-10-07ash: comment out free(p) just before _exit, tweak some outdated commentsDenys Vlasenko1-16/+5
2016-10-04wget: there is no -s option in GNU Wget 1.18, we should be compatibleDenys Vlasenko1-24/+33
2016-10-04dhcp: merge leases.c and static_leases.c into dhcpd.cDenys Vlasenko6-253/+219
2016-10-04dhcp: merge most of static_leases.c into dhcpd.cDenys Vlasenko3-69/+58
2016-10-04dhcp: merge files.c into dhcpd.cDenys Vlasenko4-243/+222
2016-10-03examples: add example of a DHCP serverDenys Vlasenko8-0/+91
2016-10-03hush: add commented-out debug printouts in "memleak" built-inDenys Vlasenko2-0/+17
2016-10-03hush: fix a memory corruption when exported variable is modifiedDenys Vlasenko1-7/+19
2016-10-03hush: fix exitcode on exec failure with EACCES - should be 126Denys Vlasenko1-1/+5
2016-10-03sh testsuite: add tests for exitcode on failure to execDenys Vlasenko8-0/+16
2016-10-03shell: delete all msh testsDenys Vlasenko47-356/+0
2016-10-03hush testsuite: fix another false positiveDenys Vlasenko2-2/+1
2016-10-03hust testsuite: fix a false positiveDenys Vlasenko1-1/+1
2016-10-03ash testsuite: add most of hust tests which pass for ashDenys Vlasenko103-0/+795
2016-10-02ash: [PARSER] Add nlprompt/nlnoprompt helpersDenys Vlasenko1-19/+23
2016-10-02whitespace fixesDenys Vlasenko2-2/+2
2016-10-02hush: add var4.tests, var5.testsDenys Vlasenko4-0/+22
2016-10-02hush: fix var3.testsDenys Vlasenko4-206/+214
2016-10-02sh: do not print empty line at the end of "help" outputDenys Vlasenko2-2/+1
2016-10-02sh testsuite: sync ash-redir/ and hush-redir/Denys Vlasenko18-114/+313
2016-10-02sh testsuite: sync ash-misc/source* and hush-misc/source*Denys Vlasenko10-27/+50
2016-10-02sh testsuite: sync ash-vars/ and hush-vars/Denys Vlasenko11-20/+39
2016-10-02ash testsuite: update some of variable tests with newer versions from hushDenys Vlasenko6-25/+156
2016-10-02sh testsuite: create hush-redir/* and move files aroundDenys Vlasenko30-0/+143
2016-10-02sh testsuite: create hush-heredoc/* and move files aroundDenys Vlasenko16-0/+30
2016-10-02hush testsuite: add many tests from ash testsuiteDenys Vlasenko34-3/+254
2016-10-02ash: undo "tokname hack"Denys Vlasenko1-41/+83
2016-10-02ash: placate gcc: "warning: ! is only applied to the left hand side of =="Denys Vlasenko1-1/+1
2016-10-02hush testsuite: add glob_dir.testsDenys Vlasenko3-1/+45
2016-10-02ash: fix globbing bugs when using glibc glob()Denys Vlasenko3-7/+66
2016-10-02ash: style fixesDenys Vlasenko1-8/+16
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