All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [pull request] Pull request for branch kconfig-update
Date: Mon, 27 Jul 2009 16:11:09 +0200	[thread overview]
Message-ID: <cover.1248703870.git.thomas.petazzoni@free-electrons.com> (raw)

The following changes since commit 660952565ed0c76b4a2e345bb79fd553a4f53d77:
  Thomas Petazzoni (1):
        Update CHANGES with recent improvements

are available in the git repository at:

  git://git.busybox.net/~tpetazzoni/git/buildroot kconfig-update

Alper Yildirim (2):
      config: Update package/config to Kconfig 2.6.30
      config: Add support for xconfig

Thomas Petazzoni (2):
      xconfig: Change titlebar to Buildroot Configuration
      xconfig: Save the configuration properly in qconf

 Makefile                                   |   22 +-
 package/config/Makefile                    |    9 +
 package/config/Makefile.kconfig            |   57 ++-
 package/config/POTFILES.in                 |    7 +
 package/config/conf.c                      |  259 ++++----
 package/config/confdata.c                  |  139 ++++-
 package/config/expr.c                      |   32 +-
 package/config/expr.h                      |   94 ++-
 package/config/gconf.c                     |   16 +-
 package/config/kconfig-language.txt        |  102 +++-
 package/config/kconfig-to-buildroot2.patch |  945 +++++++---------------------
 package/config/kxgettext.c                 |    4 +
 package/config/lex.zconf.c_shipped         |   87 ++-
 package/config/lkc.h                       |   21 +-
 package/config/lkc_proto.h                 |    2 +-
 package/config/lxdialog/check-lxdialog.sh  |   20 +-
 package/config/lxdialog/checklist.c        |    7 +-
 package/config/lxdialog/dialog.h           |   11 +-
 package/config/lxdialog/inputbox.c         |    6 +-
 package/config/lxdialog/menubox.c          |    6 +-
 package/config/lxdialog/textbox.c          |    2 +-
 package/config/lxdialog/util.c             |   32 +-
 package/config/lxdialog/yesno.c            |    4 +-
 package/config/mconf.c                     |  126 ++---
 package/config/menu.c                      |   74 ++-
 package/config/qconf.cc                    |  154 +++---
 package/config/symbol.c                    |  219 +++++--
 package/config/util.c                      |   28 +-
 package/config/zconf.gperf                 |    2 +-
 package/config/zconf.hash.c_shipped        |   19 +-
 package/config/zconf.l                     |   18 +-
 package/config/zconf.tab.c_shipped         |  301 +++++-----
 package/config/zconf.y                     |   13 +-
 33 files changed, 1384 insertions(+), 1454 deletions(-)

Thanks,
-- 
Thomas Petazzoni

             reply	other threads:[~2009-07-27 14:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-27 14:11 Thomas Petazzoni [this message]
2009-07-27 14:11 ` [Buildroot] [PATCH 1/4] config: Update package/config to Kconfig 2.6.30 Thomas Petazzoni
2009-07-27 14:11 ` [Buildroot] [PATCH 2/4] config: Add support for xconfig Thomas Petazzoni
2009-07-27 14:11 ` [Buildroot] [PATCH 3/4] xconfig: Change titlebar to Buildroot Configuration Thomas Petazzoni
2009-07-27 14:11 ` [Buildroot] [PATCH 4/4] xconfig: Save the configuration properly in qconf Thomas Petazzoni
2009-07-27 15:34 ` [Buildroot] [pull request] Pull request for branch kconfig-update Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1248703870.git.thomas.petazzoni@free-electrons.com \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.