aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/zconf.l (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-22kconfig: stop associating kconf_id with yylvalMasahiro Yamada1-2/+0
2018-12-22kconfig: stop supporting '.' and '/' in unquoted wordsMasahiro Yamada1-2/+2
2018-12-22kconfig: use T_WORD instead of T_VARIABLE for variablesMasahiro Yamada1-2/+2
2018-12-22kconfig: use specific tokens instead of T_ASSIGN for assignmentsMasahiro Yamada1-3/+3
2018-12-22kconfig: refactor scanning and parsing "option" propertiesMasahiro Yamada1-0/+3
2018-12-15kconfig: warn no new line at end of fileMasahiro Yamada1-0/+4
2018-12-13kconfig: clean up EOF handling in the lexerMasahiro Yamada1-3/+2
2018-12-13kconfig: fix ambiguous grammar in terms of new linesMasahiro Yamada1-0/+21
2018-12-13kconfig: refactor pattern matching in STRING stateMasahiro Yamada1-11/+3
2018-12-13kconfig: remove unneeded pattern matching to whitespacesMasahiro Yamada1-6/+0
2018-12-13kconfig: fix memory leak when EOF is encountered in quotationMasahiro Yamada1-0/+2
2018-12-13kconfig: fix file name and line number of warn_ignored_character()Masahiro Yamada1-1/+1
2018-05-29kconfig: expand lefthand side of assignment statementMasahiro Yamada1-0/+7
2018-05-29kconfig: support append assignment operatorMasahiro Yamada1-0/+1
2018-05-29kconfig: support simply expanded variableMasahiro Yamada1-1/+2
2018-05-29kconfig: support user-defined function and recursively expanded variableMasahiro Yamada1-2/+15
2018-05-29kconfig: begin PARAM state only when seeing a command keywordMasahiro Yamada1-1/+1
2018-05-29kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada1-3/+64
2018-03-26kconfig: use yylineno option instead of manual lineno incrementsMasahiro Yamada1-11/+9
2018-03-26kconfig: detect recursive inclusion earlierMasahiro Yamada1-6/+8
2018-03-26kconfig: remove duplicated file name and lineno of recursive inclusionMasahiro Yamada1-5/+4
2018-03-03kconfig: fix line number in recursive inclusion error messageMasahiro Yamada1-8/+4
2018-02-10kconfig: add xrealloc() helperMasahiro Yamada1-1/+1
2018-02-09kconfig: send error messages to stderrMasahiro Yamada1-12/+15
2018-01-22kconfig: use default 'yy' prefix for lexer and parserMasahiro Yamada1-8/+8
2015-08-19kconfig: warn of unhandled characters in Kconfig commandsAndreas Ruprecht1-9/+11
2015-06-15kconfig: allow use of relations other than (in)equalityJan Beulich1-0/+4
2015-06-11kconfig: don't silently ignore unhandled charactersJan Beulich1-1/+6
2014-06-10kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada1-2/+2
2013-10-08kconfig: remove unused definition from scannerMartin Walch1-1/+0
2012-11-20kconfig: Fix malloc handling in conf toolsAlan Cox1-4/+4
2011-07-30Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-1/+0
2011-06-09kconfig/zconf.l: do not ask to generate backupArnaud Lacombe1-2/+2
2011-06-09kconfig: constify `kconf_id_lookup'Arnaud Lacombe1-2/+2
2011-06-06kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe1-1/+0
2011-04-15kconfig: get rid of unused flagsYann E. MORIN1-4/+0
2011-04-15kconfig: allow multiple inclusion of the same fileYann E. MORIN1-10/+19
2010-09-19kconfig: use the file's name of sourced fileArnaud Lacombe1-2/+3
2010-09-19kconfig: constify file nameArnaud Lacombe1-1/+1
2009-11-15kconfig: Mark various internal functions staticJosh Triplett1-3/+3
2009-01-02kconfig: improve error messages for bad source statementsSam Ravnborg1-2/+5
2008-07-30kconfig: scripts/kconfig/zconf.l: add %option noinputAdrian Bunk1-0/+1
2008-01-28kconfig: whitespace removingEGRY Gabor1-0/+5
2007-05-06kconfig: fix mconf segmentation faultMarcin Garski1-1/+1
2005-11-09[PATCH] kconfig: improve error handling in the parserRoman Zippel1-18/+24
2005-11-09[PATCH] kconfig: simplify symbol type parsingRoman Zippel1-1/+4
2005-11-09[PATCH] kconfig: use gperf for kconfig keywordsRoman Zippel1-39/+14
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+366