From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2061 invoked by alias); 16 Sep 2013 17:23:08 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 2048 invoked by uid 89); 16 Sep 2013 17:23:07 -0000 Received: from mail-ie0-f178.google.com (HELO mail-ie0-f178.google.com) (209.85.223.178) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 16 Sep 2013 17:23:07 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.6 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,NO_RELAYS autolearn=ham version=3.3.2 X-HELO: mail-ie0-f178.google.com Received: by mail-ie0-f178.google.com with SMTP id to1so7761984ieb.23 for ; Mon, 16 Sep 2013 10:23:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=t+SDKDzqpmTkjSJ/EQ7qX7sV0sSQgx1/CsiRXqPNEqI=; b=ZDejcDX5zeETOk26DESFx8pvbZad22+rxpGei0Itb6h9gYgJuclLCx1taPsBkhlsrN Jkzc3qckFr/w1Lgo5Rk+rH2i8c8XnLgdSrCVzIgSJFoNItwGXDja4bL3CqsqgJTePG23 hGI9SjAGIEyQXQIFqKc2kL9SBJl5erw399Y7jQ/4S78ki/n/6r+188z9Hb1gTmbPoRCv mHWbdcEg3xZcmZ/qqQGWue+ies+VqlkKMZsiBmsuxP/S4H+StdHc0YQk8Msch6YgOcdm iOVSTIVxIn8R6sN9jjhCcZ7L5V6eSoz2ityg7jNDdxs0BzEK2qe9t7kubWjB4XPzIbdE cDxA== X-Gm-Message-State: ALoCoQmJ/Lhx3yT5eGv4pluuk5iyrIBNY6ohsHEFTxd6hOwaSag9TjaSWZNQ2qsusVkuX0mEquaCpFMu2tPV2hDbl28xRwVau9rw68qhEZGR7lMVWt8D9h9pNPihaHUZi1Zvo8ArHzcBee1WiGB2W0KCiY8ZbvHO7cbeXeEKbq/ZaeCLAeTbsGFWpg3OzahG1uAdErwUDKta/Gafzt5TbyIylW3eeSvpcg== MIME-Version: 1.0 X-Received: by 10.50.67.107 with SMTP id m11mr6658789igt.11.1379352185470; Mon, 16 Sep 2013 10:23:05 -0700 (PDT) Received: by 10.64.31.100 with HTTP; Mon, 16 Sep 2013 10:23:05 -0700 (PDT) In-Reply-To: References: <83a9jhi3h0.fsf@gnu.org> <83li30h5z0.fsf@gnu.org> <83ioy4h5cl.fsf@gnu.org> <83d2obhoqy.fsf@gnu.org> Date: Mon, 16 Sep 2013 17:23:00 -0000 Message-ID: Subject: Re: [PATCH/RFA] Introduce new $_isvoid() convenience function From: Doug Evans To: Sergio Durigan Junior Cc: Eli Zaretskii , gdb-patches Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2013-09/txt/msg00456.txt.bz2 On Mon, Sep 16, 2013 at 10:18 AM, Sergio Durigan Junior wrote: > On Saturday, September 14 2013, Eli Zaretskii wrote: > >>> From: Sergio Durigan Junior > >>> WDYT of this version? >> >> This is great, thanks. > > Thanks. Doug, just to confirm, have you approved the patch too? LGTM, thanks.