From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 121543 invoked by alias); 9 Apr 2015 20:12:53 -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 121486 invoked by uid 89); 9 Apr 2015 20:12:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-Spam-User: qpsmtpd, 3 recipients X-HELO: ainaz.pair.com Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Thu, 09 Apr 2015 20:12:50 +0000 Received: from tuna.dhcp.nue.suse.com (charybdis-ext.suse.de [195.135.221.2]) by ainaz.pair.com (Postfix) with ESMTPSA id C9D7F3F48C; Thu, 9 Apr 2015 16:12:46 -0400 (EDT) Date: Thu, 09 Apr 2015 20:12:00 -0000 From: Gerald Pfeifer To: Jonathan Wakely cc: John Marino , Jeff Law , "Joseph S. Myers" , gcc-patches@gcc.gnu.org, manu@gcc.gnu.org, "Eric Botcazou (gnu.org)" Subject: [doc] Add John Marino to doc/contrib.texi (was: Contributing new gcc targets: i386-*-dragonfly and x86-64-*-dragonfly) In-Reply-To: Message-ID: References: <5352D100.9040108@marino.st> <5362DC9B.8090709@marino.st> <5363E0F4.4060900@marino.st> <53649694.6050508@marino.st> <536C671F.4080100@redhat.com> <536C8059.8090304@marino.st> <5370FDD9.8030802@redhat.com> <53710071.9040901@marino.st> MIME-Version: 1.0 Content-Type: text/plain; CHARSET=US-ASCII X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00415.txt.bz2 On Wed, 21 May 2014, Jonathan Wakely wrote: > Bootstrapped on x86_64-unknown-dragonfly3.6 and > x86_64-unknown-linux-gnu, committed to trunk as > http://gcc.gnu.org/r210694 > > John, thanks for contributing the target support and for persevering > with the review process :-) And here is the corresponding entry to doc/contrib.texi. Committed. Better late than never, I guess, and still in time for 5.0. :-) Gerald 2015-04-09 Gerald Pfeifer * doc/contrib.texi (Contributors): Add John Marino. Index: doc/contrib.texi =================================================================== --- doc/contrib.texi (revision 221959) +++ doc/contrib.texi (working copy) @@ -590,6 +590,9 @@ Bob Manson for his behind the scenes work on dejagnu. @item +John Marino for contributing the DragonFly BSD port. + +@item Philip Martin for lots of libstdc++ string and vector iterator fixes and improvements, and string clean up and testsuites.