Parent Directory
|
Revision Log
Links to HEAD: | (view) (annotate) |
Sticky Revision: |
Source tidies for 8.34-RC1.
Implement PCRE_INFO_MATCH_EMPTY and fix 2 bugs concerned with scanning for empty string matching.
Fix type error in PCRE_INFO_{MATCH,RECURSION}LIMIT.
Source tidies (trails spaces, html updates) for 8.33-RC1.
Code (but not yet documentation) for *LIMIT_MATCH and *LIMIT_RECURSION.
pcre32: Fix signed-unsigned compare
pcre32: Rename new values to pcre32_fullinfo Rename to PCRE_INFO_FIRSTCHARACTER[FLAGS] (unfortunately PCRE_INFO_FIRSTCHAR was already taken) and PCRE_INFO_REQUIREDCHAR[FLAGS].
pcre32: fullinfo: Add variants of (FIRST|LAST)LITERAL that are 32-bit clean Since for pcre32 the whole range of the output is already used up for the character itself, return the special values separately.
pcre32: Add 32-bit library Create libpcre32 that operates on 32-bit characters (UTF-32). This turned out to be surprisingly simple after the UTF-16 support was introduced; mostly just extra ifdefs and adjusting and adding some tests.
Document update for 8.31-RC1 test release.
Add support for PCRE_INFO_MAXLOOKBEHIND.
Additional casts to avoid compiler warnings, originally from a MS compiler, but also given by gcc if you turn on enough warnings.
Add pcre16 prefix to 16 bit structs
add pcre16_callout_block and pcre16_extra
Typos in PrepareRelease; include 16-bit in make distcheck; fix RunTest and RunGrepTest when building in non-source directory; problem in pcretest when no UTF or 16-bit support; other tidies consequent on building a tarball.
Merging all the changes from the pcre16 branch into the trunk.
Rolled back trunk to r755 to prepare for merging the 16-bit branch.
Source tidies for 8.21-RC1
Preserve the size of JIT compiled code. Add PCRE_INFO_JITSIZE and use it for the /M option in pcretest.
Final source and document tidies for 8.20-RC1.
Commit changes for JIT support
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().
Remove restrictions on pcre_exec() partial matching.
Add PCRE_NO_START_OPTIMIZE
Add PCRE_CALL_CONVENTION for MSVC users; add some missing PCRE_EXP_DEFNs.
Update copyright year to 2008.
<config.h> => "config.h" and also some cases of <pcre.h>.
(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.
Don't advance by 2 if explicit \r or \n in the pattern. Add PCRE_INFO_HASCRORLF.
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.
Reworked all the WIN32 __declspec stuff in the hope of getting it right.
Update copyright years to 2007.
r6896@hex: nm | 2007-03-02 13:09:14 +0000 Added EOL and keywork properties throughout
Load pcre-6.5 into code/trunk.
Load pcre-6.4 into code/trunk.
Load pcre-6.0 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 |