summaryrefslogtreecommitdiff
path: root/pcre.h.in
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change the way PCRE_PARTIAL_HARD handles \z, \Z, \b, \B, and $.ph102010-10-221-35/+37
* Added PCRE_UCP and related stuff to make \w etc use Unicode properties.ph102010-05-181-1/+2
* Add support for *MARK and names for *PRUNE, *SKIP, *THEN.ph102010-03-271-0/+2
* Added lower bound length-finding to pcre_study() and use it when matching; make ph102009-09-261-0/+1
* Added PCRE_NOTEMPTY_ATSTART to fix /g bug when \K is present.ph102009-09-111-0/+1
* Add new PCRE_PARTIAL_HARD option.ph102009-08-281-1/+3
* Update after detrailing for a test release.ph102009-03-171-1/+1
* Add PCRE_NO_START_OPTIMIZEph102009-03-151-2/+5
* Forgot to add PCRE_JAVASCRIPT_COMPAT to pcre.h.in.ph102008-04-131-0/+1
* Update copyright year to 2008.ph102008-01-201-1/+1
* Put back the definition of PCRE_ERROR_NULLWSLIMIT for compatibility, even ph102007-09-111-1/+1