From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3653 invoked by alias); 3 May 2007 16:31:44 -0000 Received: (qmail 3624 invoked by uid 22791); 3 May 2007 16:31:43 -0000 X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (216.239.45.13) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 03 May 2007 16:31:41 +0000 Received: from zps37.corp.google.com (zps37.corp.google.com [172.25.146.37]) by smtp-out.google.com with ESMTP id l43GVBZ6012919; Thu, 3 May 2007 09:31:11 -0700 Received: from localhost.localdomain.google.com (dhcp-172-18-118-174.corp.google.com [172.18.118.174]) (authenticated bits=0) by zps37.corp.google.com with ESMTP id l43GUoDD018350 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 3 May 2007 09:30:50 -0700 To: Joel Brobecker 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 References: <20070405172720.GB9281@adacore.com> <20070406061218.GB3471@adacore.com> <20070407173500.GC24650@caradoc.them.org> <20070411072615.GB3648@adacore.com> <20070503153617.GB8864@adacore.com> From: Ian Lance Taylor Date: Thu, 03 May 2007 16:31:00 -0000 In-Reply-To: <20070503153617.GB8864@adacore.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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/msg00044.txt.bz2 Joel Brobecker writes: > 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. Ian