summaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/zconf.l
Commit message (Expand)AuthorAgeFilesLines
* kconfig: expand lefthand side of assignment statementMasahiro Yamada2018-05-291-0/+7
* kconfig: support append assignment operatorMasahiro Yamada2018-05-291-0/+1
* kconfig: support simply expanded variableMasahiro Yamada2018-05-291-1/+2
* kconfig: support user-defined function and recursively expanded variableMasahiro Yamada2018-05-291-2/+15
* kconfig: begin PARAM state only when seeing a command keywordMasahiro Yamada2018-05-291-1/+1
* kconfig: reference environment variables directly and remove 'option env='Masahiro Yamada2018-05-291-3/+64
* kconfig: use yylineno option instead of manual lineno incrementsMasahiro Yamada2018-03-261-11/+9
* kconfig: detect recursive inclusion earlierMasahiro Yamada2018-03-261-6/+8
* kconfig: remove duplicated file name and lineno of recursive inclusionMasahiro Yamada2018-03-261-5/+4
* kconfig: fix line number in recursive inclusion error messageMasahiro Yamada2018-03-031-8/+4
* kconfig: add xrealloc() helperMasahiro Yamada2018-02-101-1/+1
* kconfig: send error messages to stderrMasahiro Yamada2018-02-091-12/+15
* kconfig: use default 'yy' prefix for lexer and parserMasahiro Yamada2018-01-221-8/+8
* kconfig: warn of unhandled characters in Kconfig commandsAndreas Ruprecht2015-08-191-9/+11
* kconfig: allow use of relations other than (in)equalityJan Beulich2015-06-151-0/+4
* kconfig: don't silently ignore unhandled charactersJan Beulich2015-06-111-1/+6
* kbuild: trivial - use tabs for code indent where possibleMasahiro Yamada2014-06-101-2/+2
* kconfig: remove unused definition from scannerMartin Walch2013-10-081-1/+0
* kconfig: Fix malloc handling in conf toolsAlan Cox2012-11-201-4/+4
* Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-07-301-1/+0
|\
| * kconfig: nuke LKC_DIRECT_LINK cruftArnaud Lacombe2011-06-061-1/+0
* | kconfig/zconf.l: do not ask to generate backupArnaud Lacombe2011-06-091-2/+2
* | kconfig: constify `kconf_id_lookup'Arnaud Lacombe2011-06-091-2/+2
|/
* kconfig: get rid of unused flagsYann E. MORIN2011-04-151-4/+0
* kconfig: allow multiple inclusion of the same fileYann E. MORIN2011-04-151-10/+19
* kconfig: use the file's name of sourced fileArnaud Lacombe2010-09-191-2/+3
* kconfig: constify file nameArnaud Lacombe2010-09-191-1/+1
* kconfig: Mark various internal functions staticJosh Triplett2009-11-151-3/+3
* kconfig: improve error messages for bad source statementsSam Ravnborg2009-01-021-2/+5
* kconfig: scripts/kconfig/zconf.l: add %option noinputAdrian Bunk2008-07-301-0/+1
* kconfig: whitespace removingEGRY Gabor2008-01-281-0/+5
* kconfig: fix mconf segmentation faultMarcin Garski2007-05-061-1/+1
* [PATCH] kconfig: improve error handling in the parserRoman Zippel2005-11-091-18/+24
* [PATCH] kconfig: simplify symbol type parsingRoman Zippel2005-11-091-1/+4
* [PATCH] kconfig: use gperf for kconfig keywordsRoman Zippel2005-11-091-39/+14
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+366
OpenPOWER on IntegriCloud