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