/[pcre]/code/trunk
ViewVC logotype

Index of /code/trunk

Files shown:78
Directory revision: 622 (of 1334)
Sticky Revision:


File Rev. Age Author Last log entry (rev)
 Parent Directory        
maint/  592  2 years  ph10  Update tables to Unicode 6.0.0.
testdata/  621  22 months  ph10  Remove atomic from single repeats; convert possessive atomic to possessive non-…
cmake/  344  5 years  ph10  CMake patches for readline support to ensure ncurses is linked when required.
doc/  616  22 months  ph10  Add the ++ feature to pcretest.
pcregexp.pas  493  3 years  ph10  Updated licensing terms in pcregexp.pas
RunTest.bat  622  22 months  ph10  Updated RunTest.bat to Tom Fortmann's improved version.
ChangeLog  622  22 months  ph10  Updated RunTest.bat to Tom Fortmann's improved version.
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.
configure.ac  592  2 years  ph10  Update tables to Unicode 6.0.0.
pcre_ucd.c  592  2 years  ph10  Update tables to Unicode 6.0.0.
ucp.h  592  2 years  ph10  Update tables to Unicode 6.0.0.
pcre_tables.c  592  2 years  ph10  Update tables to Unicode 6.0.0.
dftables.c  305  5 years  ph10  Update copyright year to 2008.
pcre_maketables.c  305  5 years  ph10  Update copyright year to 2008.
pcre_chartables.c.dist  540  2 years  ph10  Typo in comment.
132html  461  3 years  ph10  Tidy up, remove trailing spaces, etc. for 8.00-RC1.
pcre_fullinfo.c  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_valid_utf8.c  606  23 months  ph10  Tidy the API for _pcre_valid_utf8() to a more suitable form for a future public …
pcreposix.c  579  2 years  ph10  Tidies of documenation and code while preparing for release.
pcredemo.c  579  2 years  ph10  Tidies of documenation and code while preparing for release.
NEWS  589  2 years  ph10  Tidies for Release 8.12
pcregrep.c  589  2 years  ph10  Tidies for Release 8.12
Makefile.am  589  2 years  ph10  Tidies for Release 8.12
pcre_globals.c  507  3 years  ph10  Tidies for 8.02-RC1 release.
pcre_ord2utf8.c  371  4 years  ph10  Source tidies for 7.8-RC1
perltest.pl  617  22 months  ph10  Small code and comment tidy
pcre_compile.c  621  22 months  ph10  Remove atomic from single repeats; convert possessive atomic to possessive non-…
pcre_printint.src  604  23 months  ph10  Refactoring to reduce stack usage for possessively quantified subpatterns. Also …
pcre_internal.h  618  22 months  ph10  Re-do atomic group processing to fix backtrack capture bugs. Recursion is also …
pcre_xclass.c  535  2 years  ph10  Prepare for release candidate.
NON-UNIX-USE  535  2 years  ph10  Prepare for release candidate.
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_ucp_searchfuncs.c  369  4 years  ph10  Patch to reduce warnings from certain compilers.
pcre.h.in  598  2 years  ph10  Pass back detailed info when UTF-8 check fails at runtime.
pcre_newline.c  409  4 years  ph10  Further USPTR additions.
RunTest  612  22 months  ph10  Fix two study bugs concerned with minimum subject lengths; add features to pcre…
HACKING  612  22 months  ph10  Fix two study bugs concerned with minimum subject lengths; add features to pcre…
pcre_dfa_exec.c  613  22 months  ph10  Fix problem with the interaction of (*ACCEPT) in an assertion with PCRE_NOTEMPT…
pcre_study.c  620  22 months  ph10  Fix mutual recursion minimum calculation in study bug.
pcre_exec.c  619  22 months  ph10  Fix capturing not happening in assertion conditions.
pcrecpp.h  474  3 years  ph10  Fix C++ wrapper GlobalReplace function for empty matches.
RunGrepTest  587  2 years  ph10  Fix -M bugs in pcregrep
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.
autogen.sh  581  2 years  ph10  Final tidies for 8.11 release.
README  489  3 years  ph10  File tidies and documentation update for 8.01.
LICENCE  489  3 years  ph10  File tidies and documentation update for 8.01.
AUTHORS  489  3 years  ph10  File tidies and documentation update for 8.01.
CMakeLists.txt  495  3 years  ph10  Ensure CMake checks for inttypes.
COPYING  137  6 years  ph10  Daniel's patches.
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…
pcre_config.c  376  4 years  ph10  Bug fixes: forgot to commit these individually.
pcrecpparg.h.in  263  5 years  ph10  Apply Craig's patch, which makes it possible to "ignore" values in parens when …
pcre_scanner.h  308  5 years  ph10  Apply Craig's patch to move no_arg into the RE class.
config-cmake.h.in  303  5 years  ph10  Apply Christian Ehrlicher's patch to update the CMake files.
pcre_scanner.cc  530  2 years  ph10  Added a lot of (int) casts to avoid compiler warnings in systems where siz…
pcreposix.h  518  3 years  ph10  Added PCRE_UCP and related stuff to make \w etc use Unicode properties.
pcre-config.in  492  3 years  ph10  Added --libs-cpp to pcre-config, but only when C++ support is configured.
pcre_scanner_unittest.cc  594  2 years  ph10  Added #include <string.h> to some .cc files (needed in some environments).
pcrecpp_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).
pcretest.c  616  22 months  ph10  Add the ++ feature to pcretest.
CheckMan  583  2 years  ph10  Add script to check for man page markup typos. Fix some typos.
PrepareRelease  583  2 years  ph10  Add script to check for man page markup typos. Fix some typos.
pcrecpp_internal.h  367  4 years  ph10  Add missing copyright to pcrecpp_internal.h
pcre_info.c  389  4 years  ph10  Add PCRE_NO_START_OPTIMIZE
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.
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_stringpiece.cc  236  5 years  ph10  <config.h> => "config.h" and also some cases of <pcre.h>.
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…

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_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