summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/zconf.l
Commit message (Expand)AuthorAge
* kconfig: rename zconf.l to lexer.lMasahiro Yamada2019-02-13
* kconfig: split the lexer 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: update current_pos in the second lexerMasahiro Yamada2018-12-21
* kconfig: switch to ASSIGN_VAL state in the second lexerMasahiro Yamada2018-12-21
* kconfig: stop associating kconf_id with yylvalMasahiro Yamada2018-12-21
* kconfig: stop supporting '.' and '/' in unquoted wordsMasahiro 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: warn no new line at end of fileMasahiro Yamada2018-12-15
* kconfig: clean up EOF handling in the lexerMasahiro Yamada2018-12-12
* kconfig: fix ambiguous grammar in terms of new linesMasahiro Yamada2018-12-12
* kconfig: refactor pattern matching in STRING stateMasahiro Yamada2018-12-12
* kconfig: remove unneeded pattern matching to whitespacesMasahiro Yamada2018-12-12
* kconfig: fix memory leak when EOF is encountered in quotationMasahiro Yamada2018-12-12
* kconfig: fix file name and line number of warn_ignored_character()Masahiro Yamada2018-12-12
* kconfig: expand lefthand side of assignment statementMasahiro Yamada2018-05-28
* kconfig: support append assignment operatorMasahiro Yamada2018-05-28
* kconfig: support simply expanded variableMasahiro Yamada2018-05-28
* kconfig: support user-defined function and recursively expanded variableMasahiro Yamada2018-05-28
* kconfig: begin PARAM state only when seeing a command keywordMasahiro Yamada2018-05-28
* kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada2018-05-28
* kconfig: use yylineno option instead of manual lineno incrementsMasahiro Yamada2018-03-25
* kconfig: detect recursive inclusion earlierMasahiro Yamada2018-03-25
* kconfig: remove duplicated file name and lineno of recursive inclusionMasahiro Yamada2018-03-25
* kconfig: fix line number in recursive inclusion error messageMasahiro Yamada2018-03-02
* kconfig: add xrealloc() helperMasahiro Yamada2018-02-09
* kconfig: send error messages to stderrMasahiro Yamada2018-02-08
* kconfig: use default 'yy' prefix for lexer and parserMasahiro Yamada2018-01-21
* kconfig: warn of unhandled characters in Kconfig commandsAndreas Ruprecht2015-08-19
* kconfig: allow use of relations other than (in)equalityJan Beulich2015-06-15
* kconfig: don't silently ignore unhandled charactersJan Beulich2015-06-11
* kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada2014-06-10
* kconfig: remove unused definition from scannerMartin Walch2013-10-08
* kconfig: Fix malloc handling in conf toolsAlan Cox2012-11-20
* 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
* | kconfig/zconf.l: do not ask to generate backupArnaud Lacombe2011-06-09
* | kconfig: constify `kconf_id_lookup'Arnaud Lacombe2011-06-09
|/
* kconfig: get rid of unused flagsYann E. MORIN2011-04-15
* kconfig: allow multiple inclusion of the same fileYann E. MORIN2011-04-15
* kconfig: use the file's name of sourced fileArnaud Lacombe2010-09-19
* kconfig: constify file nameArnaud Lacombe2010-09-19
* kconfig: Mark various internal functions staticJosh Triplett2009-11-15
* kconfig: improve error messages for bad source statementsSam Ravnborg2009-01-02
* kconfig: scripts/kconfig/zconf.l: add %option noinputAdrian Bunk2008-07-30
* kconfig: whitespace removingEGRY Gabor2008-01-28
* kconfig: fix mconf segmentation faultMarcin Garski2007-05-06