Parent Directory
|
Revision Log
Links to HEAD: | (view) (annotate) |
Sticky Revision: |
Source tidies for 8.34-RC1.
In /x mode, allow white space before a possessive + character.
Give errors for [A-\d] and [a-[:digit:]] etc.
Final source file tidies for 8.33 release.
Update backtracking verb documentation.
Document new multiple backtracking verb behaviour.
Improve wording for captures in negative assertions.
Document PCRE's \p{Lu} behaviour as different from Perl when /i is specified (I think Perl has changed).
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.
Upgrade \X to match an extended grapheme cluster
Documentation and other tidying for release.
Spelling corrections in documentation.
Add date and PCRE version to .TH macros of all man pages.
Documentation updates.
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
Small tidies, and documentation update for JavaScript \x, \u, \U support.
Source tidies for 8.20-RC3.
Document PCRE/Perl capture diffences in subroutines/recursions.
Make (*THEN) work as in Perl in subpatterns that do not contain | alternatives.
Documentation for JIT support.
Documentation and general text tidies in preparation for test release.
Permit quantifiers on parenthesized assertions.
Document and comment tidies.
Better documentation patch.
Documentation update.
Document difference between PCRE and Perl's versions of \X.
Minor doc update.
Tidies of documenation and code while preparing for release.
Clarify documentation about comments in patterns.
Added PCRE_UCP and related stuff to make \w etc use Unicode properties.
Tidy up, remove trailing spaces, etc. for 8.00-RC1.
Fix problems with conditional references to duplicate named subpatterns.
Allow duplicate names for same-numbered groups; forbid different names.
Documentation update
Add more explanation about recursive subpatterns, and make it possible to process the documenation without building a whole release.
Minor doc fix; update tests by adding comments to each file, and generally tidying.
Capture data when (*ACCEPT) is inside capturing parentheses.
Added PCRE_NOTEMPTY_ATSTART to fix /g bug when \K is present.
Remove restrictions on pcre_exec() partial matching.
Add facility to make \R match only CR, LF, or CRLF.
Update UTF-8 validity check and documentation.
Add Perl 5.10's backtracking verbs.
Documentation update preparatory to release.
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.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 |