/[pcre]/code/trunk
ViewVC logotype

Index of /code/trunk

Files shown:80
Directory revision: 762 (of 1340)
Sticky Revision:


File Rev. Age Author Last log entry
 Parent Directory        
doc/  761  18 months  ph10  Add JIT stack FAQ to JIT documentation.
cmake/  344  5 years  ph10  CMake patches for readline support to ensure ncurses is linked when required.
testdata/  762  18 months  ph10  Fix repeated forward reference needed character bug.
sljit/  752  19 months  zherczeg  JIT should use pcre_malloc/pcre_free for allocation.
maint/  733  20 months  ph10  Source tidies for 8.20-RC3.
libpcre.def  96  6 years  nigel   r6896@hex: nm | 2007-03-02 13:09:14 +0000 Added EOL and keywork properties th…
libpcre.a.dev  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.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>.
libpcre.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.
libpcrecpp.pc.in  430  3 years  ph10  Add -DPCRE_STATIC to configuration files when no shared library is built.
pcre_get.c  359  4 years  ph10  Add PCRE_CALL_CONVENTION for MSVC users; add some missing PCRE_EXP_DEFNs.
pcre_version.c  359  4 years  ph10  Add PCRE_CALL_CONVENTION for MSVC users; add some missing PCRE_EXP_DEFNs.
pcre_refcount.c  359  4 years  ph10  Add PCRE_CALL_CONVENTION for MSVC users; add some missing PCRE_EXP_DEFNs.
pcre_info.c  389  4 years  ph10  Add PCRE_NO_START_OPTIMIZE
pcrecpp_internal.h  367  4 years  ph10  Add missing copyright to pcrecpp_internal.h
CheckMan  583  2 years  ph10  Add script to check for man page markup typos. Fix some typos.
pcregrep.c  718  20 months  ph10  Add some casts to get rid of compiler warnings from MSVC8.
pcre_scanner_unittest.cc  594  2 years  ph10  Added #include <string.h> to some .cc files (needed in some environments).
pcrecpp.cc  594  2 years  ph10  Added #include <string.h> to some .cc files (needed in some environments).
pcreposix.h  518  3 years  ph10  Added PCRE_UCP and related stuff to make \w etc use Unicode properties.
pcre_scanner.cc  530  3 years  ph10  Added a lot of (int) casts to avoid compiler warnings in systems where siz…
RunTest  712  20 months  ph10  Allow for CRLF terminations of pcretest output in RunTest.
RunTest.bat  719  20 months  ph10  Another improved RunTest.bat and also CMakeLists.txt provided by Sheri P.
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_exec.c  751  19 months  ph10  Code tidies.
pcre_config.c  667  21 months  ph10  Commit all the changes for JIT support, but without any documentation yet.
pcrecpp_unittest.cc  667  21 months  ph10  Commit all the changes for JIT support, but without any documentation yet.
Detrail  111  6 years  ph10  Create the PrepareRelease script to process the documentation and create the .g…
CleanTxt  111  6 years  ph10  Create the PrepareRelease script to process the documentation and create the .g…
COPYING  137  6 years  ph10  Daniel's patches.
pcre_valid_utf8.c  654  22 months  ph10  Documentation and general text tidies in preparation for test release.
ucp.h  654  22 months  ph10  Documentation and general text tidies in preparation for test release.
perltest.pl  654  22 months  ph10  Documentation and general text tidies in preparation for test release.
README  691  21 months  ph10  Final source and document tidies for 8.20-RC1.
pcre_fullinfo.c  691  21 months  ph10  Final source and document tidies for 8.20-RC1.
autogen.sh  581  2 years  ph10  Final tidies for 8.11 release.
ucpinternal.h  351  4 years  ph10  Final tidies for new Unicode property code; upgrade to Unicode 5.1.0.
ucptable.h  351  4 years  ph10  Final tidies for new Unicode property code; upgrade to Unicode 5.1.0.
pcrecpp.h  474  3 years  ph10  Fix C++ wrapper GlobalReplace function for empty matches.
pcre_compile.c  762  18 months  ph10  Fix repeated forward reference needed character bug.
ChangeLog  762  18 months  ph10  Fix repeated forward reference needed character bug.
pcre_newline.c  409  4 years  ph10  Further USPTR additions.
pcre.h.in  676  21 months  ph10  Give PCRE_ERROR_JIT_STACKLIMIT when JIT runs out of stack.
pcre_jit_compile.c  752  19 months  zherczeg  JIT should use pcre_malloc/pcre_free for allocation.
HACKING  716  20 months  ph10  Make (*THEN) work as in Perl in subpatterns that do not contain | alternatives. …
CMakeLists.txt  732  20 months  ph10  Needed to put "sh" before test commands for CMake build.
pcre_ucp_searchfuncs.c  369  4 years  ph10  Patch to reduce warnings from certain compilers.
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.
pcre_xclass.c  535  3 years  ph10  Prepare for release candidate.
PrepareRelease  709  20 months  ph10  Put back CRLF line endings on RunTest.bat, and remove it from the list of files …
pcre-config.in  753  19 months  ph10  Remove -L from pcre-config when install is into /usr/lib (fixes cross-compiling…
Makefile.am  698  21 months  ph10  Revised pcre_jit_test that runs OK with or without UTF-8 and/or UCP.
configure.ac  745  19 months  ph10  Small tidies, and documentation update for JavaScript \x, \u, \U support.
pcre_ord2utf8.c  371  4 years  ph10  Source tidies for 7.8-RC1
pcretest.c  738  19 months  ph10  Source tidies for 8.20 release.
NEWS  738  19 months  ph10  Source tidies for 8.20 release.
RunGrepTest  733  20 months  ph10  Source tidies for 8.20-RC3.
pcre_dfa_exec.c  733  20 months  ph10  Source tidies for 8.20-RC3.
pcre_printint.src  733  20 months  ph10  Source tidies for 8.20-RC3.
pcre_tables.c  736  20 months  zherczeg  Support OP_ANYBYTE in JIT when utf8 is disabled and optimizing utf8 character le…
pcre_study.c  754  19 months  ph10  Support \C in lookbehinds and DFA matching when not in UTF-8 mode.
pcre_jit_test.c  741  19 months  zherczeg  Supporting OP_NCREF, OP_RREF and OP_NRREF by the JIT compiler
pcreposix.c  760  18 months  ph10  Test for workspace overflow with forward reference data.
pcre_internal.h  760  18 months  ph10  Test for workspace overflow with forward reference data.
pcre_globals.c  507  3 years  ph10  Tidies for 8.02-RC1 release.
pcredemo.c  579  2 years  ph10  Tidies of documenation and code while preparing for release.
132html  461  3 years  ph10  Tidy up, remove trailing spaces, etc. for 8.00-RC1.
pcre_try_flipped.c  461  3 years  ph10  Tidy up, remove trailing spaces, etc. for 8.00-RC1.
pcre_chartables.c.dist  540  3 years  ph10  Typo in comment.
dftables.c  305  5 years  ph10  Update copyright year to 2008.
pcre_maketables.c  305  5 years  ph10  Update copyright year to 2008.
LICENCE  672  21 months  ph10  Update non-manpage documentation for JIT.
AUTHORS  672  21 months  ph10  Update non-manpage documentation for JIT.
config-cmake.h.in  685  21 months  ph10  Update pcregrep to use JIT by default with options to disable.
pcre_ucd.c  592  2 years  ph10  Update tables to Unicode 6.0.0.
makevp_c.txt  373  4 years  ph10  Update the Virtual Pascal + BCC files for current versions.
makevp.bat  373  4 years  ph10  Update the Virtual Pascal + BCC files for current versions.
makevp_l.txt  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-UNIX-USE  727  20 months  ph10  Updates to NON-UNIX-USE supplied by Sheri.

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 autom4te.cache cmake_install.cmake config.guess config.h config.h.generic config.h.in config.log config.status config.sub configure depcomp dftables install-sh libpcre.pc libpcre.so libpcrecpp.pc libpcrecpp.so libpcreposix.pc libpcreposix.so libtool ltmain.sh m4 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 test3input test3output testNinput testsavedregex teststderr teststdout testtry

webmaster@exim.org
ViewVC Help
Powered by ViewVC 1.1.12