aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-21hush: add a list of unsupported builtinsDenys Vlasenko
2010-05-21hush: handle ${var:NUM:} tooDenys Vlasenko
2010-05-21trylink: gold may not support --sort-common (yet)Bernhard Reutner-Fischer
2010-05-21lxdialog: fix ncursesw include detectionBernhard Reutner-Fischer
2010-05-21hush: remove extra comparison from prev commitDenys Vlasenko
2010-05-21hush: optional support for ${var:N:M} bashismDenys Vlasenko
2010-05-20hush: explain various parameter expansion ops in commentsDenys Vlasenko
2010-05-20hush: small code shrinkDenys Vlasenko
2010-05-20hush: shrink variable expansion codeDenys Vlasenko
2010-05-20hush: fix var=`exit 2` not setting $? to 2Denys Vlasenko
2010-05-20update shell/READMEDenys Vlasenko
2010-05-20ash: eliminate 16 bytes in bssDenys Vlasenko
2010-05-20hush: code shrinkDenys Vlasenko
2010-05-20hush: support "cd -- DIR" and suchDenys Vlasenko
2010-05-20shell: make it possible to alias one of shells to "bash"Denys Vlasenko
2010-05-19setkeycodes: fix handling of 0exx scancodesDenys Vlasenko
2010-05-19mount: handle EDQUOT > 255 properly. closes bug 1579Denys Vlasenko
2010-05-19vi: fix "set ic" command; code shrink while at it. closes bug 1765Denys Vlasenko
2010-05-19losetup: support /dev/loop10 and higher. closes bug 1627Denys Vlasenko
2010-05-18ash: fix var_leak.tests so that it actually catches the NOFORK bugDenys Vlasenko
2010-05-18typo fixDenys Vlasenko
2010-05-18ash: fix bug which causes signal6.tests to failDenys Vlasenko
2010-05-18ash: fix var_leak testcaseDenys Vlasenko
2010-05-18ash: fix testsuite false positivesDenys Vlasenko
2010-05-18ash,hush: make bare "." set exitcode to 2Denys Vlasenko
2010-05-18make scripts/gen_build_files.sh standard-cleanDenys Vlasenko
2010-05-17shell/README: describe special builtinsDenys Vlasenko
2010-05-17hush: update bash compat todo commentDenys Vlasenko
2010-05-17ash,hush: make "source" a synonym for . if bash compat is onDenys Vlasenko
2010-05-17ash: fix ". empty_file" exitcode. +5 bytesDenys Vlasenko
2010-05-17typo fixDenys Vlasenko
2010-05-17lineedit: fix insertion deep inside line (*several lines* before end)Denys Vlasenko
2010-05-17fix false positive in signal5.testsDenys Vlasenko
2010-05-17ash: use CONFIG_FEATURE_EDITING_MAX_LENDenys Vlasenko
2010-05-17typo fixDenys Vlasenko
2010-05-17hush: fix hush-bugs/parse_err.testsDenys Vlasenko
2010-05-17add two more tests which currently failDenys Vlasenko
2010-05-17ash: fix signal5.testsDenys Vlasenko
2010-05-17lineedit: trivial simplifications. -7 bytesDenys Vlasenko
2010-05-17ash: add two testcases for (not yet fixed) ash bugsDenys Vlasenko
2010-05-17scripts/gen_build_files.sh: revert to using /bin/shDenys Vlasenko
2010-05-17lineedit: fix moving backwards across lines with wide charsDenys Vlasenko
2010-05-16consolidate ESC sequencesDenys Vlasenko
2010-05-16stop using LAST_SUPPORTED_WCHAR and CONFIG_LAST_SUPPORTED_WCHAR, it's confusingDenys Vlasenko
2010-05-16lineedit: partially fix wide and combining chars editingTomas Heinrich
2010-05-16findutils: Add Config.in and Kbuild to .gitignorePeter Tyser
2010-05-16scripts/Makefile.clean: Make Kbuild and Makefile optionalPeter Tyser
2010-05-16Makefile: Clean up auto-generated Kbuild and Config.in filesPeter Tyser
2010-05-16hush: mention PPID, RANDOM supportDenys Vlasenko
2010-05-16setsid: check for setsid error directlyDenys Vlasenko