summaryrefslogtreecommitdiff
path: root/pcre.h.in
Commit message (Expand)AuthorAgeFilesLines
* Fix outdated definitions in pcre.h.in.ph102017-08-191-4/+4
* Implement pcre_stack_guard.ph102014-02-091-1/+7
* Rename the (as yet unreleased) PCRE_NO_AUTO_POSSESSIFY option to ph102013-11-121-1/+1
* Implement compile-time nested parentheses limit, specified at build time.ph102013-11-051-0/+1
* Further auto-possessification patch.ph102013-10-121-1/+1
* Refactored auto-possessification code.ph102013-10-011-1/+4
* Implement PCRE_INFO_MATCH_EMPTY and fix 2 bugs concerned with scanning for ph102013-07-051-0/+1
* Add pcre[16|32]_jit_free_unused_memory to forcibly free unused JIT executable...zherczeg2013-06-141-0/+3
* Code (but not yet documentation) for *LIMIT_MATCH and *LIMIT_RECURSION.ph102013-04-241-3/+6
* Implement PCRE_NEVER_UTFph102013-04-051-7/+14
* Correct Unicode string checking in the light of corrigendum #9.ph102013-02-271-3/+3
* File tidies, preparing for 8.32-RC1.ph102012-11-111-1/+1
* New comments on the PCRE options.ph102012-11-071-49/+63
* Add PCRE_ERROR_BADLENGTH for a negative length.ph102012-10-301-0/+1
* JIT native interface.zherczeg2012-10-291-0/+10
* Update comments.ph102012-10-281-8/+8
* pcre32: Rename new values to pcre32_fullinfochpe2012-10-161-4/+4
* pcre32: Remove unused error codechpe2012-10-161-3/+2
* pcre32: utf: Reject all non-characters and not just 0xfffechpe2012-10-161-0/+1
* pcre32: Reject characters > 0x10ffff in UTF-32 modechpe2012-10-161-0/+1
* pcre32: fullinfo: Add variants of (FIRST|LAST)LITERAL that are 32-bit cleanchpe2012-10-161-0/+4
* pcre32: Add 32-bit librarychpe2012-10-161-9/+124
* Add support for PCRE_STUDY_EXTRA_NEEDED.ph102012-08-281-0/+1
* Fix long-standing DFA testing restart bug in pcretest, and add some ph102012-04-191-0/+1
* Add support for PCRE_INFO_MAXLOOKBEHIND.ph102012-02-241-0/+1
* Re-implement /S++ and -s++ in pcretest in a thread-safe way, using JIT ph102012-02-221-1/+0
* Set PCRE_EXTRA_USED_JIT when JIT was actually used at runtime. Add /S++ andph102012-02-201-0/+1
* Partial matching support is added to the JIT compilerzherczeg2012-02-131-1/+3
* JIT test prints cpu infozherczeg2012-01-171-0/+1
* rename PCRE_SCHAR16 to PCRE_UCHAR16 and JIT compiler updatezherczeg2012-01-091-10/+10
* Add pcre16 prefix to 16 bit structszherczeg2012-01-051-17/+24
* add pcre16_callout_block and pcre16_extrazherczeg2012-01-041-11/+46
* Remove prototype for pcre[16]_info. ph102012-01-011-2/+0
* use unsigned short for 16 bit strings and a minor fixzherczeg2011-12-311-1/+1
* Merging all the changes from the pcre16 branch into the trunk.ph102011-12-281-40/+132
* Rolled back trunk to r755 to prepare for merging the 16-bit branch.ph102011-12-281-12/+6
* Source tidies for 8.21-RC1ph102011-12-061-3/+3
* Preserve the size of JIT compiled code. Add PCRE_INFO_JITSIZE and use it forph102011-12-021-0/+1
* Added comments about options usage.ph102011-11-231-6/+11
* Give PCRE_ERROR_JIT_STACKLIMIT when JIT runs out of stack.ph102011-08-271-0/+1
* Change pcre_assign_jit_callback to pcre_assign_jit_stack.ph102011-08-271-1/+1
* Commit changes for JIT supportph102011-08-221-0/+23
* Documentation and general text tidies in preparation for test release.ph102011-08-021-1/+1
* Pass *MARK name to calloutsph102011-07-311-0/+2
* Avoid false positive for infinite recursion by not checking conditionals at ph102011-07-281-0/+1
* Pass back detailed info when UTF-8 check fails at runtime.ph102011-05-071-1/+26
* Tidies of documenation and code while preparing for release.ph102010-11-241-1/+1
* Added support for (*NO_START_OPT)ph102010-11-211-1/+1
* Add PCRE_ERROR_SHORTUTF8 to PCRE_PARTIAL_HARD processing.ph102010-11-071-0/+1
* Test for ridiculous values of starting offsets; tidy UTF-8 code.ph102010-11-061-0/+1