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