regex: Update included PCRE to 8.30
authorChristian Persch <chpe@gnome.org>
Sun, 12 Feb 2012 18:14:59 +0000 (19:14 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 27 Feb 2012 03:09:03 +0000 (22:09 -0500)
commita40523b7f2e4994e9a9f8c577d2b2b03d701290e
treece89a4c961989f7f3f733bcbab42049bf279830b
parentda4293a4e431185d8c0c889643712adea0dae473
regex: Update included PCRE to 8.30
28 files changed:
glib/pcre/Makefile.am
glib/pcre/pcre.h
glib/pcre/pcre_byte_order.c [new file with mode: 0644]
glib/pcre/pcre_chartables.c
glib/pcre/pcre_compile.c
glib/pcre/pcre_config.c
glib/pcre/pcre_dfa_exec.c
glib/pcre/pcre_exec.c
glib/pcre/pcre_fullinfo.c
glib/pcre/pcre_get.c
glib/pcre/pcre_globals.c
glib/pcre/pcre_internal.h
glib/pcre/pcre_jit_compile.c [new file with mode: 0644]
glib/pcre/pcre_maketables.c [new file with mode: 0644]
glib/pcre/pcre_newline.c
glib/pcre/pcre_ord2utf8.c
glib/pcre/pcre_refcount.c [new file with mode: 0644]
glib/pcre/pcre_string_utils.c [new file with mode: 0644]
glib/pcre/pcre_study.c
glib/pcre/pcre_tables.c
glib/pcre/pcre_try_flipped.c [deleted file]
glib/pcre/pcre_ucd.c [new file with mode: 0644]
glib/pcre/pcre_ucp_searchfuncs.c [deleted file]
glib/pcre/pcre_valid_utf8.c [new file with mode: 0644]
glib/pcre/pcre_version.c [new file with mode: 0644]
glib/pcre/pcre_xclass.c
glib/pcre/pcreposix.h [new file with mode: 0644]
glib/pcre/ucp.h