public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] nconfig
@ 2010-01-07 14:52 Michal Marek
  2010-01-07 14:52 ` [PATCH 1/2] kconfig: new configuration interface (nconfig) Michal Marek
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Michal Marek @ 2010-01-07 14:52 UTC (permalink / raw)
  To: Nir Tzachar; +Cc: linux-kbuild, linux-kernel

Hi Nir,

Just FYI: I queued nconfig for the next merge window. I added a patch to
mark some functions static and changed the description of your patch,
otherwise it's the v7 version you posted.

Michal Marek (1):
  nconfig: mark local functions as such

nir.tzachar@gmail.com (1):
  kconfig: new configuration interface (nconfig)

 scripts/kconfig/Makefile            |   16 +-
 scripts/kconfig/lkc.h               |    2 +-
 scripts/kconfig/lkc_proto.h         |    3 +-
 scripts/kconfig/mconf.c             |   13 -
 scripts/kconfig/menu.c              |   16 +-
 scripts/kconfig/nconf.c             | 1568 +++++++++++++++++++++++++++++++++++
 scripts/kconfig/nconf.gui.c         |  617 ++++++++++++++
 scripts/kconfig/nconf.h             |   95 +++
 scripts/kconfig/zconf.tab.c_shipped |    2 +-
 scripts/kconfig/zconf.y             |    2 +-
 10 files changed, 2314 insertions(+), 20 deletions(-)
 create mode 100644 scripts/kconfig/nconf.c
 create mode 100644 scripts/kconfig/nconf.gui.c
 create mode 100644 scripts/kconfig/nconf.h


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-01-11  9:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-07 14:52 [PATCH 0/2] nconfig Michal Marek
2010-01-07 14:52 ` [PATCH 1/2] kconfig: new configuration interface (nconfig) Michal Marek
2010-01-07 14:52 ` [PATCH 2/2] nconfig: mark local functions as such Michal Marek
2010-01-09 16:47 ` [PATCH 0/2] nconfig Nir Tzachar
2010-01-11  9:56   ` Michal Marek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox