From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25005 invoked by alias); 22 Jun 2017 12:45:47 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 15140 invoked by uid 89); 22 Jun 2017 12:45:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:156, HContent-Transfer-Encoding:8bit X-HELO: mx1.suse.de Received: from mx2.suse.de (HELO mx1.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 22 Jun 2017 12:45:29 +0000 Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 18C1CADE9; Thu, 22 Jun 2017 12:45:27 +0000 (UTC) Subject: Re: [PATCH] Port Doxygen support script from Perl to Python; add unittests From: =?UTF-8?Q?Martin_Li=c5=a1ka?= To: David Malcolm , gcc-patches@gcc.gnu.org Cc: Jeff Law References: <1489715500-63153-1-git-send-email-dmalcolm@redhat.com> <1493417340.9106.160.camel@redhat.com> <1495827156.9289.75.camel@redhat.com> <3ecc005d-a99a-8fd0-38fa-8d2128c88574@suse.cz> <329c72e0-cb17-178b-3858-d080b5b27457@suse.cz> <05315c85-b294-45d8-a0bf-e67108244ebc@suse.cz> Message-ID: <0783dee2-4563-8645-186c-187104f4c8b7@suse.cz> Date: Thu, 22 Jun 2017 12:45:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: <05315c85-b294-45d8-a0bf-e67108244ebc@suse.cz> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg01658.txt.bz2 PING^1 On 05/31/2017 04:10 PM, Martin Liška wrote: > ..adding missing patch >