From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8248 invoked by alias); 28 Mar 2007 19:31:19 -0000 Received: (qmail 8229 invoked by uid 22791); 28 Mar 2007 19:31:18 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 28 Mar 2007 20:31:08 +0100 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l2SJUtjj011503; Wed, 28 Mar 2007 15:30:55 -0400 Received: from post-office.corp.redhat.com (post-office.corp.redhat.com [172.16.52.227]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l2SJUtin012607; Wed, 28 Mar 2007 15:30:55 -0400 Received: from greed.delorie.com (vpn-14-3.rdu.redhat.com [10.11.14.3]) by post-office.corp.redhat.com (8.12.11.20060308/8.11.6) with ESMTP id l2SJUsCA017921; Wed, 28 Mar 2007 15:30:55 -0400 Received: from greed.delorie.com (greed.delorie.com [127.0.0.1]) by greed.delorie.com (8.13.8/8.13.8) with ESMTP id l2SJUYlE003952; Wed, 28 Mar 2007 15:30:34 -0400 Received: (from dj@localhost) by greed.delorie.com (8.13.8/8.13.8/Submit) id l2SJUYLW003949; Wed, 28 Mar 2007 15:30:34 -0400 Date: Wed, 28 Mar 2007 19:31:00 -0000 Message-Id: <200703281930.l2SJUYLW003949@greed.delorie.com> From: DJ Delorie To: brobecker@adacore.com CC: gcc-patches@gcc.gnu.org, gdb-patches@sourceware.org In-reply-to: <20070328191845.GB3956@adacore.com> (message from Joel Brobecker on Wed, 28 Mar 2007 12:18:45 -0700) Subject: Re: [RFA/libiberty] Enhance FILENAME_CMP for Windows filesystems References: <20070328191845.GB3956@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-03/txt/msg00292.txt.bz2 Is this the right exception? I think we want the gcc-only version, like in vsprintf.c. IIRC this one is for the files that are required as part of the C++ ABI. Unless this new file is used as part of the C++ runtime ABI? > In addition to the permissions in the GNU General Public License, the > Free Software Foundation gives you unlimited permission to link the > compiled version of this file into combinations with other programs, > and to distribute those combinations without any restriction coming > from the use of this file. (The General Public License restrictions > do apply in other respects; for example, they cover modification of > the file, and distribution when not linked into a combined > executable.) Also, please include inline documentation for functions.texi.