code/trunk/CMakeLists.txt
|
modified
, text changed
|
code/trunk/HACKING
|
modified
, text changed
|
code/trunk/Makefile.am
|
modified
, text changed
|
code/trunk/NON-AUTOTOOLS-BUILD
|
modified
, text changed
|
code/trunk/PrepareRelease
|
modified
, text changed
|
code/trunk/README
|
modified
, text changed
|
code/trunk/RunTest
|
modified
, text changed
|
code/trunk/configure.ac
|
modified
, text changed
|
code/trunk/doc/index.html.src
|
modified
, text changed
|
code/trunk/doc/pcre-config.1
|
modified
, text changed
|
code/trunk/doc/pcre.3
|
modified
, text changed
|
code/trunk/doc/pcre16.3
|
modified
, text changed
|
code/trunk/doc/pcre32.3
|
added
|
code/trunk/doc/pcre_assign_jit_stack.3
|
modified
, text changed
|
code/trunk/doc/pcre_compile.3
|
modified
, text changed
|
code/trunk/doc/pcre_compile2.3
|
modified
, text changed
|
code/trunk/doc/pcre_config.3
|
modified
, text changed
|
code/trunk/doc/pcre_copy_named_substring.3
|
modified
, text changed
|
code/trunk/doc/pcre_copy_substring.3
|
modified
, text changed
|
code/trunk/doc/pcre_dfa_exec.3
|
modified
, text changed
|
code/trunk/doc/pcre_exec.3
|
modified
, text changed
|
code/trunk/doc/pcre_free_study.3
|
modified
, text changed
|
code/trunk/doc/pcre_free_substring.3
|
modified
, text changed
|
code/trunk/doc/pcre_free_substring_list.3
|
modified
, text changed
|
code/trunk/doc/pcre_fullinfo.3
|
modified
, text changed
|
code/trunk/doc/pcre_get_named_substring.3
|
modified
, text changed
|
code/trunk/doc/pcre_get_stringnumber.3
|
modified
, text changed
|
code/trunk/doc/pcre_get_stringtable_entries.3
|
modified
, text changed
|
code/trunk/doc/pcre_get_substring.3
|
modified
, text changed
|
code/trunk/doc/pcre_get_substring_list.3
|
modified
, text changed
|
code/trunk/doc/pcre_jit_stack_alloc.3
|
modified
, text changed
|
code/trunk/doc/pcre_jit_stack_free.3
|
modified
, text changed
|
code/trunk/doc/pcre_maketables.3
|
modified
, text changed
|
code/trunk/doc/pcre_pattern_to_host_byte_order.3
|
modified
, text changed
|
code/trunk/doc/pcre_refcount.3
|
modified
, text changed
|
code/trunk/doc/pcre_study.3
|
modified
, text changed
|
code/trunk/doc/pcre_utf32_to_host_byte_order.3
|
added
|
code/trunk/doc/pcre_version.3
|
modified
, text changed
|
code/trunk/doc/pcreapi.3
|
modified
, text changed
|
code/trunk/doc/pcrebuild.3
|
modified
, text changed
|
code/trunk/doc/pcrecallout.3
|
modified
, text changed
|
code/trunk/doc/pcrecompat.3
|
modified
, text changed
|
code/trunk/doc/pcrecpp.3
|
modified
, text changed
|
code/trunk/doc/pcrejit.3
|
modified
, text changed
|
code/trunk/doc/pcrelimits.3
|
modified
, text changed
|
code/trunk/doc/pcrematching.3
|
modified
, text changed
|
code/trunk/doc/pcrepartial.3
|
modified
, text changed
|
code/trunk/doc/pcrepattern.3
|
modified
, text changed
|
code/trunk/doc/pcreperform.3
|
modified
, text changed
|
code/trunk/doc/pcreposix.3
|
modified
, text changed
|
code/trunk/doc/pcreprecompile.3
|
modified
, text changed
|
code/trunk/doc/pcrestack.3
|
modified
, text changed
|
code/trunk/doc/pcresyntax.3
|
modified
, text changed
|
code/trunk/doc/pcretest.1
|
modified
, text changed
|
code/trunk/doc/pcreunicode.3
|
modified
, text changed
|
code/trunk/libpcre32.pc.in
|
added
|
code/trunk/maint/ManyConfigTests
|
modified
, text changed
|
code/trunk/maint/README
|
modified
, text changed
|
code/trunk/pcre-config.in
|
modified
, text changed
|
code/trunk/pcre.h.in
|
modified
, text changed
|
code/trunk/pcre32_byte_order.c
(Copied from code/trunk/pcre_refcount.c, r1054)
|
added
, text changed
|
code/trunk/pcre32_chartables.c
(Copied from code/trunk/pcre_refcount.c, r1054)
|
added
, text changed
|
code/trunk/pcre32_compile.c
(Copied from code/trunk/pcre_refcount.c, r1054)
|
added
, text changed
|
code/trunk/pcre32_config.c
(Copied from code/trunk/pcre_refcount.c, r1054)
|
added
, text changed
|
code/trunk/pcre32_dfa_exec.c
(Copied from code/trunk/pcre_refcount.c, r1054)
|
added
, text changed
|
code/trunk/pcre32_exec.c
(Copied from code/trunk/pcre_refcount.c, r1054)
|
added
, text changed
|
code/trunk/pcre32_fullinfo.c
(Copied from code/trunk/pcre_refcount.c, r1054)
|
added
, text changed
|
code/trunk/pcre32_get.c
(Copied from code/trunk/pcre_refcount.c, r1054)
|
added
, text changed
|
code/trunk/pcre32_globals.c
(Copied from code/trunk/pcre_refcount.c, r1054)
|
added
, text changed
|
code/trunk/pcre32_jit_compile.c
(Copied from code/trunk/pcre_refcount.c, r1054)
|
added
, text changed
|
code/trunk/pcre32_maketables.c
(Copied from code/trunk/pcre_refcount.c, r1054)
|
added
, text changed
|
code/trunk/pcre32_newline.c
(Copied from code/trunk/pcre_refcount.c, r1054)
|
added
, text changed
|
code/trunk/pcre32_ord2utf32.c
(Copied from code/trunk/pcre_refcount.c, r1054)
|
added
, text changed
|
code/trunk/pcre32_printint.c
(Copied from code/trunk/pcre_refcount.c, r1054)
|
added
, text changed
|
code/trunk/pcre32_refcount.c
(Copied from code/trunk/pcre_refcount.c, r1054)
|
added
, text changed
|
code/trunk/pcre32_string_utils.c
(Copied from code/trunk/pcre_refcount.c, r1054)
|
added
, text changed
|
code/trunk/pcre32_study.c
(Copied from code/trunk/pcre_refcount.c, r1054)
|
added
, text changed
|
code/trunk/pcre32_tables.c
(Copied from code/trunk/pcre_refcount.c, r1054)
|
added
, text changed
|
code/trunk/pcre32_ucd.c
(Copied from code/trunk/pcre_refcount.c, r1054)
|
added
, text changed
|
code/trunk/pcre32_utf32_utils.c
|
added
|
code/trunk/pcre32_valid_utf32.c
(Copied from code/trunk/pcre_refcount.c, r1054)
|
added
, text changed
|
code/trunk/pcre32_version.c
(Copied from code/trunk/pcre_refcount.c, r1054)
|
added
, text changed
|
code/trunk/pcre32_xclass.c
(Copied from code/trunk/pcre_refcount.c, r1054)
|
added
, text changed
|
code/trunk/pcre_byte_order.c
|
modified
, text changed
|
code/trunk/pcre_compile.c
|
modified
, text changed
|
code/trunk/pcre_config.c
|
modified
, text changed
|
code/trunk/pcre_dfa_exec.c
|
modified
, text changed
|
code/trunk/pcre_exec.c
|
modified
, text changed
|
code/trunk/pcre_fullinfo.c
|
modified
, text changed
|
code/trunk/pcre_get.c
|
modified
, text changed
|
code/trunk/pcre_internal.h
|
modified
, text changed
|
code/trunk/pcre_jit_compile.c
|
modified
, text changed
|
code/trunk/pcre_jit_test.c
|
modified
, text changed
|
code/trunk/pcre_maketables.c
|
modified
, text changed
|
code/trunk/pcre_newline.c
|
modified
, text changed
|
code/trunk/pcre_printint.c
|
modified
, text changed
|
code/trunk/pcre_refcount.c
|
modified
, text changed
|
code/trunk/pcre_study.c
|
modified
, text changed
|
code/trunk/pcre_tables.c
|
modified
, text changed
|
code/trunk/pcre_version.c
|
modified
, text changed
|
[...] |