From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23569 invoked by alias); 6 Apr 2007 06:02:27 -0000 Received: (qmail 23548 invoked by uid 22791); 6 Apr 2007 06:02:26 -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; Fri, 06 Apr 2007 07:02:24 +0100 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 61DD348CDD8; Fri, 6 Apr 2007 02:02:22 -0400 (EDT) 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 25767-01-6; Fri, 6 Apr 2007 02:02:22 -0400 (EDT) Received: from joel.gnat.com (unknown [70.71.0.212]) by nile.gnat.com (Postfix) with ESMTP id 1907648CC4C; Fri, 6 Apr 2007 02:02:22 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 12587E7B43; Thu, 5 Apr 2007 23:03:54 -0700 (PDT) Date: Fri, 06 Apr 2007 06:02:00 -0000 From: Joel Brobecker To: DJ Delorie Cc: gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org Subject: Re: [RFA/libiberty] Fix documentation issues in filename_cmp.c Message-ID: <20070406060353.GA3471@adacore.com> References: <20070405172720.GB9281@adacore.com> <200704051836.l35IaGpH018158@greed.delorie.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200704051836.l35IaGpH018158@greed.delorie.com> User-Agent: Mutt/1.4.2.2i 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 X-SW-Source: 2007-04/txt/msg00023.txt.bz2 > I'm OK with it if Eli likes it. Thanks! Eli was OK, so I checked this in. > > The attached patch incorporates all the documentation changes that Eli > > has recommended. No code change. > > > > 2007-04-05 Joel Brobecker > > > > * filename_cmp.c (filename_cmp): Improve documentation. > > > > Tested on x86-linux by rebuilding GDB. OK to apply? -- Joel