From patchwork Thu Jan 3 05:15:34 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 209183 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 7ACB92C007E for ; Thu, 3 Jan 2013 16:16:06 +1100 (EST) Comment: DKIM? See http://www.dkim.org DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gcc.gnu.org; s=default; x=1357794966; h=Comment: DomainKey-Signature:Received:Received:Received:Received:Date: From:To:cc:Subject:Message-ID:MIME-Version:Content-Type: Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:Sender:Delivered-To; bh=2ibfbidxMDq6lDbpUc5L F9KKq44=; b=rn6Ou845Kwxh8tJOFY/wN9tOvbyD4JiKa4eJn9AUM1uz5cbAoc44 OeLwYinFGhLjilgnqFI4Od62vWAtKXyIqW7oB+n7E4TTwBKAcMNRiWDlWoj2QvcA xZ2bvy89GiO/p3SHoPpO0N861Gpo5suLVPEVz0o710ag61aKCZS+rS4= Comment: DomainKeys? See http://antispam.yahoo.com/domainkeys DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=gcc.gnu.org; h=Received:Received:X-SWARE-Spam-Status:X-Spam-Check-By:Received:Received:Date:From:To:cc:Subject:Message-ID:MIME-Version:Content-Type:X-IsSubscribed:Mailing-List:Precedence:List-Id:List-Unsubscribe:List-Archive:List-Post:List-Help:Sender:Delivered-To; b=tSPaxALtIf+xzFapZif+Lln8XfOHy1hKtg7jm+ZsFmry74nnwCF5m3wlPrpnCt JAkBZUJHAXE/nCHUwWyX8uWPgybPGYNupFIhAa/KwL5wnZL9v741ZmaMRB1JUKLh 4X5DzhIaCv5J3aBfMw15KwSJkz2PrXp8WWX8TWlCboHcg=; Received: (qmail 31498 invoked by alias); 3 Jan 2013 05:15:59 -0000 Received: (qmail 31483 invoked by uid 22791); 3 Jan 2013 05:15:58 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from ainaz.pair.com (HELO ainaz.pair.com) (209.68.2.66) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 03 Jan 2013 05:15:52 +0000 Received: from [192.168.176.31] (unknown [202.90.70.14]) by ainaz.pair.com (Postfix) with ESMTPSA id 72BEC3F446; Thu, 3 Jan 2013 00:15:47 -0500 (EST) Date: Wed, 2 Jan 2013 19:15:34 -1000 (TAHT) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org cc: Mark Mitchell Subject: [DOC] Update doc/contrib.texi Message-ID: MIME-Version: 1.0 X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org This is something I had discussed with Mark about a year ago after he stepped down as release manager, and just failed to commit until now. Gerald 2013-01-01 Gerald Pfeifer * doc/contrib.texi: Note years as release manager for Mark Mitchell. Index: doc/contrib.texi =================================================================== --- doc/contrib.texi (revision 194572) +++ doc/contrib.texi (working copy) @@ -623,7 +623,8 @@ @item Mark Mitchell for his direction via the steering committee, mountains of C++ work, load/store hoisting out of loops, alias analysis improvements, -ISO C @code{restrict} support, and serving as release manager for GCC 3.x. +ISO C @code{restrict} support, and serving as release manager from 2000 +to 2011. @item Alan Modra for various GNU/Linux bits and testing.