summaryrefslogtreecommitdiff
path: root/doc/pcrejit.3
Commit message (Collapse)AuthorAgeFilesLines
* Fix a few small bugs and typos and update docs for a final release.ph102021-06-141-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1765 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Documentation update.ph102017-07-051-4/+39
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1705 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Documentation update.ph102017-06-131-6/+13
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1702 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Final source file tidies for 8.33 release.ph102013-05-281-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1335 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Correct unsupported items.ph102013-03-171-4/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1295 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update list of items not supported by JIT.ph102013-03-161-12/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1289 2f5784b3-3f2a-0410-8824-cb99058d5e15
* File tidies, preparing for 8.32-RC1.ph102012-11-111-11/+11
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1221 2f5784b3-3f2a-0410-8824-cb99058d5e15
* More documentation updatesph102012-10-311-14/+45
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1194 2f5784b3-3f2a-0410-8824-cb99058d5e15
* pcre32: Add 32-bit librarychpe2012-10-161-6/+9
| | | | | | | | | | 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. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1055 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Document update for 8.31-RC1 test release.ph102012-06-021-13/+13
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@975 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Doc fix: JIT supports MARK and COMMIT.ph102012-05-041-6/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@965 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update documentation to clarify that UTF-8/16 checking is done on complete ph102012-04-141-4/+4
| | | | | | | strings before any other processing. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@959 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add date and PCRE version to .TH macros of all man pages.ph102012-03-311-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@954 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Expand explanation of JIT stacks and threads.ph102012-02-231-14/+19
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@928 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Re-implement /S++ and -s++ in pcretest in a thread-safe way, using JIT ph102012-02-221-8/+24
| | | | | | | callback. Removed the PCRE_EXTRA_USED_JIT flag. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@926 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update documentation for partial matching support in JIT.ph102012-02-181-20/+32
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@921 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Source file tidies for 8.30-RC1 release; fix Makefile.am bugs for building ph102012-01-211-4/+4
| | | | | | | symbolic links to man pages. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@903 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Documentation.ph102012-01-091-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@859 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Documentation updates.ph102012-01-081-10/+20
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@858 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Merging all the changes from the pcre16 branch into the trunk.ph102011-12-281-9/+103
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@836 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Rolled back trunk to r755 to prepare for merging the 16-bit branch.ph102011-12-281-103/+9
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@835 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Source tidies for 8.21-RC1ph102011-12-061-7/+7
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@788 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add some words about multiple PCRE versions to the JIT documentation.ph102011-11-261-7/+27
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@768 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add JIT stack FAQ to JIT documentation.ph102011-11-221-3/+77
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@761 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update JIT documenation for latest supported items.ph102011-11-151-5/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@748 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Add more about \C to documentation.ph102011-10-191-2/+2
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@737 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Source tidies for 8.20-RC3.ph102011-10-111-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@733 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Document Power PC JIT support as experimental.ph102011-10-051-3/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@717 2f5784b3-3f2a-0410-8824-cb99058d5e15
* File tidies for 8.20-RC2 release.ph102011-09-231-4/+4
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@708 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Documentation clarifications.ph102011-09-231-6/+15
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@707 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Fix typo.ph102011-09-121-1/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@693 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Final source and document tidies for 8.20-RC1.ph102011-09-111-8/+8
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@691 2f5784b3-3f2a-0410-8824-cb99058d5e15
* More documentation updates.ph102011-09-061-5/+5
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@686 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Update pcregrep to use JIT by default with options to disable.ph102011-09-061-0/+1
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@685 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Documentation updates.ph102011-09-061-59/+85
| | | | git-svn-id: svn://vcs.exim.org/pcre/code/trunk@683 2f5784b3-3f2a-0410-8824-cb99058d5e15
* Documentation for JIT support.ph102011-08-281-0/+234
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@678 2f5784b3-3f2a-0410-8824-cb99058d5e15