summaryrefslogtreecommitdiff
path: root/scripts/kconfig/zconf.l
AgeCommit message (Expand)Author
2019-02-13kconfig: rename zconf.l to lexer.lMasahiro Yamada
2018-12-28kconfig: split the lexer out of zconf.yMasahiro Yamada
2018-12-28kconfig: convert to SPDX License IdentifierMasahiro Yamada
2018-12-28kconfig: remove keyword lookup table entirelyMasahiro Yamada
2018-12-22kconfig: update current_pos in the second lexerMasahiro Yamada
2018-12-22kconfig: switch to ASSIGN_VAL state in the second lexerMasahiro Yamada
2018-12-22kconfig: stop associating kconf_id with yylvalMasahiro Yamada
2018-12-22kconfig: stop supporting '.' and '/' in unquoted wordsMasahiro Yamada
2018-12-22kconfig: use T_WORD instead of T_VARIABLE for variablesMasahiro Yamada
2018-12-22kconfig: use specific tokens instead of T_ASSIGN for assignmentsMasahiro Yamada
2018-12-22kconfig: refactor scanning and parsing "option" propertiesMasahiro Yamada
2018-12-15kconfig: warn no new line at end of fileMasahiro Yamada
2018-12-13kconfig: clean up EOF handling in the lexerMasahiro Yamada
2018-12-13kconfig: fix ambiguous grammar in terms of new linesMasahiro Yamada
2018-12-13kconfig: refactor pattern matching in STRING stateMasahiro Yamada
2018-12-13kconfig: remove unneeded pattern matching to whitespacesMasahiro Yamada
2018-12-13kconfig: fix memory leak when EOF is encountered in quotationMasahiro Yamada
2018-12-13kconfig: fix file name and line number of warn_ignored_character()Masahiro Yamada
2018-05-29kconfig: expand lefthand side of assignment statementMasahiro Yamada
2018-05-29kconfig: support append assignment operatorMasahiro Yamada
2018-05-29kconfig: support simply expanded variableMasahiro Yamada
2018-05-29kconfig: support user-defined function and recursively expanded variableMasahiro Yamada
2018-05-29kconfig: begin PARAM state only when seeing a command keywordMasahiro Yamada
2018-05-29kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada
2018-03-26kconfig: use yylineno option instead of manual lineno incrementsMasahiro Yamada
2018-03-26kconfig: detect recursive inclusion earlierMasahiro Yamada
2018-03-26kconfig: remove duplicated file name and lineno of recursive inclusionMasahiro Yamada
2018-03-03kconfig: fix line number in recursive inclusion error messageMasahiro Yamada
2018-02-10kconfig: add xrealloc() helperMasahiro Yamada
2018-02-09kconfig: send error messages to stderrMasahiro Yamada
2018-01-22kconfig: use default 'yy' prefix for lexer and parserMasahiro Yamada
2015-08-19kconfig: warn of unhandled characters in Kconfig commandsAndreas Ruprecht
2015-06-15kconfig: allow use of relations other than (in)equalityJan Beulich
2015-06-11kconfig: don't silently ignore unhandled charactersJan Beulich
2014-06-10kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada
2013-10-08kconfig: remove unused definition from scannerMartin Walch
2012-11-20kconfig: Fix malloc handling in conf toolsAlan Cox
2011-07-30Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2011-06-09kconfig/zconf.l: do not ask to generate backupArnaud Lacombe
2011-06-09kconfig: constify `kconf_id_lookup'Arnaud Lacombe
2011-06-06kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe
2011-04-15kconfig: get rid of unused flagsYann E. MORIN
2011-04-15kconfig: allow multiple inclusion of the same fileYann E. MORIN
2010-09-19kconfig: use the file's name of sourced fileArnaud Lacombe
2010-09-19kconfig: constify file nameArnaud Lacombe
2009-11-15kconfig: Mark various internal functions staticJosh Triplett
2009-01-02kconfig: improve error messages for bad source statementsSam Ravnborg
2008-07-30kconfig: scripts/kconfig/zconf.l: add %option noinputAdrian Bunk
2008-01-28kconfig: whitespace removingEGRY Gabor
2007-05-06kconfig: fix mconf segmentation faultMarcin Garski