From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 58843 invoked by alias); 4 Apr 2017 10:18:14 -0000 Mailing-List: contact newlib-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: newlib-owner@sourceware.org Received: (qmail 58769 invoked by uid 89); 4 Apr 2017 10:18:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=no version=3.3.2 spammy= X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 04 Apr 2017 10:18:13 +0000 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 45DF54E4FC for ; Tue, 4 Apr 2017 10:18:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 45DF54E4FC Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=vinschen@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 45DF54E4FC Received: from calimero.vinschen.de (unknown [10.36.118.56]) by smtp.corp.redhat.com (Postfix) with ESMTP id 0DA7991035 for ; Tue, 4 Apr 2017 10:18:13 +0000 (UTC) Received: by calimero.vinschen.de (Postfix, from userid 500) id E5F84A805C0; Tue, 4 Apr 2017 12:18:11 +0200 (CEST) Date: Tue, 04 Apr 2017 10:18:00 -0000 From: Corinna Vinschen To: newlib@sourceware.org Subject: Re: [PATCH v2 1/8] Add new FOREACH_FROM variants for queue(3) Message-ID: <20170404101811.GC2961@calimero.vinschen.de> Reply-To: newlib@sourceware.org Mail-Followup-To: newlib@sourceware.org References: <1491300031-6012-1-git-send-email-sebastian.huber@embedded-brains.de> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="zCKi3GIZzVBPywwA" Content-Disposition: inline In-Reply-To: <1491300031-6012-1-git-send-email-sebastian.huber@embedded-brains.de> User-Agent: Mutt/1.8.0 (2017-02-23) X-SW-Source: 2017/txt/msg00276.txt.bz2 --zCKi3GIZzVBPywwA Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-length: 516 On Apr 4 12:00, Sebastian Huber wrote: > From: lstewart >=20 > Add new FOREACH_FROM variants of the queue(3) FOREACH macros which can > optionally start the traversal from a previously found element by > passing the element in as "var". Passing a NULL "var" retains the same > semantics as the regular FOREACH macros. >=20 > Kudos to phk for suggesting the "FROM" suffix instead of my original > proposal. Patchset pushed. Thanks, Corinna --=20 Corinna Vinschen Cygwin Maintainer Red Hat --zCKi3GIZzVBPywwA Content-Type: application/pgp-signature; name="signature.asc" Content-length: 819 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJY43LjAAoJEPU2Bp2uRE+gIQUP/2DmBjyVRIAQlrDUbCCh0f2N phtHfgetO6HQ68TYSoh37bhxgVFdKWj5SD/Zdvrh951OQGy1XieHbYogXJ2GNwta KvK/7TNLM0GscyBEoBrsQEIZBPtfHBI1gOaZKc+++3mPXroJEvepxInYY5X0T/no 1SIAtbB7tqV4b9hXQRP8zdvnhwsaylZEiXf0dq+8zlDwERFvwKlHS2GFTSbdhU6x 8Rbh6bFeYSz7hhKjXsBV4L+kEKydGX7TNhQC+ckdDH0KUzezPqJHmmIDDparrSf3 PdN1cY2o/YZ0aJVOvE1nE06YL2mvf8mVNkjSJcOBBpRUtar3b5y42hh+871m7ZzI tYw6WXk1Mlkk190cx12GLWV0LFMp7wLafn8SgpOJbiExo1tyYohvCsoKvz1luULT g4o9YwjcghTm1Qj8ddPqQXOK0fQT3/HRcr6neQ3JzcC5JlPkTEjuGGFSZVTbfZ9N F9nBB//gdd+UjZpMIJFD4gL1EpNV/OQArmGCxNZk6MZCuRfNRGE1BUjTK2D/61um j5PRjiQbP19/+yW8Jm7e2OgYrZM0zRDB/M4G9iLbQEFGWhZWtNGf1vrakJGlIdE1 1qYRQHJOqjm6M78bnKzfK4sZe1fJCOa9AE+JCYC2q6pyiWKkHXaQi9Viv77rd+Zc o+Hy7I7saE4mfExV3Vj+ =J2lN -----END PGP SIGNATURE----- --zCKi3GIZzVBPywwA--