summaryrefslogtreecommitdiff
path: root/scripts/kconfig/lexer.l
AgeCommit message (Expand)Author
2024-02-19kconfig: change file_lookup() to return the file nameMasahiro Yamada
2024-02-19kconfig: move the file and lineno in struct file to struct bufferMasahiro Yamada
2024-02-19kconfig: replace remaining current_file->name with cur_filenameMasahiro Yamada
2024-02-19kconfig: do not delay the cur_filename updateMasahiro Yamada
2024-02-19kconfig: replace file->name with name in zconf_nextfile()Masahiro Yamada
2024-02-19kconfig: remove zconf_curname() and zconf_lineno()Masahiro Yamada
2024-02-19kconfig: replace current_pos with separate cur_{filename,lineno}Masahiro Yamada
2024-02-19kconfig: split preprocessor prototypes into preprocess.hMasahiro Yamada
2024-02-19kconfig: fix infinite loop when expanding a macro at the end of fileMasahiro Yamada
2024-02-19kconfig: fix line number in recursive inclusion detectionMasahiro Yamada
2024-02-19kconfig: remove unneeded buffer allocation in zconf_initscan()Masahiro Yamada
2021-09-30kconfig: rename a variable in the lexer to a clearer nameMasahiro Yamada
2021-09-30kconfig: narrow the scope of variables in the lexerMasahiro Yamada
2021-04-14kconfig: change "modules" from sub-option to first-level attributeMasahiro Yamada
2021-04-14kconfig: remove allnoconfig_y optionMasahiro Yamada
2021-04-14kconfig: change defconfig_list option to environment variableMasahiro Yamada
2020-12-08kconfig: clean up header inclusionBoris Kolpackov
2020-08-14kconfig: add 'static' to some file-local dataMasahiro Yamada
2020-08-14kconfig: remove '---help---' supportMasahiro Yamada
2019-05-14kconfig: use snprintf for formatting pathnamesJacob Garber
2019-02-13kconfig: rename zconf.y to parser.yMasahiro Yamada
2019-02-13kconfig: rename zconf.l to lexer.lMasahiro Yamada