summaryrefslogtreecommitdiff
path: root/shell/shell_common.h
Commit message (Expand)AuthorAgeFilesLines
* hush: fix "export PS1=xyz" and "local PS1=xyz" messing up promptDenys Vlasenko2019-05-141-2/+0
* ash,hush: fold shell_builtin_read() way-too-many params into a struct paramDenys Vlasenko2018-08-051-10/+12
* shell: more efficient check for EOL in readDenys Vlasenko2017-08-091-0/+5
* ash: implement -d DELIM option for readJohannes Schindelin2017-08-091-1/+2
* ash: [VAR] Initialise OPTIND after importing environmentDenys Vlasenko2016-09-301-0/+2
* *: declare strings with ALIGN1, as appropriateMichael Tokarev2012-07-241-1/+1
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* shell: consolidate builtin_foo.? into shell_common.?; delete obsolete shellsDenys Vlasenko2010-05-231-0/+20
* shell/read: check that variable names are saneDenys Vlasenko2010-01-131-6/+2
* shell: split read builtin from ashDenys Vlasenko2010-01-121-0/+35