Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT cygwin DOT com Message-ID: <001501c17d8b$76b40540$0200a8c0@lifelesswks> From: "Robert Collins" To: "CA List" Cc: "Pavel Tsekov" References: <3C0E0C4C DOT 73A1750D AT syntrex DOT com> <15915798356 DOT 20011205152138 AT logos-m DOT ru> <3C0E1592 DOT BE4AA60 AT yahoo DOT com> Subject: Re: string.h vs string.h usage Date: Wed, 5 Dec 2001 23:50:47 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 05 Dec 2001 12:50:49.0096 (UTC) FILETIME=[76D94080:01C17D8B] === ----- Original Message ----- From: "Earnie Boyd" > egor duda wrote: > > > > Hi! > > > > Wednesday, 05 December, 2001 Pavel Tsekov ptsekov AT syntrex DOT com wrote: > > > > SUSv2 mandates both and > > > > Wrong documentation base. You must use MSDN for MinGW. > > > mingw declares strcasecmp() in while SUSv2 says it should > > be in > > > > i believe mingw headers should be fixed/updated. > > > > No, MinGW headers are correct according to MSDN. Perhaps the problem > here is that strcasecmp doesn't exist in the MinGW world. From what I > find, strcasecmp is a BSD addition to even POSIX. That said, MinGW > supports ANSI functions only. I'll change setup to use globally then. If need be we can roll our own strcasecmp. Rob