aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
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