Installed PCRE 6.0 sources, which involved adding a number of files and
authorPhilip Hazel <ph10@hermes.cam.ac.uk>
Wed, 15 Jun 2005 08:57:10 +0000 (08:57 +0000)
committerPhilip Hazel <ph10@hermes.cam.ac.uk>
Wed, 15 Jun 2005 08:57:10 +0000 (08:57 +0000)
commit8ac170f35ed82789928f9e94beaa38991761a88c
tree6cb1d0e1bffabcf23a2cb5d8a529b8f2aa5c2e2f
parentef213c3b49bcc37a2882f81a76755f114c2a81cb
Installed PCRE 6.0 sources, which involved adding a number of files and
renaming some others.
30 files changed:
doc/doc-txt/ChangeLog
doc/doc-txt/pcrepattern.txt
doc/doc-txt/pcretest.txt
src/scripts/MakeLinks
src/src/pcre/ChangeLog
src/src/pcre/LICENCE
src/src/pcre/Makefile
src/src/pcre/dftables.c
src/src/pcre/get.c
src/src/pcre/internal.h
src/src/pcre/maketables.c
src/src/pcre/pcre.c
src/src/pcre/pcre.h
src/src/pcre/pcre_compile.c [new file with mode: 0644]
src/src/pcre/pcre_config.c [new file with mode: 0644]
src/src/pcre/pcre_exec.c [new file with mode: 0644]
src/src/pcre/pcre_fullinfo.c [new file with mode: 0644]
src/src/pcre/pcre_get.c [new file with mode: 0644]
src/src/pcre/pcre_globals.c [new file with mode: 0644]
src/src/pcre/pcre_internal.h [new file with mode: 0644]
src/src/pcre/pcre_maketables.c [new file with mode: 0644]
src/src/pcre/pcre_printint.c [new file with mode: 0644]
src/src/pcre/pcre_study.c [new file with mode: 0644]
src/src/pcre/pcre_tables.c [new file with mode: 0644]
src/src/pcre/pcre_try_flipped.c [new file with mode: 0644]
src/src/pcre/pcre_version.c [new file with mode: 0644]
src/src/pcre/pcretest.c
src/src/pcre/printint.c
src/src/pcre/study.c
src/src/pcre/ucp.h [new file with mode: 0644]