From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 660 invoked by alias); 22 Nov 2005 08:43:19 -0000 Received: (qmail 652 invoked by uid 22791); 22 Nov 2005 08:43:18 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 22 Nov 2005 08:43:17 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 88C1648D204 for ; Tue, 22 Nov 2005 03:43:15 -0500 (EST) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 25797-01-2 for ; Tue, 22 Nov 2005 03:43:15 -0500 (EST) Received: from takamaka.act-europe.fr (s142-179-108-108.bc.hsia.telus.net [142.179.108.108]) by nile.gnat.com (Postfix) with ESMTP id 7647B48D20C for ; Tue, 22 Nov 2005 03:43:14 -0500 (EST) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 041D547E79; Tue, 22 Nov 2005 00:43:14 -0800 (PST) Date: Tue, 22 Nov 2005 16:20:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: Re: [commit/6.4] Last updated date and author Message-ID: <20051122084313.GJ1635@adacore.com> References: <20051122080851.GG1635@adacore.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="aPdhxNJGSeOG9wFI" Content-Disposition: inline In-Reply-To: <20051122080851.GG1635@adacore.com> User-Agent: Mutt/1.4i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2005-11/txt/msg00407.txt.bz2 --aPdhxNJGSeOG9wFI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 292 [with the patch, this time. grrrr] This is something that I missed during the translation of gdb-6.3 to gdb-6.4 of the contents of that file... Now corrected. 2005-11-22 Joel Brobecker * README: Update last updated date and author. Checked in. -- Joel --aPdhxNJGSeOG9wFI Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="README.diff" Content-length: 455 Index: README =================================================================== RCS file: /cvs/src/src/gdb/README,v retrieving revision 1.34.8.1 diff -u -p -r1.34.8.1 README --- README 3 Nov 2005 01:45:06 -0000 1.34.8.1 +++ README 22 Nov 2005 08:07:09 -0000 @@ -1,5 +1,5 @@ README for gdb-6.4 release - Updated 8, November, 2004 by Andrew Cagney + Updated November 22nd, 2005 by Joel Brobecker This is GDB, the GNU source-level debugger. --aPdhxNJGSeOG9wFI--