From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 124582 invoked by alias); 30 Jan 2016 18:01:35 -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 124570 invoked by uid 89); 30 Jan 2016 18:01:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-io0-f175.google.com Received: from mail-io0-f175.google.com (HELO mail-io0-f175.google.com) (209.85.223.175) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sat, 30 Jan 2016 18:01:34 +0000 Received: by mail-io0-f175.google.com with SMTP id f81so119194674iof.0 for ; Sat, 30 Jan 2016 10:01:33 -0800 (PST) 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=Q++g4cDJwFLZzc1lD6WdBDMSn0OWhBg8kxstVTBbWcg=; b=QI3oYyTiRchAvpy/pLovo/WLO675eoKTChcFcuZrxUTV5CFexguAyMoTdB+0ueYM0J uC2U9J7B0HPfYipOnoORV9La1tDT8lQkOFZXxjDAg8/MLo+jUsA7ginfERcUwu0Q6izL 6jlfJWOGayV2Kdvu1hIeWO140HN1QJhzVtF0nn/AbLcuZ88rMd6utbs/jJQebAua/4ct rWbyixHyDhl1m609dc5zpmikIKyOsS/OyLyZ+aQgB6QKMmzB/G/IbFDy3S5AU7oFDziD huA2Ja/AZ7Epzf5zn6gcD9R0YrthLdDhPmBdNFnnzaaJHTCPWZcle0TJdyDEJyiLcfjn UnjQ== X-Gm-Message-State: AG10YOS/Z6ZUy8iiA4WjZJuvesZsBNLCKkGv45R8wafGLU6p3nxRRkHGOkkIAS0hi09ptJSvmF+hl2Ya51HK2w== MIME-Version: 1.0 X-Received: by 10.107.186.86 with SMTP id k83mr13987589iof.135.1454176892051; Sat, 30 Jan 2016 10:01:32 -0800 (PST) Received: by 10.36.104.138 with HTTP; Sat, 30 Jan 2016 10:01:31 -0800 (PST) In-Reply-To: <56AA6310.6050000@ericsson.com> References: <1453928650-30750-1-git-send-email-simon.marchi@ericsson.com> <86r3h1pud0.fsf@gmail.com> <56AA3EE5.5050705@ericsson.com> <56AA5371.5080606@gmail.com> <56AA6310.6050000@ericsson.com> Date: Sat, 30 Jan 2016 18:01:00 -0000 Message-ID: Subject: Re: [PATCH] Import strchrnul from gnulib and use it From: Matt Rice To: Simon Marchi Cc: Yao Qi , "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016-01/txt/msg00731.txt.bz2 On Thu, Jan 28, 2016 at 10:50 AM, Simon Marchi wrote: > On 16-01-28 12:44 PM, Yao Qi wrote: >> Yes, it was discussed before, >> https://sourceware.org/ml/gdb-patches/2014-10/msg00842.html and I think >> we'd better list all of them explicitly to know what do we import to >> GDB. > > Ok, I just pushed this patch: > FWIW there was a script posted recently to gnulib that lists module dependencies http://lists.gnu.org/archive/html/bug-gnulib/2016-01/msg00013.html and the old thing i'd done reference from that thread is back... https://gitorious.org/gnulib-module-graph/gnulib-module-graph