10 Jun, 2014

1 commit


09 Oct, 2013

1 commit

  • The definition ws [ \n\t] is not used anywhere. Drop it to avoid confusion.

    As it is a dead definition, any changes in the resulting code generated by
    flex would be surprising (actually testing this showed that there are really
    no changes). So, there is no need to touch the existing zconf.lex.c_shipped.

    Signed-off-by: Martin Walch
    Reviewed-by: "Yann E. MORIN"
    Signed-off-by: "Yann E. MORIN:

    Martin Walch
     

20 Nov, 2012

1 commit


30 Jul, 2011

1 commit

  • * 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6: (25 commits)
    kconfig: Introduce IS_ENABLED(), IS_BUILTIN() and IS_MODULE()
    xconfig: Abort close if configuration cannot be saved
    kconfig: fix missing "0x" prefix from S_HEX symbol in autoconf.h
    kconfig/nconf: remove useless conditionnal
    kconfig/nconf: prevent segfault on empty menu
    kconfig/nconf: use the generic menu_get_ext_help()
    nconfig: Avoid Wunused-but-set warning
    kconfig/conf: mark xfgets() private
    kconfig: remove pending prototypes for kconfig_load()
    kconfig/conf: add command line options' description
    kconfig/conf: reduce the scope of `defconfig_file'
    kconfig: use calloc() for expr allocation
    kconfig: introduce specialized printer
    kconfig: do not overwrite symbol direct dependency in assignment
    kconfig/gconf: silent missing prototype warnings
    kconfig/gconf: kill deadcode
    kconfig: nuke LKC_DIRECT_LINK cruft
    kconfig: nuke reference to SWIG
    kconfig: add missing inclusion
    kconfig: add missing inclusion
    ...

    Fix up conflicts in scripts/kconfig/Makefile

    Linus Torvalds
     

10 Jun, 2011

2 commits


07 Jun, 2011

1 commit


15 Apr, 2011

2 commits

  • Now that we detect recusrion of sourced files, get rid of
    now unused flags.

    Regenerate lex.zconf.c_shipped file.

    Signed-off-by: "Yann E. MORIN"
    Signed-off-by: Michal Marek

    Yann E. MORIN
     
  • Allow 'source'ing the same file from multiple places (eg. from
    different files, and/or under different conditions).

    To avoid circular inclusion, scan the source-ancestry of the
    current file, and abort if already sourced in this branch.

    Regenerate the pre-parsed lex.zconf.c_shipped file.

    Signed-off-by: "Yann E. MORIN"
    Signed-off-by: Michal Marek

    Yann E. MORIN
     

20 Sep, 2010

2 commits


16 Nov, 2009

1 commit


03 Jan, 2009

1 commit


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

    Adrian Bunk
     

29 Jan, 2008

1 commit


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 fault

    With patch:
    $ scripts/kconfig/mconf
    can't find file (null)

    Signed-off-by: Marcin Garski
    Signed-off-by: Sam Ravnborg

    Marcin Garski
     

09 Nov, 2005

3 commits


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!

    Linus Torvalds