[Webkit-unassigned] [Bug 32857] New: RVCT (__ARMCC_VERSION < 400000) does not provide strcasecmp and strncasecmp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 22 01:02:46 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=32857

           Summary: RVCT (__ARMCC_VERSION < 400000) does not provide
                    strcasecmp and strncasecmp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kwangyul.seo at gmail.com


RVCT 4.0 provides strcasecmp and strncasemp as C library extensions, but
earlier versions of RVCT do not provide these functions.

We can check this from RVCT manual pages:

RealView® Compilation Tools Libraries and Floating Point Support Guide
Version 4.0

http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0349b/index.html

RealView ® CompilationTools Libraries and Floating Point Support Guide
Version 3.1

http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0349a/index.html


Theses functions needs to be implemented in StringExtras.h and StringExtras.cpp
for RVCT < 4.0

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list