Start 1.33.0 development cycle
[oweals/busybox.git] / shell / shell_common.h
2019-05-14 Denys Vlasenkohush: fix "export PS1=xyz" and "local PS1=xyz" messing...
2018-08-05 Denys Vlasenkoash,hush: fold shell_builtin_read() way-too-many params...
2017-08-09 Denys Vlasenkoshell: more efficient check for EOL in read
2017-08-09 Johannes Schindelinash: implement -d DELIM option for read
2016-09-30 Denys Vlasenkoash: [VAR] Initialise OPTIND after importing environment
2012-07-24 Michael Tokarev*: declare strings with ALIGN1, as appropriate
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-05-23 Denys Vlasenkoshell: consolidate builtin_foo.? into shell_common...
2010-01-13 Denys Vlasenkoshell/read: check that variable names are sane
2010-01-12 Denys Vlasenkoshell: split read builtin from ash