[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #19656] strcmpi does not exist on my system, better use strcasecmp
From: |
Paul D. Smith |
Subject: |
[bug #19656] strcmpi does not exist on my system, better use strcasecmp instead |
Date: |
Wed, 09 May 2007 02:04:15 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20061201 Firefox/2.0.0.3 (Ubuntu-feisty) |
Update of bug #19656 (project make):
Status: None => Fixed
Assigned to: None => psmith
Open/Closed: Open => Closed
Fixed Release: None => CVS
_______________________________________________________
Follow-up Comment #4:
Fixed this by converting all uses of case-insensitive string comparisons to
use POSIX strcasecmp(), and either aliasing strcasecmp to OS-specific
versions like strcmpi/stricmp, or else using our own version (for things like
VMS).
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?19656>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/