summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/preprocess.c
AgeCommit message (Expand)AuthorLines
2023-09-06kconfig: fix possible buffer overflowKonstantin Meskhidze-0/+3
2022-02-08kconfig: let 'shell' return enough output for deep path namesBrenda Streiff-1/+1
2020-12-21kconfig: fix return value of do_error_if()Masahiro Yamada-1/+1
2019-06-09kconfig: add static qualifier to expand_string()Masahiro Yamada-1/+2
2018-12-28kconfig: split some C files out of zconf.yMasahiro Yamada-0/+2
2018-12-22kconfig: stop supporting '.' and '/' in unquoted wordsMasahiro Yamada-2/+1
2018-06-28kconfig: loop boundary condition fixJerry James-1/+1
2018-05-29kconfig: error out if a recursive variable references itselfMasahiro Yamada-0/+13
2018-05-29kconfig: add 'filename' and 'lineno' built-in variablesMasahiro Yamada-0/+16
2018-05-29kconfig: add 'info', 'warning-if', and 'error-if' built-in functionsMasahiro Yamada-0/+27
2018-05-29kconfig: support append assignment operatorMasahiro Yamada-3/+25
2018-05-29kconfig: support simply expanded variableMasahiro Yamada-3/+16
2018-05-29kconfig: support user-defined function and recursively expanded variableMasahiro Yamada-1/+85
2018-05-29kconfig: add 'shell' built-in functionMasahiro Yamada-0/+41
2018-05-29kconfig: add built-in function supportMasahiro Yamada-12/+130
2018-05-29kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada-0/+238