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