From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19285 invoked by alias); 4 May 2007 07:18:34 -0000 Received: (qmail 19276 invoked by uid 22791); 4 May 2007 07:18:33 -0000 X-Spam-Check-By: sourceware.org Received: from heller.inter.net.il (HELO heller.inter.net.il) (213.8.233.23) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 04 May 2007 07:18:30 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-210-155.inter.net.il [80.230.210.155]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id CMV63776 (AUTH halo1); Fri, 4 May 2007 10:18:19 +0300 (IDT) Date: Fri, 04 May 2007 07:18:00 -0000 Message-Id: From: Eli Zaretskii To: Joel Brobecker CC: iant@google.com, drow@false.org, gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org In-reply-to: <20070503153617.GB8864@adacore.com> (message from Joel Brobecker on Thu, 3 May 2007 08:36:17 -0700) Subject: Re: [RFA/libiberty] use TOLOWER instead of tolower in filename_cmp.c Reply-to: Eli Zaretskii References: <20070405172720.GB9281@adacore.com> <20070406061218.GB3471@adacore.com> <20070407173500.GC24650@caradoc.them.org> <20070411072615.GB3648@adacore.com> <20070503153617.GB8864@adacore.com> X-IsSubscribed: yes 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/msg00052.txt.bz2 > Date: Thu, 3 May 2007 08:36:17 -0700 > From: Joel Brobecker > Cc: Eli Zaretskii , drow@false.org, gcc-patches@gcc.gnu.org, > gdb-patches@sourceware.org > > > For locale-independent case conversion, use TOLOWER or TOUPPER in > > include/safe-ctype.h. > > Thanks for the suggestion, Ian. Now that I'm back, here is a patch > that implements it. > > 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. Thanks, I'm happy now.