All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: linux-kbuild@vger.kernel.org
Cc: Michal Marek <mmarek@suse.cz>,
	Ben Hutchings <ben@decadent.org.uk>,
	Martin Walch <walch.martin@web.de>, Regid Ichira <regid23@nt1.in>,
	"\"Yann E. MORIN:" <yann.morin.1998@free.fr>
Subject: [pull request] Pull request for branch yem/kconfig-for-next
Date: Wed, 30 Oct 2013 22:46:17 +0100	[thread overview]
Message-ID: <cover.1383168460.git.yann.morin.1998@free.fr> (raw)

From: "Yann E. MORIN" <yann.morin.1998@free.fr>

Hello All!

Michal, please pull these changes to kconfig for 3.13:
  - update Documentation and mconf's help  (Martin, Regid)
  - remove unneeded kconfig scanner declaration  (Martin)
  - clarify parser warning message about type redefinition  (Martin)
  - fix gstr length usage  (Martin)
  - store our Qt config settings in a proper location  (Ben)

There are still a few patches floating on the list, but I haven't yet
had time to review/test them; I'll do this in the coming days.

/me has still not entirely got over his trip to Edinburgh last week...

Regards,
Yann E. MORIN.


The following changes since commit 86eb781889ec31f6421b86ab252ea609d456322d:

  scripts/config: fix variable substitution command (2013-09-13 13:06:59 +0200)

are available in the git repository at:

  git://gitorious.org/linux-kconfig/linux-kconfig.git yem/kconfig-for-next

for you to fetch changes up to 00d4f8fc2c729b1baf723cacd2b5942b032b6784:

  xconfig: Fix the filename for GUI settings (2013-10-08 23:52:16 +0200)

----------------------------------------------------------------
Ben Hutchings (1):
      xconfig: Fix the filename for GUI settings

Martin Walch (5):
      kconfig: add short explanation to SYMBOL_WRITE
      kconfig: fix trivial typos and update mconf documentation
      kconfig: adjust warning message for conflicting types
      kconfig: remove unused definition from scanner
      kconfig: fix bug in search results string: use strlen(gstr->s), not gstr->len

Regid Ichira (1):
      Documentation/kbuild/kconfig.txt: 'make listnewconfig' replaces: yes "" | make oldconfig

 Documentation/kbuild/kconfig.txt | 11 ++------
 scripts/kconfig/expr.h           |  2 +-
 scripts/kconfig/mconf.c          | 60 +++++++++++++++++++---------------------
 scripts/kconfig/menu.c           | 11 ++++----
 scripts/kconfig/qconf.cc         |  5 ++++
 scripts/kconfig/qconf.h          |  1 +
 scripts/kconfig/symbol.c         |  2 +-
 scripts/kconfig/zconf.l          |  1 -
 8 files changed, 45 insertions(+), 48 deletions(-)

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

             reply	other threads:[~2013-10-30 21:46 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-30 21:46 Yann E. MORIN [this message]
2013-10-30 21:46 ` [PATCH 1/7] Documentation/kbuild/kconfig.txt: 'make listnewconfig' replaces: yes "" | make oldconfig Yann E. MORIN
2013-10-30 21:46 ` [PATCH 2/7] kconfig: add short explanation to SYMBOL_WRITE Yann E. MORIN
2013-10-30 21:46 ` [PATCH 3/7] kconfig: fix trivial typos and update mconf documentation Yann E. MORIN
2013-10-30 21:46 ` [PATCH 4/7] kconfig: adjust warning message for conflicting types Yann E. MORIN
2013-10-30 21:46 ` [PATCH 5/7] kconfig: remove unused definition from scanner Yann E. MORIN
2013-10-30 21:46 ` [PATCH 6/7] kconfig: fix bug in search results string: use strlen(gstr->s), not gstr->len Yann E. MORIN
2013-10-30 21:46 ` [PATCH 7/7] xconfig: Fix the filename for GUI settings Yann E. MORIN
2013-10-31 11:18 ` [pull request] Pull request for branch yem/kconfig-for-next Michal Marek
  -- strict thread matches above, loose matches on Subject: below --
2013-09-04 10:59 Yann E. MORIN
2013-08-15 21:17 Yann E. MORIN
2013-08-16 12:48 ` Michal Marek
2013-08-16 13:02   ` Yann E. MORIN

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.1383168460.git.yann.morin.1998@free.fr \
    --to=yann.morin.1998@free.fr \
    --cc=ben@decadent.org.uk \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=mmarek@suse.cz \
    --cc=regid23@nt1.in \
    --cc=walch.martin@web.de \
    /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.