]> granicus.if.org Git - php/commit
Bundle pcre-8.35 with sljit support
authorDmitry Stogov <dmitry@zend.com>
Fri, 6 Jun 2014 14:46:19 +0000 (18:46 +0400)
committerDmitry Stogov <dmitry@zend.com>
Fri, 6 Jun 2014 14:46:19 +0000 (18:46 +0400)
commitdd0e96cca360c5584ec80319ae99fc07c0f2c5f3
tree381e6e405f1b7328018b940fb3048f14dc445e2f
parente499c3d25930ffc16d330b9b28ab2e70863dbce7
Bundle pcre-8.35 with sljit support
93 files changed:
ext/pcre/config.w32
ext/pcre/config0.m4
ext/pcre/pcrelib/AUTHORS
ext/pcre/pcrelib/ChangeLog
ext/pcre/pcrelib/LICENCE
ext/pcre/pcrelib/NEWS
ext/pcre/pcrelib/README
ext/pcre/pcrelib/config.h
ext/pcre/pcrelib/dftables.c
ext/pcre/pcrelib/doc/pcre.txt
ext/pcre/pcrelib/pcre.h
ext/pcre/pcrelib/pcre_chartables.c
ext/pcre/pcrelib/pcre_compile.c
ext/pcre/pcrelib/pcre_config.c
ext/pcre/pcrelib/pcre_exec.c
ext/pcre/pcrelib/pcre_fullinfo.c
ext/pcre/pcrelib/pcre_get.c
ext/pcre/pcrelib/pcre_globals.c
ext/pcre/pcrelib/pcre_internal.h
ext/pcre/pcrelib/pcre_jit_compile.c [new file with mode: 0644]
ext/pcre/pcrelib/pcre_maketables.c
ext/pcre/pcrelib/pcre_newline.c
ext/pcre/pcrelib/pcre_ord2utf8.c
ext/pcre/pcrelib/pcre_printint.c [new file with mode: 0644]
ext/pcre/pcrelib/pcre_printint.src [deleted file]
ext/pcre/pcrelib/pcre_refcount.c
ext/pcre/pcrelib/pcre_study.c
ext/pcre/pcrelib/pcre_tables.c
ext/pcre/pcrelib/pcre_ucd.c
ext/pcre/pcrelib/pcre_valid_utf8.c
ext/pcre/pcrelib/pcre_version.c
ext/pcre/pcrelib/pcre_xclass.c
ext/pcre/pcrelib/pcreposix.c
ext/pcre/pcrelib/sljit/sljitConfig.h [new file with mode: 0644]
ext/pcre/pcrelib/sljit/sljitConfigInternal.h [new file with mode: 0644]
ext/pcre/pcrelib/sljit/sljitExecAllocator.c [new file with mode: 0644]
ext/pcre/pcrelib/sljit/sljitLir.c [new file with mode: 0644]
ext/pcre/pcrelib/sljit/sljitLir.h [new file with mode: 0644]
ext/pcre/pcrelib/sljit/sljitNativeARM_32.c [new file with mode: 0644]
ext/pcre/pcrelib/sljit/sljitNativeARM_64.c [new file with mode: 0644]
ext/pcre/pcrelib/sljit/sljitNativeARM_T2_32.c [new file with mode: 0644]
ext/pcre/pcrelib/sljit/sljitNativeMIPS_32.c [new file with mode: 0644]
ext/pcre/pcrelib/sljit/sljitNativeMIPS_64.c [new file with mode: 0644]
ext/pcre/pcrelib/sljit/sljitNativeMIPS_common.c [new file with mode: 0644]
ext/pcre/pcrelib/sljit/sljitNativePPC_32.c [new file with mode: 0644]
ext/pcre/pcrelib/sljit/sljitNativePPC_64.c [new file with mode: 0644]
ext/pcre/pcrelib/sljit/sljitNativePPC_common.c [new file with mode: 0644]
ext/pcre/pcrelib/sljit/sljitNativeSPARC_32.c [new file with mode: 0644]
ext/pcre/pcrelib/sljit/sljitNativeSPARC_common.c [new file with mode: 0644]
ext/pcre/pcrelib/sljit/sljitNativeTILEGX-encoder.c [new file with mode: 0644]
ext/pcre/pcrelib/sljit/sljitNativeTILEGX_64.c [new file with mode: 0644]
ext/pcre/pcrelib/sljit/sljitNativeX86_32.c [new file with mode: 0644]
ext/pcre/pcrelib/sljit/sljitNativeX86_64.c [new file with mode: 0644]
ext/pcre/pcrelib/sljit/sljitNativeX86_common.c [new file with mode: 0644]
ext/pcre/pcrelib/sljit/sljitUtils.c [new file with mode: 0644]
ext/pcre/pcrelib/testdata/greppatN4
ext/pcre/pcrelib/testdata/saved16BE-1
ext/pcre/pcrelib/testdata/saved16LE-1
ext/pcre/pcrelib/testdata/saved32BE-1
ext/pcre/pcrelib/testdata/saved32LE-1
ext/pcre/pcrelib/testdata/testinput18
ext/pcre/pcrelib/testdata/testinput2
ext/pcre/pcrelib/testdata/testinput25
ext/pcre/pcrelib/testdata/testinput3
ext/pcre/pcrelib/testdata/testinput4
ext/pcre/pcrelib/testdata/testinput5
ext/pcre/pcrelib/testdata/testinput6
ext/pcre/pcrelib/testdata/testinput7
ext/pcre/pcrelib/testdata/testoutput12
ext/pcre/pcrelib/testdata/testoutput13
ext/pcre/pcrelib/testdata/testoutput14
ext/pcre/pcrelib/testdata/testoutput15
ext/pcre/pcrelib/testdata/testoutput16
ext/pcre/pcrelib/testdata/testoutput17
ext/pcre/pcrelib/testdata/testoutput18-16
ext/pcre/pcrelib/testdata/testoutput18-32
ext/pcre/pcrelib/testdata/testoutput19
ext/pcre/pcrelib/testdata/testoutput2
ext/pcre/pcrelib/testdata/testoutput21-16
ext/pcre/pcrelib/testdata/testoutput21-32
ext/pcre/pcrelib/testdata/testoutput22-16
ext/pcre/pcrelib/testdata/testoutput22-32
ext/pcre/pcrelib/testdata/testoutput23
ext/pcre/pcrelib/testdata/testoutput25
ext/pcre/pcrelib/testdata/testoutput3
ext/pcre/pcrelib/testdata/testoutput4
ext/pcre/pcrelib/testdata/testoutput5
ext/pcre/pcrelib/testdata/testoutput6
ext/pcre/pcrelib/testdata/testoutput7
ext/pcre/pcrelib/testdata/testoutput8
ext/pcre/pcrelib/testdata/wintestoutput3
ext/pcre/tests/006.phpt
ext/pcre/tests/recursion_limit.phpt