Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2010-05-17 | ash: use CONFIG_FEATURE_EDITING_MAX_LEN | Denys Vlasenko | 2 | -8/+7 |
2010-05-17 | typo fix | Denys Vlasenko | 2 | -2/+2 |
2010-05-17 | hush: fix hush-bugs/parse_err.tests | Denys Vlasenko | 4 | -7/+12 |
2010-05-17 | add two more tests which currently fail | Denys Vlasenko | 4 | -0/+10 |
2010-05-17 | ash: fix signal5.tests | Denys Vlasenko | 2 | -6/+12 |
2010-05-17 | lineedit: trivial simplifications. -7 bytes | Denys Vlasenko | 1 | -14/+6 |
2010-05-17 | ash: add two testcases for (not yet fixed) ash bugs | Denys Vlasenko | 4 | -0/+31 |
2010-05-17 | scripts/gen_build_files.sh: revert to using /bin/sh | Denys Vlasenko | 1 | -1/+1 |
2010-05-17 | lineedit: fix moving backwards across lines with wide chars | Denys Vlasenko | 1 | -21/+46 |
2010-05-16 | consolidate ESC sequences | Denys Vlasenko | 8 | -27/+29 |
2010-05-16 | stop using LAST_SUPPORTED_WCHAR and CONFIG_LAST_SUPPORTED_WCHAR, it's confusing | Denys Vlasenko | 3 | -22/+20 |
2010-05-16 | lineedit: partially fix wide and combining chars editing | Tomas Heinrich | 3 | -45/+92 |