Parent Directory
|
Revision Log
Links to HEAD: | (view) (annotate) |
Sticky Revision: |
Commit all the changes for JIT support, but without any documentation yet.
Fix incorrect comment in pcretest.c.
Documentation and general text tidies in preparation for test release.
Pass *MARK name to callouts
Avoid false positive for infinite recursion by not checking conditionals at compile time, but add tests at runtime that also catch infinite mutual recursion.
Add minix to list of OS not supporting -S in pcretest.
Add the /= modifier to pcretest so as to be able to check unset capturing parentheses at the ends of patterns.
Add the ++ feature to pcretest.
Fix two study bugs concerned with minimum subject lengths; add features to pcretest so that all tests can be run with or without study; adjust tests so that this happens.
Tidy the API for _pcre_valid_utf8() to a more suitable form for a future public release. Also make -s in pcretest force a study for every regex.
Refactoring to reduce stack usage for possessively quantified subpatterns. Also fixed a number of bugs related to repeated subpatterns. Some further tidies consequent on the removal of OP_OPT are also in this patch.
Pass back detailed info when UTF-8 check fails at runtime.
Patches to avoid build problems in some Borland environments.
Tidies of documenation and code while preparing for release.
Added support for (*NO_START_OPT)
Test for ridiculous values of starting offsets; tidy UTF-8 code.
Fix broken /g code in pcretest and -g code in pcredemo.
Fix missing code for missing strtoul() and strerror().
Change the way PCRE_PARTIAL_HARD handles \z, \Z, \b, \B, and $.
Tidyup for 8.10-RC2 test release.
Add /T option to pcretest and additional tests with non-standard tables.
Add newline in pcretest output if the last data line doesn't have one.
Prepare for release candidate.
Added a lot of (int) casts to avoid compiler warnings in systems where size_t is 64-bit.
Added PCRE_UCP and related stuff to make \w etc use Unicode properties.
Avoid compiler warning in pcretest.
Fix compile problems when heap is in use
Add support for *MARK and names for *PRUNE, *SKIP, *THEN.
Tidies for 8.02-RC1 release.
Fix missing data in coptable and poptable vectors; add compile-time checks for their lengths.
Tidy up, remove trailing spaces, etc. for 8.00-RC1.
Added lower bound length-finding to pcre_study() and use it when matching; make the value available via pcre_fullinfo(); also fixed bugs connected with pcre_study() in pcre_dfa_exec().
Added PCRE_NOTEMPTY_ATSTART to fix /g bug when \K is present.
Add REG_UNGREEDY (non-standard) to the POSIX interface.
Add new PCRE_PARTIAL_HARD option.
Remove restrictions on pcre_exec() partial matching.
File tidies for 7.9 release.
Add support for (*UTF8).
Wrap fileno/isatty defs for Windows in #ifndefs
Update after detrailing for a test release.
Add support for UTF-8 in EBCDIC environments.
Add PCRE_NO_START_OPTIMIZE
Added REG_NOTEMPTY to the POSIX wrapper.
Add the -M option to pcretest.
Bug fixes: forgot to commit these individually.
Source tidies for 7.8-RC1
Previous change to pcretest wasn't correct for POSIX mode (needs zero terminator).
Fix off-end-of-buffer bug for patterns that match only at start of line.
Comments about stack usage added.
Make pcretest generate a single byte for \x{} escapes in non-UTF-8 mode.
Final tidies for new Unicode property code; upgrade to Unicode 5.1.0.
Tidies for the 7.7-RC1 distribution.
Fixes to pcretest for readline support on Windows.
Added PCRE_JAVASCRIPT_COMPAT option.
Tidies for 7.5-RC1 release.
Added --enable-pcretest-libreadline.
Change "alphameric" to "alphanumeric".
File tidies caused by building a release.
Add casts to pcretest.c to avoid compiler warnings.
Refactoring to reduce the number of relocations in a shared library.
<config.h> => "config.h" and also some cases of <pcre.h>.
Add facility to make \R match only CR, LF, or CRLF.
(1) Move internal flags out of the options field, to make room. (2) \r and \n must be explicit to trigger the special CRLF handline exception. (3) (?J) at the start now sets JCHANGED as well as DUPNAMES.
Add (*CR) etc.
Don't advance by 2 if explicit \r or \n in the pattern. Add PCRE_INFO_HASCRORLF.
Update UTF-8 validity check and documentation.
Add Perl 5.10's backtracking verbs.
Correct errors in previous patch; tidy for test release.
Daniel's patch for config.h and Windows DLL declarations (not fully working).
Drastically reduce workspace used for alternatives in groups; also some trailing space removals for a test release.
Add PCRE_INFO_OKPARTIAL and PCRE_INFO_JCHANGED.
Tidies: added some casts and some missing #ifdefs.
Update HTML documentation.
Add PCRE_NEWLINE_ANYCRLF.
Fix bad handling of data lines longer than 50K by pcretest.
Another buglet in pcretest for "any" newline and /g.
Reworked all the WIN32 __declspec stuff in the hope of getting it right.
Daniel's patches to add to the CMake support.
Previous fix for pcretest was buggy. Try again.
Trailing spaces.
Fixed obscure bug when matching a null string in multiline mode with newline=any.
Fixed bug in the debugging /Z option of pcretest that made it assume /8.
Removal of trailing spaces.
Add some missing free() calls to pcretest and pcregrep.
Tests cleanup: use -C in RunTest; add /Z to pcretest and make test 3 independent of link size.
Added some additional #ifdef SUPPORT_UTF8 to minimize the code when UTF-8 support is not compiled.
r6896@hex: nm | 2007-03-02 13:09:14 +0000 Added EOL and keywork properties throughout
Load pcre-7.0 into code/trunk.
Load pcre-6.7 into code/trunk.
Load pcre-6.5 into code/trunk.
Load pcre-6.4 into code/trunk.
Load pcre-6.1 into code/trunk.
Load pcre-6.0 into code/trunk.
Load pcre-5.0 into code/trunk.
Load pcre-4.5 into code/trunk.
Load pcre-4.4 into code/trunk.
Load pcre-4.3 into code/trunk.
Load pcre-4.2 into code/trunk.
Load pcre-4.1 into code/trunk.
Load pcre-4.0 into code/trunk.
Load pcre-3.8 into code/trunk.
Load pcre-3.7 into code/trunk.
Load pcre-3.6 into code/trunk.
Load pcre-3.5 into code/trunk.
Load pcre-3.3 into code/trunk.
Load pcre-3.2 into code/trunk.
Load pcre-3.1 into code/trunk.
Load pcre-3.0 into code/trunk.
Load pcre-2.08a into code/trunk.
Load pcre-2.08 into code/trunk.
Load pcre-2.07 into code/trunk.
Load pcre-2.06 into code/trunk.
Load pcre-2.04 into code/trunk.
Load pcre-2.03 into code/trunk.
Load pcre-2.02 into code/trunk.
Load pcre-2.01 into code/trunk.
Load pcre-2.00 into code/trunk.
Load pcre-1.08 into code/trunk.
Load pcre-1.05 into code/trunk.
Load pcre-1.04 into code/trunk.
Load pcre-1.03 into code/trunk.
Load pcre-1.02 into code/trunk.
Load pcre-1.00 into code/trunk.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
ViewVC Help | |
Powered by ViewVC 1.1.5 |