/[pcre]/code/trunk
ViewVC logotype

Index of /code/trunk

Files shown:127
Directory revision: 1340 (of 1340)
Sticky Revision:


File Rev. Age Author Last log entry
 Parent Directory        
maint/  1317  6 weeks  ph10  Add a count to show progress, suppress compiler optimization to save time.
cmake/  939  15 months  ph10  CMake support for linking pcretest with libedit.
sljit/  1340  13 hours  zherczeg  Cache flush in JIT for android. Patch by Giuseppe D'Angelo.
m4/  1235  6 months  ph10  Ensure boolean macros are #undeffed in pcre.h.generic.
testdata/  1334  4 weeks  ph10  Fix segfault when pcre_dfa_exec() is called with an output vector of length les…
doc/  1339  4 days  ph10  Update man pages to avoid the use of .ti (which causes difficulties for some tr…
libpcre.def  96  6 years  nigel   r6896@hex: nm | 2007-03-02 13:09:14 +0000 Added EOL and keywork properties th…
pcre.def  96  6 years  nigel   r6896@hex: nm | 2007-03-02 13:09:14 +0000 Added EOL and keywork properties th…
libpcreposix.def  96  6 years  nigel   r6896@hex: nm | 2007-03-02 13:09:14 +0000 Added EOL and keywork properties th…
pcre_stringpiece.cc  236  5 years  ph10  <config.h> => "config.h" and also some cases of <pcre.h>.
libpcrecpp.pc.in  430  3 years  ph10  Add -DPCRE_STATIC to configuration files when no shared library is built.
libpcreposix.pc.in  430  3 years  ph10  Add -DPCRE_STATIC to configuration files when no shared library is built.
pcre_tables.c  1260  3 months  ph10  Add \p{Xuc} to match characters identifiable by Universal Character Names.
pcrecpp_internal.h  367  4 years  ph10  Add missing copyright to pcrecpp_internal.h
ChangeLog  1338  4 days  zherczeg  Add pcre[16|32]_jit_free_unused_memory to forcibly free unused JIT executable me…
pcre.h.in  1338  4 days  zherczeg  Add pcre[16|32]_jit_free_unused_memory to forcibly free unused JIT executable me…
pcre_jit_compile.c  1338  4 days  zherczeg  Add pcre[16|32]_jit_free_unused_memory to forcibly free unused JIT executable me…
configure.ac  1338  4 days  zherczeg  Add pcre[16|32]_jit_free_unused_memory to forcibly free unused JIT executable me…
pcre_scanner_unittest.cc  594  2 years  ph10  Added #include <string.h> to some .cc files (needed in some environments).
pcre_scanner.cc  530  3 years  ph10  Added a lot of (int) casts to avoid compiler warnings in systems where siz…
perltest.pl  1046  8 months  ph10  All the remaining changes for handling characters with more than one other case…
CMakeLists.txt  1234  6 months  ph10  Applied patch to quash MSVC warnings.
config-cmake.h.in  1234  6 months  ph10  Applied patch to quash MSVC warnings.
pcre_scanner.h  308  5 years  ph10  Apply Craig's patch to move no_arg into the RE class.
pcrecpparg.h.in  263  5 years  ph10  Apply Craig's patch, which makes it possible to "ignore" values in parens when …
pcre_byte_order.c  1313  7 weeks  ph10  Code (but not yet documentation) for *LIMIT_MATCH and *LIMIT_RECURSION.
pcrecpp_unittest.cc  667  21 months  ph10  Commit all the changes for JIT support, but without any documentation yet.
pcre_valid_utf8.c  1261  3 months  ph10  Correct Unicode string checking in the light of corrigendum #9.
pcre16_valid_utf16.c  1261  3 months  ph10  Correct Unicode string checking in the light of corrigendum #9.
pcre32_valid_utf32.c  1261  3 months  ph10  Correct Unicode string checking in the light of corrigendum #9.
CleanTxt  111  6 years  ph10  Create the PrepareRelease script to process the documentation and create the .g…
Detrail  111  6 years  ph10  Create the PrepareRelease script to process the documentation and create the .g…
COPYING  137  6 years  ph10  Daniel's patches.
autogen.sh  1240  4 months  ph10  Deal with warnings given by automake 1.12.
AUTHORS  1319  6 weeks  ph10  Doc updates getting ready for 8.33-RC1.
LICENCE  1319  6 weeks  ph10  Doc updates getting ready for 8.33-RC1.
dftables.c  1221  7 months  ph10  File tidies, preparing for 8.32-RC1.
pcre_newline.c  1221  7 months  ph10  File tidies, preparing for 8.32-RC1.
pcre_ord2utf8.c  1221  7 months  ph10  File tidies, preparing for 8.32-RC1.
pcrecpp.cc  1221  7 months  ph10  File tidies, preparing for 8.32-RC1.
ucp.h  1221  7 months  ph10  File tidies, preparing for 8.32-RC1.
pcre_study.c  1221  7 months  ph10  File tidies, preparing for 8.32-RC1.
pcre_printint.c  1221  7 months  ph10  File tidies, preparing for 8.32-RC1.
pcretest.c  1335  3 weeks  ph10  Final source file tidies for 8.33 release.
pcre_xclass.c  1335  3 weeks  ph10  Final source file tidies for 8.33 release.
pcregrep.c  1335  3 weeks  ph10  Final source file tidies for 8.33 release.
pcre_string_utils.c  1335  3 weeks  ph10  Final source file tidies for 8.33 release.
PrepareRelease  1335  3 weeks  ph10  Final source file tidies for 8.33 release.
NEWS  1335  3 weeks  ph10  Final source file tidies for 8.33 release.
pcrecpp.h  474  3 years  ph10  Fix C++ wrapper GlobalReplace function for empty matches.
pcre_jit_test.c  1308  2 months  zherczeg  Fix for recursions to preserve repeat counters.
RunGrepTest  1324  5 weeks  ph10  Fix pcregrep so that it can find empty lines.
pcre_dfa_exec.c  1334  4 weeks  ph10  Fix segfault when pcre_dfa_exec() is called with an output vector of length les…
pcre_compile.c  1325  5 weeks  ph10  Fix spelling mistakes in comments.
pcre_exec.c  1325  5 weeks  ph10  Fix spelling mistakes in comments.
RunTest.bat  1325  5 weeks  ph10  Fix spelling mistakes in comments.
pcre_fullinfo.c  1323  6 weeks  ph10  Fix type error in PCRE_INFO_{MATCH,RECURSION}LIMIT.
pcredemo.c  945  15 months  ph10  Fix typo in comment.
pcre16_utf16_utils.c  1033  9 months  ph10  General spring-clean of EBCDIC-related issues in the code, which had decayed ov…
pcre32_utf32_utils.c  1156  7 months  ph10  Lose compiler warnings for unused parameter and defined but not used when UTF i…
pcre16_string_utils.c  836  17 months  ph10  Merging all the changes from the pcre16 branch into the trunk.
pcre16_fullinfo.c  836  17 months  ph10  Merging all the changes from the pcre16 branch into the trunk.
libpcre.a.dev  836  17 months  ph10  Merging all the changes from the pcre16 branch into the trunk.
pcre16_exec.c  836  17 months  ph10  Merging all the changes from the pcre16 branch into the trunk.
pcre16_refcount.c  836  17 months  ph10  Merging all the changes from the pcre16 branch into the trunk.
pcre16_tables.c  836  17 months  ph10  Merging all the changes from the pcre16 branch into the trunk.
pcre_chartables.c.dist  836  17 months  ph10  Merging all the changes from the pcre16 branch into the trunk.
pcreposix.h  836  17 months  ph10  Merging all the changes from the pcre16 branch into the trunk.
libpcre.pc.in  836  17 months  ph10  Merging all the changes from the pcre16 branch into the trunk.
pcre16_ucd.c  836  17 months  ph10  Merging all the changes from the pcre16 branch into the trunk.
pcre16_byte_order.c  836  17 months  ph10  Merging all the changes from the pcre16 branch into the trunk.
pcre16_version.c  836  17 months  ph10  Merging all the changes from the pcre16 branch into the trunk.
pcre16_compile.c  836  17 months  ph10  Merging all the changes from the pcre16 branch into the trunk.
pcre16_globals.c  836  17 months  ph10  Merging all the changes from the pcre16 branch into the trunk.
pcre16_study.c  836  17 months  ph10  Merging all the changes from the pcre16 branch into the trunk.
pcre16_jit_compile.c  836  17 months  ph10  Merging all the changes from the pcre16 branch into the trunk.
pcre16_chartables.c  836  17 months  ph10  Merging all the changes from the pcre16 branch into the trunk.
pcre16_dfa_exec.c  836  17 months  ph10  Merging all the changes from the pcre16 branch into the trunk.
pcre16_maketables.c  836  17 months  ph10  Merging all the changes from the pcre16 branch into the trunk.
pcre16_config.c  836  17 months  ph10  Merging all the changes from the pcre16 branch into the trunk.
pcre16_xclass.c  836  17 months  ph10  Merging all the changes from the pcre16 branch into the trunk.
pcre16_get.c  836  17 months  ph10  Merging all the changes from the pcre16 branch into the trunk.
pcre16_printint.c  836  17 months  ph10  Merging all the changes from the pcre16 branch into the trunk.
pcre16_newline.c  836  17 months  ph10  Merging all the changes from the pcre16 branch into the trunk.
pcre_stringpiece_unittest.cc  580  2 years  ph10  Patches to avoid build problems in some Borland environments.
pcre_stringpiece.h.in  580  2 years  ph10  Patches to avoid build problems in some Borland environments.
NON-UNIX-USE  981  12 months  ph10  Rework and rename some of the docs about building methods.
pcre_internal.h  1320  6 weeks  ph10  Source tidies (trails spaces, html updates) for 8.33-RC1.
pcreposix.c  1320  6 weeks  ph10  Source tidies (trails spaces, html updates) for 8.33-RC1.
RunTest  1320  6 weeks  ph10  Source tidies (trails spaces, html updates) for 8.33-RC1.
README  1320  6 weeks  ph10  Source tidies (trails spaces, html updates) for 8.33-RC1.
makevp_l.txt  1330  5 weeks  ph10  Update files for Borland compilation to current list of modules.
makevp_c.txt  1330  5 weeks  ph10  Update files for Borland compilation to current list of modules.
CheckMan  1339  4 days  ph10  Update man pages to avoid the use of .ti (which causes difficulties for some tr…
132html  1339  4 days  ph10  Update man pages to avoid the use of .ti (which causes difficulties for some tr…
libpcre16.pc.in  843  17 months  ph10  Update pcre-config for 16-bit library and correct type on libpcre16.pc.in.
makevp.bat  373  4 years  ph10  Update the Virtual Pascal + BCC files for current versions.
pcregexp.pas  493  3 years  ph10  Updated licensing terms in pcregexp.pas
NON-AUTOTOOLS-BUILD  1332  5 weeks  ph10  Updates to building documentation.
Makefile.am  1332  5 weeks  ph10  Updates to building documentation.
pcre_globals.c  850  17 months  zherczeg  add pcre16_callout_block and pcre16_extra
.gitignore  1158  7 months  chpe  build: Add code coverage reporting Add --enable-coverage which uses gcov/lcov t…
HACKING  1204  7 months  chpe  docs: Put correction version in which the 32-bit library appeared
pcre32_config.c  1055  8 months  chpe  pcre32: Add 32-bit library Create libpcre32 that operates on 32-bit characters …
pcre32_jit_compile.c  1055  8 months  chpe  pcre32: Add 32-bit library Create libpcre32 that operates on 32-bit characters …
pcre32_refcount.c  1055  8 months  chpe  pcre32: Add 32-bit library Create libpcre32 that operates on 32-bit characters …
pcre_refcount.c  1055  8 months  chpe  pcre32: Add 32-bit library Create libpcre32 that operates on 32-bit characters …
pcre32_string_utils.c  1055  8 months  chpe  pcre32: Add 32-bit library Create libpcre32 that operates on 32-bit characters …
pcre_maketables.c  1055  8 months  chpe  pcre32: Add 32-bit library Create libpcre32 that operates on 32-bit characters …
pcre_get.c  1055  8 months  chpe  pcre32: Add 32-bit library Create libpcre32 that operates on 32-bit characters …
pcre32_tables.c  1055  8 months  chpe  pcre32: Add 32-bit library Create libpcre32 that operates on 32-bit characters …
pcre_config.c  1055  8 months  chpe  pcre32: Add 32-bit library Create libpcre32 that operates on 32-bit characters …
libpcre32.pc.in  1055  8 months  chpe  pcre32: Add 32-bit library Create libpcre32 that operates on 32-bit characters …
pcre_version.c  1055  8 months  chpe  pcre32: Add 32-bit library Create libpcre32 that operates on 32-bit characters …
pcre32_globals.c  1055  8 months  chpe  pcre32: Add 32-bit library Create libpcre32 that operates on 32-bit characters …
pcre32_compile.c  1055  8 months  chpe  pcre32: Add 32-bit library Create libpcre32 that operates on 32-bit characters …
pcre32_byte_order.c  1055  8 months  chpe  pcre32: Add 32-bit library Create libpcre32 that operates on 32-bit characters …
pcre32_chartables.c  1055  8 months  chpe  pcre32: Add 32-bit library Create libpcre32 that operates on 32-bit characters …
pcre32_printint.c  1055  8 months  chpe  pcre32: Add 32-bit library Create libpcre32 that operates on 32-bit characters …
pcre32_study.c  1055  8 months  chpe  pcre32: Add 32-bit library Create libpcre32 that operates on 32-bit characters …
pcre32_fullinfo.c  1055  8 months  chpe  pcre32: Add 32-bit library Create libpcre32 that operates on 32-bit characters …
pcre32_newline.c  1055  8 months  chpe  pcre32: Add 32-bit library Create libpcre32 that operates on 32-bit characters …
pcre32_get.c  1055  8 months  chpe  pcre32: Add 32-bit library Create libpcre32 that operates on 32-bit characters …
pcre32_ucd.c  1055  8 months  chpe  pcre32: Add 32-bit library Create libpcre32 that operates on 32-bit characters …
pcre32_xclass.c  1055  8 months  chpe  pcre32: Add 32-bit library Create libpcre32 that operates on 32-bit characters …
pcre-config.in  1055  8 months  chpe  pcre32: Add 32-bit library Create libpcre32 that operates on 32-bit characters …
pcre32_maketables.c  1055  8 months  chpe  pcre32: Add 32-bit library Create libpcre32 that operates on 32-bit characters …
pcre32_exec.c  1055  8 months  chpe  pcre32: Add 32-bit library Create libpcre32 that operates on 32-bit characters …
pcre32_version.c  1055  8 months  chpe  pcre32: Add 32-bit library Create libpcre32 that operates on 32-bit characters …
pcre32_dfa_exec.c  1055  8 months  chpe  pcre32: Add 32-bit library Create libpcre32 that operates on 32-bit characters …
pcre32_ord2utf32.c  1133  7 months  chpe  pcre32: Fix signed-unsigned compare
pcre16_ord2utf16.c  1133  7 months  chpe  pcre32: Fix signed-unsigned compare
pcre_ucd.c  1050  8 months  chpe  unicode: Update to Unicode 6.2

Download GNU tarball


Properties

Name Value
svk:merge 52e8e9e3-8f81-4aa7-bf1b-50c3f7feb54b:/local/pcre/code/trunk:6896
svn:ignore .deps .libs CMakeCache.txt CMakeFiles DartTestfile.txt INSTALL Makefile Makefile.in Testing aclocal.m4 ar-lib autom4te.cache cmake_install.cmake compile config.guess config.h config.h.generic config.h.in config.log config.status config.sub configure depcomp dftables install-sh libpcre.pc libpcre16.pc libpcre32.pc libpcre.so libpcrecpp.pc libpcrecpp.so libpcreposix.pc libpcreposix.so libtool ltmain.sh missing pcre.h pcre.h.generic pcre_chartables.c pcre-config pcre_jit_test pcre_scanner_unittest pcre_stringpiece.h pcre_stringpiece_unittest pcrecpparg.h pcrecpp_unittest pcredemo pcregrep pcretest progress.make stamp-h1 test-driver test3input test3output testNinput testsavedregex teststderr teststdout testtemp1 testtemp2 testtry

webmaster@exim.org
ViewVC Help
Powered by ViewVC 1.1.12