Parent Directory
|
Revision Log
Links to HEAD: | (view) (annotate) |
Sticky Revision: |
File tidies, preparing for 8.32-RC1.
pcre32: docs: pcre32 exists since 8.32
pcre32: pcretest: Add explicit -8 option Even though 8-bit mode is the default, it's still useful to have an -8 option for symmetry.
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.
General spring-clean of EBCDIC-related issues in the code, which had decayed over time. Also the documentation. Added one test that can be run in an ASCII world to do a little testing of EBCDIC-related things.
Improve pcretest documentation.
Add support for PCRE_STUDY_EXTRA_NEEDED.
Document update for 8.31-RC1 test release.
Add date and PCRE version to .TH macros of all man pages.
Improve documentation for (*MARK); update HTML.
Make it possible for pcretest to select which JIT compile options are used.
Set PCRE_EXTRA_USED_JIT when JIT was actually used at runtime. Add /S++ and -s++ to pcretest to show whether JIT was used or not.
Source file tidies for 8.30-RC1 release; fix Makefile.am bugs for building symbolic links to man pages.
Documentation minor edits.
Updated documentation for 16-bit.
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.
Documentation for JIT support.
Documentation and general text tidies in preparation for test release.
Add tests for *MARK in callouts, and update pcretest documentation.
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.
Fix typos in pcregrep and pcretest man pages.
Pass back detailed info when UTF-8 check fails at runtime.
Tidies of documenation and code while preparing for release.
Added support for (*NO_START_OPT)
Clarify pcretest documentation of \xhh vs \x{hh}.
Test for ridiculous values of starting offsets; tidy UTF-8 code.
Fix broken /g code in pcretest and -g code in pcredemo.
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.
Prepare for release candidate.
Added PCRE_UCP and related stuff to make \w etc use Unicode properties.
Fix compile problems when heap is in use
Add support for *MARK and names for *PRUNE, *SKIP, *THEN.
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.
Further updates to partial matching.
Further partial match change: add PCRE_PARTIAL_HARD and make more intuitive.
Remove restrictions on pcre_exec() partial matching.
Update after detrailing for a test release.
Add the -M option to pcretest.
Tidies for the 7.7-RC1 distribution.
Added PCRE_JAVASCRIPT_COMPAT option.
Tidies for 7.5-RC1 release.
Added --enable-pcretest-libreadline.
Add .gz and .bz2 optional support to pcregrep.
Update pcretest doc to clarify the output for unset substrings.
Add facility to make \R match only CR, LF, or CRLF.
Add (*CR) etc.
Update UTF-8 validity check and documentation.
Tidies and final updates for 7.1.
Typos in the docs, missing casts and #ifdefs in the code.
Add PCRE_NEWLINE_ANYCRLF.
Fix bugs in the documentation.
Removal of trailing spaces.
Tests cleanup: use -C in RunTest; add /Z to pcretest and make test 3 independent of link size.
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.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.0 into code/trunk.
Load pcre-3.5 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 |