Skip to content
  • darin's avatar
    Reviewed by Geoff. · ae790dab
    darin authored
            - merged PCRE changes between 6.4 and 6.5
    
            * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj:
            * JavaScriptCore.xcodeproj/project.pbxproj:
            Removed pcre_config.c, pcre_globals.c, pcre_info.c, pcre_maketables.c,
            pcre_printint.src, pcre_refcount.c, pcre_study.c, pcre_try_flipped.c,
            pcre_ucp_findchar.c, pcre_version.c, and ucptable.c. Added pcre_ucp_searchfuncs.c.
    
            * pcre/AUTHORS:
            * pcre/LICENCE:
            * pcre/MERGING:
            * pcre/dftables.c:
            * pcre/pcre-config.h:
            * pcre/pcre.h:
            * pcre/pcre.pri:
            * pcre/pcre_compile.c:
            * pcre/pcre_exec.c:
            * pcre/pcre_fullinfo.c:
            * pcre/pcre_get.c:
            * pcre/pcre_internal.h:
            * pcre/pcre_maketables.c:
            * pcre/pcre_ord2utf8.c:
            * pcre/pcre_tables.c:
            * pcre/pcre_ucp_searchfuncs.c: Copied from pcre/pcre_ucp_findchar.c.
            * pcre/pcre_xclass.c:
            * pcre/ucp.h:
            * pcre/ucpinternal.h:
            * pcre/ucptable.c:
            Updated with new versions from the PCRE 6.5 release, merged with changes.
    
            * pcre/pcre_config.c: Removed.
            * pcre/pcre_globals.c: Removed.
            * pcre/pcre_info.c: Removed.
            * pcre/pcre_printint.src: Removed.
            * pcre/pcre_refcount.c: Removed.
            * pcre/pcre_study.c: Removed.
            * pcre/pcre_try_flipped.c: Removed.
            * pcre/pcre_ucp_findchar.c: Removed.
            * pcre/pcre_version.c: Removed.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@26697 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    ae790dab