16 Nov, 2009
1 commit
-
kconfig's keyword hash, lexer, and parser define various functions used
only locally. Declare these functions as static, and regenerate the
corresponding generated files.Signed-off-by: Josh Triplett
03 Jan, 2009
1 commit
-
We now say where we detect the second source of a file,
and where we detect a recursively source of the same file.
This makes it easier to fix such errors.Signed-off-by: Sam Ravnborg
Cc: Roman Zippel
31 Jul, 2008
1 commit
-
gcc 4.3 correctly determines that input() is unused and gives the
following warning:...
HOSTCC scripts/kconfig/zconf.tab.o
scripts/kconfig/lex.zconf.c:1628: warning: ‘input’ defined but not used
...Fix it by adding %option noinput to scripts/kconfig/zconf.l and
regeneration of scripts/kconfig/lex.zconf.c_shipped.Signed-off-by: Adrian Bunk
Cc: Roman Zippel
Signed-off-by: Sam Ravnborg
29 Jan, 2008
1 commit
-
This patch removes the unnecessary whitespaces from
end of help lines of Kconfig files.Signed-off-by: Egry Gabor
Reviewed-by: Sam Ravnborg
Signed-off-by: Sam Ravnborg
Cc: Roman Zippel
06 May, 2007
1 commit
-
I have found small bug in mconf, when you run it without any argument it
will sigsegv.Without patch:
$ scripts/kconfig/mconf
Segmentation faultWith patch:
$ scripts/kconfig/mconf
can't find file (null)Signed-off-by: Marcin Garski
Signed-off-by: Sam Ravnborg
09 Nov, 2005
3 commits
-
Add a few error tokens to the parser to catch common errors and print more
descriptive error messages.Signed-off-by: Roman Zippel
Cc: Sam Ravnborg
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
This simplifies the parser a bit by merging the various symbol types into a
single token and adds the type to the keyword hash.Signed-off-by: Roman Zippel
Cc: Sam Ravnborg
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds -
Use gperf to generate a hash for the kconfig keywords. This greatly reduces
the size of the generated scanner and makes it easier to extend kconfig.Signed-off-by: Roman Zippel
Cc: Sam Ravnborg
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
17 Apr, 2005
1 commit
-
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.Let it rip!