Parent Directory
|
Revision Log
Links to HEAD: | (view) (annotate) |
Sticky Revision: |
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().
Allow fixed-length subroutine calls in lookbehinds.
Added PCRE_NOTEMPTY_ATSTART to fix /g bug when \K is present.
Fix typo.
Further updates to partial matching.
Add pcredemo man page, containing a listing of pcredemo.c.
Further partial match change: add PCRE_PARTIAL_HARD and make more intuitive.
Remove restrictions on pcre_exec() partial matching.
Add support for (*UTF8).
Update after detrailing for a test release.
Add support for UTF-8 in EBCDIC environments.
Add PCRE_NO_START_OPTIMIZE
Document named subpattern behaviour in the presence of duplicate numbers.
Bug fixes: forgot to commit these individually.
Source tidies for 7.8-RC1
Make it clearer that ovector values are byte offsets, not character counts.
Tidies for the 7.7-RC1 distribution.
Added PCRE_JAVASCRIPT_COMPAT option.
Remove the automatic build of pcredemo.
Tidies for 7.5-RC2 release.
Add missing error numbers to documentation.
Minor rewording of PCRE_INFO_JCHANGED documentation.
Detrailed files for 7.4-RC1 test release.
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.
Document anomaly when \r or \n is used explicity with CRLF as a line terminator.
Update UTF-8 validity check and documentation.
Add words about valid UTF-8 vs assigned Unicode code point to the docs.
Added a pcresyntax man page; tidied some others.
Fix doc bug for duplicate named subpatterns.
Refactor the integer overflow testing so as to avoid imposing an artificial limit on the size of subpatterns.
Abolish the NULLWSLIMIT error at the expense of using more stack when an unlimited repeat could match an empty string. Also, doc tidies for a test release.
Clarify doc about PCRE_INFO_OPTIONS.
Expand the documentation about the NULLWSLIMIT error.
More document tidies, pre-release.
Documentation update preparatory to release.
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 and final updates for 7.1.
Update HTML documentation.
Add PCRE_NEWLINE_ANYCRLF.
Trailing spaces.
Documentation notes that fr_FR locale is "french" in Windows; add an out-of-tree built test to maint/ManyConfigTests.
Make the use of dftables optional, and not the default. Further tidies to documentation.
A number of tidies, file renames, etc.
1. Move the comment about version numbers from pcre.h.in to configure.ac because that's where they are now set. 2. Update all the man pages to remove the use of .br and .in because this causes trouble for some HTML converters. Also standardised the final sections giving author information and revision date. 3. Update the maintain/132html man page converter to handle .nf/.fi and to barf at .br/.in.
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.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.1 into code/trunk.
Load pcre-4.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 |