From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2212 invoked by alias); 3 May 2007 23:40:42 -0000 Received: (qmail 2078 invoked by uid 22791); 3 May 2007 23:40:41 -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; Thu, 03 May 2007 23:40:37 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id 0C4E848CDAC; Thu, 3 May 2007 19:40:35 -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 02539-01-4; Thu, 3 May 2007 19:40:34 -0400 (EDT) Received: from joel.gnat.com (unknown [70.71.0.212]) by nile.gnat.com (Postfix) with ESMTP id 927CA48CC80; Thu, 3 May 2007 19:40:34 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 07759E7B4F; Thu, 3 May 2007 16:40:35 -0700 (PDT) Date: Thu, 03 May 2007 23:40:00 -0000 From: Joel Brobecker To: Ian Lance Taylor Cc: Eli Zaretskii , drow@false.org, gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org Subject: Re: [RFA/libiberty] use TOLOWER instead of tolower in filename_cmp.c Message-ID: <20070503234035.GA3798@adacore.com> References: <20070406061218.GB3471@adacore.com> <20070407173500.GC24650@caradoc.them.org> <20070411072615.GB3648@adacore.com> <20070503153617.GB8864@adacore.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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-05/txt/msg00051.txt.bz2 > > 2007-05-03 Joel Brobecker > > > > * filename_cmp.c: Replace include of ctype.h by include of > > safe-ctype.h. > > (filename_cmp): Use TOLOWER instead of tolower for conversions > > that are locale-independent. > > * Makefile.in (filename_cmp.o): Add dependency on safe-ctype.h. > > This is OK. Thanks. Thanks for the quick review! I just checked this in. -- Joel