Ignore:
Timestamp:
Feb 4, 2011, 6:29:10 AM (14 years ago)
Author:
[email protected]
Message:

2011-02-04 Peter Varga <[email protected]>

Reviewed by Gavin Barraclough.

Replace PCRE with Yarr in WebCore
https://bugs.webkit.org/show_bug.cgi?id=53496

2011-02-04 Peter Varga <[email protected]>

Reviewed by Gavin Barraclough.

Replace PCRE with Yarr in WebCore
https://bugs.webkit.org/show_bug.cgi?id=53496

No new tests needed.

  • Android.jscbindings.mk:
  • CMakeLists.txt:
  • ForwardingHeaders/pcre/pcre.h: Removed.
  • ForwardingHeaders/yarr/Yarr.h: Added.
  • ForwardingHeaders/yarr/YarrInterpreter.h: Added.
  • ForwardingHeaders/yarr/YarrPattern.h: Added.
  • WebCore.gyp/WebCore.gyp:
  • WebCore.pro:
  • WebCore.vcproj/WebCore.vcproj:
  • WebCore.vcproj/copyForwardingHeaders.cmd:
  • platform/text/RegularExpression.cpp: (WebCore::RegularExpression::Private::create): (WebCore::RegularExpression::Private::Private): (WebCore::RegularExpression::Private::compile): (WebCore::RegularExpression::match):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/JavaScriptCore.exp

    r77443 r77625  
    9797_WTFReportError
    9898_WTFReportFatalError
    99 __Z12jsRegExpFreeP8JSRegExp
    100 __Z15jsRegExpCompilePKti24JSRegExpIgnoreCaseOption23JSRegExpMultilineOptionPjPPKc
    101 __Z15jsRegExpExecutePK8JSRegExpPKtiiPii
    10299__ZN14OpaqueJSString6createERKN3JSC7UStringE
    103100__ZN3JSC10Identifier11addSlowCaseEPNS_12JSGlobalDataEPN3WTF10StringImplE
     
    226223__ZN3JSC4Heap9unprotectENS_7JSValueE
    227224__ZN3JSC4callEPNS_9ExecStateENS_7JSValueENS_8CallTypeERKNS_8CallDataES2_RKNS_7ArgListE
     225__ZN3JSC4Yarr11YarrPatternC1ERKNS_7UStringEbbPPKc
     226__ZN3JSC4Yarr11byteCompileERNS0_11YarrPatternEPN3WTF20BumpPointerAllocatorE
     227__ZN3JSC4Yarr9interpretEPNS0_15BytecodePatternEPKtjjPi
    228228__ZN3JSC6JSCell11getCallDataERNS_8CallDataE
    229229__ZN3JSC6JSCell11getJSNumberEv
Note: See TracChangeset for help on using the changeset viewer.