summaryrefslogtreecommitdiff
path: root/pcre_exec.c
Commit message (Expand)AuthorAgeFilesLines
* fixing existing and adding new byte-order related functionszherczeg2011-12-191-11/+5
* lcc and inline printint.c fixeszherczeg2011-12-151-1/+5
* PUBL macro added, single char optimization is fixed, MAX_255 checks are added...zherczeg2011-12-141-38/+53
* Merge changes from trunk r755 to r800 into the 16-bit branch.ph102011-12-121-340/+348
* Optimization fixes for ranges contains only a single characterzherczeg2011-12-111-17/+48
* extending the 16 bit API, mode check, and fixeszherczeg2011-12-101-3/+4
* Adding --enable-utf option rather than --enable-utf16. --enable-utf8 is kept ...zherczeg2011-12-081-9/+1
* UTF16 fixes: iterated character parsing, named referenceszherczeg2011-12-071-50/+70
* Updating pcre_jit_test. Most of the JIT tests are working now in 16 bit mode.zherczeg2011-12-061-2/+2
* Improving UTF-16 support by fixing a lot of issues.zherczeg2011-12-051-18/+31
* Start working on UTF-16. Updating macros and adding new ones.zherczeg2011-12-031-24/+36
* renaming utf8 to utf, JIT compiler update, disallowing invalid utf charszherczeg2011-12-031-72/+58
* better digit parsing, first_byte, req_byte are renamed to first_char req_char...zherczeg2011-12-011-29/+31
* Make character ranges 16 bit friendlyzherczeg2011-11-281-19/+48
* Update those opcode sizes whose depend on IMM2_SIZEzherczeg2011-11-271-18/+18
* Make simple patterns work in PCRE16zherczeg2011-11-261-4/+12
* PRIV macro added, several new files addedzherczeg2011-11-231-30/+30
* string utilities addedzherczeg2011-11-221-5/+5
* Apply Zoltan's big patch.ph102011-11-211-51/+51
* Code tidies.ph102011-11-181-2/+2
* Marks in non-capturing atomic groups were not being passed out.ph102011-11-081-0/+1
* Fix cache-flush issue on PowerPC, adding some comments and a check for disabl...zherczeg2011-11-061-0/+1
* Source tidies for 8.20-RC3.ph102011-10-111-46/+46
* PCRE_NO_START_OPTIMIZE, if given to pcre_compile(), did not suppress the ph102011-10-101-1/+1
* Revert handling of atomic groups that do not include captures to the old way of ph102011-10-081-14/+97
* Comment correction and minor code improvement.ph102011-10-071-2/+1
* Make (*THEN) work as in Perl in subpatterns that do not contain | alternatives.ph102011-10-041-64/+108
* Fix bug with (*THEN) in a subroutine/recursion.ph102011-09-271-1/+1
* File tidies for 8.20-RC2 release.ph102011-09-231-19/+19
* Restore tail-recursion optimizations when no (*THEN) in pattern.ph102011-09-201-14/+45
* Fix *THEN in condition issue.ph102011-09-201-2/+15
* Final source and document tidies for 8.20-RC1.ph102011-09-111-1/+1
* Fix loop/bad error when recursed group contains (*PRUNE) etc.ph102011-09-061-1/+1
* Adjust JIT limit code; make JIT test return 1 if not successful.ph102011-08-281-2/+3
* Commit all the changes for JIT support, but without any documentation yet.ph102011-08-221-40/+62
* Documentation and general text tidies in preparation for test release.ph102011-08-021-13/+13
* Fix partial match bug with /f.*/8s.ph102011-08-011-1/+5
* Fix bug that caused /.(*F)/ to give a partial match instead of no match.ph102011-08-011-4/+6
* Pass *MARK name to calloutsph102011-07-311-2/+4
* Avoid false positive for infinite recursion by not checking conditionals at ph102011-07-281-2/+15
* Make (*MARK) work in positive assertions.ph102011-07-221-1/+2
* Add the /= modifier to pcretest so as to be able to check unset capturing ph102011-07-201-1/+1
* Ensure unused capturing parentheses at the end of patterns are unset, because ph102011-07-201-185/+204
* Fix \X* bug when first character has the mark property. Also improve code for ph102011-07-191-117/+75
* Fix capturing not happening in assertion conditions.ph102011-07-171-30/+11
* Re-do atomic group processing to fix backtrack capture bugs. Recursion is also ph102011-07-161-145/+136
* Small code and comment tidyph102011-07-121-10/+8
* A better patch for the atomic capturing not resetting bug.ph102011-07-111-86/+28
* Fix atomic group and assertion capturing problems.ph102011-07-091-2/+70
* Fix problem with the interaction of (*ACCEPT) in an assertion with ph102011-07-021-5/+11