aboutsummaryrefslogtreecommitdiff
path: root/shell/shell_common.h
AgeCommit message (Expand)Author
2019-05-14hush: fix "export PS1=xyz" and "local PS1=xyz" messing up promptDenys Vlasenko
2018-08-05ash,hush: fold shell_builtin_read() way-too-many params into a struct paramDenys Vlasenko
2017-08-09shell: more efficient check for EOL in readDenys Vlasenko
2017-08-09ash: implement -d DELIM option for readJohannes Schindelin
2016-09-30ash: [VAR] Initialise OPTIND after importing environmentDenys Vlasenko
2012-07-24*: declare strings with ALIGN1, as appropriateMichael Tokarev
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-05-23shell: consolidate builtin_foo.? into shell_common.?; delete obsolete shellsDenys Vlasenko
2010-01-13shell/read: check that variable names are saneDenys Vlasenko
2010-01-12shell: split read builtin from ashDenys Vlasenko