summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/zconf.y
Commit message (Expand)AuthorAge
* kconfig: rename zconf.y to parser.yMasahiro Yamada2019-02-13
* kconfig: remove unused "file" field of yylval unionMasahiro Yamada2019-01-05
* kconfig: split the lexer out of zconf.yMasahiro Yamada2018-12-28
* kconfig: split some C files out of zconf.yMasahiro Yamada2018-12-28
* kconfig: convert to SPDX License IdentifierMasahiro Yamada2018-12-28
* kconfig: remove keyword lookup table entirelyMasahiro Yamada2018-12-28
* kconfig: stop associating kconf_id with yylvalMasahiro Yamada2018-12-21
* kconfig: refactor end token rulesMasahiro Yamada2018-12-21
* kconfig: use T_WORD instead of T_VARIABLE for variablesMasahiro Yamada2018-12-21
* kconfig: use specific tokens instead of T_ASSIGN for assignmentsMasahiro Yamada2018-12-21
* kconfig: refactor scanning and parsing "option" propertiesMasahiro Yamada2018-12-21
* kconfig: use distinct tokens for type and default propertiesMasahiro Yamada2018-12-21
* kconfig: remove redundant token definesMasahiro Yamada2018-12-15
* kconfig: rename depends_list to comment_option_listMasahiro Yamada2018-12-15
* kconfig: loosen the order of "visible" and "depends on" in menu entryMasahiro Yamada2018-12-15
* kconfig: remove redundant menu_block ruleMasahiro Yamada2018-12-15
* kconfig: remove redundant if_block ruleMasahiro Yamada2018-12-15
* kconfig: remove grammatically ambiguous option_errorMasahiro Yamada2018-12-15
* kconfig: remove grammatically ambiguous "unexpected option" diagnosticMasahiro Yamada2018-12-15
* kconfig: fix ambiguous grammar in terms of new linesMasahiro Yamada2018-12-12
* kconfig: require T_EOL to reduce visible statementMasahiro Yamada2018-12-12
* kconfig: fix the rule of mainmenu_stmt symbolMasahiro Yamada2018-08-12
* kconfig: rename SYMBOL_AUTO to SYMBOL_NO_WRITEDirk Gouders2018-07-17
* kconfig: handle P_SYMBOL in print_symbol()Dirk Gouders2018-06-28
* kconfig: fix line numbers for if-entries in menu treeDirk Gouders2018-06-25
* kconfig: support simply expanded variableMasahiro Yamada2018-05-28
* kconfig: support user-defined function and recursively expanded variableMasahiro Yamada2018-05-28
* kconfig: make default prompt of mainmenu less specificMasahiro Yamada2018-05-28
* kconfig: remove string expansion for mainmenu after yyparse()Masahiro Yamada2018-05-28
* kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada2018-05-28
* kconfig: drop localization supportSam Ravnborg2018-05-28
* kconfig: Don't leak choice names during parsingMasahiro Yamada2018-03-01
* kconfig: add xstrdup() helperMasahiro Yamada2018-03-01
* kconfig: Warn if help text is blankUlf Magnusson2018-02-02
* kconfig: use default 'yy' prefix for lexer and parserMasahiro Yamada2018-01-21
* kconfig: Warn if there is more than one help textUlf Magnusson2018-01-21
* kconfig: drop 'boolean' keywordMasahiro Yamada2018-01-21
* kconfig: Remove menu_end_entry()Ulf Magnusson2018-01-21
* kconfig: Don't leak main menus during parsingUlf Magnusson2018-01-21
* kconfig: Don't leak 'option' arguments during parsingUlf Magnusson2018-01-10
* kconfig: Don't leak 'source' filenames during parsingUlf Magnusson2018-01-10
* kconfig: Don't leak symbol names during parsingUlf Magnusson2018-01-10
* kconfig: Sync zconf.y with zconf.tab.c_shippedUlf Magnusson2017-12-12
* Remove gperf usage from toolchainLinus Torvalds2017-08-19
* Kconfig: Introduce the "imply" keywordNicolas Pitre2016-11-16
* kconfig: allow use of relations other than (in)equalityJan Beulich2015-06-15
* kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada2014-06-10
* kconfig: do not special-case 'MODULES' symbolYann E. MORIN2013-09-05
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-07-30
|\
| * kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe2011-06-06