aboutsummaryrefslogtreecommitdiff
path: root/scripts/kconfig/lexer.l
AgeCommit message (Expand)AuthorFilesLines
2024-05-02kconfig: remove 'optional' property supportGravatar Masahiro Yamada 1-1/+0
2024-02-19kconfig: change file_lookup() to return the file nameGravatar Masahiro Yamada 1-3/+2
2024-02-19kconfig: move the file and lineno in struct file to struct bufferGravatar Masahiro Yamada 1-29/+23
2024-02-19kconfig: replace remaining current_file->name with cur_filenameGravatar Masahiro Yamada 1-2/+2
2024-02-19kconfig: do not delay the cur_filename updateGravatar Masahiro Yamada 1-10/+7
2024-02-19kconfig: replace file->name with name in zconf_nextfile()Gravatar Masahiro Yamada 1-5/+5
2024-02-19kconfig: remove zconf_curname() and zconf_lineno()Gravatar Masahiro Yamada 1-15/+5
2024-02-19kconfig: replace current_pos with separate cur_{filename,lineno}Gravatar Masahiro Yamada 1-8/+17
2024-02-19kconfig: split preprocessor prototypes into preprocess.hGravatar Masahiro Yamada 1-0/+2
2024-02-19kconfig: fix infinite loop when expanding a macro at the end of fileGravatar Masahiro Yamada 1-2/+5
2024-02-19kconfig: fix line number in recursive inclusion detectionGravatar Masahiro Yamada 1-4/+5
2024-02-19kconfig: remove unneeded buffer allocation in zconf_initscan()Gravatar Masahiro Yamada 1-16/+13
2021-09-30kconfig: rename a variable in the lexer to a clearer nameGravatar Masahiro Yamada 1-3/+3
2021-09-30kconfig: narrow the scope of variables in the lexerGravatar Masahiro Yamada 1-1/+2
2021-04-14kconfig: change "modules" from sub-option to first-level attributeGravatar Masahiro Yamada 1-1/+0
2021-04-14kconfig: remove allnoconfig_y optionGravatar Masahiro Yamada 1-1/+0
2021-04-14kconfig: change defconfig_list option to environment variableGravatar Masahiro Yamada 1-1/+0
2020-12-08kconfig: clean up header inclusionGravatar Boris Kolpackov 1-1/+0
2020-08-14kconfig: add 'static' to some file-local dataGravatar Masahiro Yamada 1-1/+1
2020-08-14kconfig: remove '---help---' supportGravatar Masahiro Yamada 1-1/+1
2019-05-14kconfig: use snprintf for formatting pathnamesGravatar Jacob Garber 1-1/+2
2019-02-13kconfig: rename zconf.y to parser.yGravatar Masahiro Yamada 1-1/+1
2019-02-13kconfig: rename zconf.l to lexer.lGravatar Masahiro Yamada 1-0/+470