aboutsummaryrefslogtreecommitdiff
path: root/shell (unfollow)
Commit message (Expand)AuthorFilesLines
2010-05-19losetup: support /dev/loop10 and higher. closes bug 1627Denys Vlasenko2-26/+35
2010-05-18ash: fix var_leak.tests so that it actually catches the NOFORK bugDenys Vlasenko3-9/+21
2010-05-18typo fixDenys Vlasenko1-1/+1
2010-05-18ash: fix bug which causes signal6.tests to failDenys Vlasenko3-9/+16
2010-05-18ash: fix var_leak testcaseDenys Vlasenko2-6/+16
2010-05-18ash: fix testsuite false positivesDenys Vlasenko3-3/+3
2010-05-18ash,hush: make bare "." set exitcode to 2Denys Vlasenko2-29/+39
2010-05-18make scripts/gen_build_files.sh standard-cleanDenys Vlasenko1-5/+8
2010-05-17shell/README: describe special builtinsDenys Vlasenko1-108/+82
2010-05-17hush: update bash compat todo commentDenys Vlasenko1-7/+10
2010-05-17ash,hush: make "source" a synonym for . if bash compat is onDenys Vlasenko2-0/+5
2010-05-17ash: fix ". empty_file" exitcode. +5 bytesDenys Vlasenko2-4/+5
2010-05-17typo fixDenys Vlasenko1-2/+2
2010-05-17lineedit: fix insertion deep inside line (*several lines* before end)Denys Vlasenko1-8/+15
2010-05-17fix false positive in signal5.testsDenys Vlasenko2-5/+6
2010-05-17ash: use CONFIG_FEATURE_EDITING_MAX_LENDenys Vlasenko2-8/+7
2010-05-17typo fixDenys Vlasenko2-2/+2
2010-05-17hush: fix hush-bugs/parse_err.testsDenys Vlasenko4-7/+12
2010-05-17add two more tests which currently failDenys Vlasenko4-0/+10
2010-05-17ash: fix signal5.testsDenys Vlasenko2-6/+12
2010-05-17lineedit: trivial simplifications. -7 bytesDenys Vlasenko1-14/+6
2010-05-17ash: add two testcases for (not yet fixed) ash bugsDenys Vlasenko4-0/+31
2010-05-17scripts/gen_build_files.sh: revert to using /bin/shDenys Vlasenko1-1/+1
2010-05-17lineedit: fix moving backwards across lines with wide charsDenys Vlasenko1-21/+46
2010-05-16consolidate ESC sequencesDenys Vlasenko8-27/+29
2010-05-16stop using LAST_SUPPORTED_WCHAR and CONFIG_LAST_SUPPORTED_WCHAR, it's confusingDenys Vlasenko3-22/+20
2010-05-16lineedit: partially fix wide and combining chars editingTomas Heinrich3-45/+92