summaryrefslogtreecommitdiff
path: root/pcre_internal.h
Commit message (Expand)AuthorAgeFilesLines
* More 16-bit fixes, and removal of pcre_info().ph102011-12-221-1/+1
* fixing existing and adding new byte-order related functionszherczeg2011-12-191-4/+6
* PUBL macro added, single char optimization is fixed, MAX_255 checks are added...zherczeg2011-12-141-0/+2
* Merge changes from trunk r755 to r800 into the 16-bit branch.ph102011-12-121-2/+6
* Optimization fixes for ranges contains only a single characterzherczeg2011-12-111-0/+9
* extending the 16 bit API, mode check, and fixeszherczeg2011-12-101-13/+19
* Adding --enable-utf option rather than --enable-utf16. --enable-utf8 is kept ...zherczeg2011-12-081-24/+35
* UTF16 fixes: iterated character parsing, named referenceszherczeg2011-12-071-0/+4
* Updating pcre_jit_test. Most of the JIT tests are working now in 16 bit mode.zherczeg2011-12-061-2/+12
* Improving UTF-16 support by fixing a lot of issues.zherczeg2011-12-051-4/+4
* Start working on UTF-16. Updating macros and adding new ones.zherczeg2011-12-031-4/+122
* renaming utf8 to utf, JIT compiler update, disallowing invalid utf charszherczeg2011-12-031-15/+11
* better digit parsing, first_byte, req_byte are renamed to first_char req_char...zherczeg2011-12-011-13/+23
* Make character ranges 16 bit friendlyzherczeg2011-11-281-5/+20
* Update those opcode sizes whose depend on IMM2_SIZEzherczeg2011-11-271-20/+25
* Make simple patterns work in PCRE16zherczeg2011-11-261-8/+19
* PRIV macro added, several new files addedzherczeg2011-11-231-45/+101
* string utilities addedzherczeg2011-11-221-2/+62
* remove double pcre_uint8 declaration and fix some string literalszherczeg2011-11-211-3/+0
* More 16-bit patchesph102011-11-211-7/+27
* Apply Zoltan's big patch.ph102011-11-211-123/+119
* Support \C in lookbehinds and DFA matching when not in UTF-8 mode.ph102011-11-191-2/+2
* Fixed several items that were being incorrectly rejected as "not fixed length"ph102011-11-151-1/+1
* Source tidies for 8.20-RC3.ph102011-10-111-1/+1
* Revert handling of atomic groups that do not include captures to the old way of ph102011-10-081-38/+40
* Make (*THEN) work as in Perl in subpatterns that do not contain | alternatives.ph102011-10-041-1/+1
* File tidies for 8.20-RC2 release.ph102011-09-231-1/+1
* Restore tail-recursion optimizations when no (*THEN) in pattern.ph102011-09-201-0/+2
* Final source and document tidies for 8.20-RC1.ph102011-09-111-1/+1
* Adjust JIT limit code; make JIT test return 1 if not successful.ph102011-08-281-1/+1
* Commit all the changes for JIT support, but without any documentation yet.ph102011-08-221-2/+15
* Documentation and general text tidies in preparation for test release.ph102011-08-021-5/+5
* Avoid false positive for infinite recursion by not checking conditionals at ph102011-07-281-16/+27
* Permit quantifiers on parenthesized assertions.ph102011-07-241-11/+11
* Fix isolated \k bug.ph102011-07-221-1/+1
* Re-do atomic group processing to fix backtrack capture bugs. Recursion is also ph102011-07-161-5/+4
* Fix problem with the interaction of (*ACCEPT) in an assertion with ph102011-07-021-12/+17
* Fix two study bugs concerned with minimum subject lengths; add features to ph102011-07-021-3/+3
* Refactoring to reduce stack usage for possessively quantified subpatterns. Also ph102011-06-021-52/+66
* Remove OP_OPT by handling /i and /m entirely at compile time. Fixes bug with ph102011-05-251-124/+196
* Pass back detailed info when UTF-8 check fails at runtime.ph102011-05-071-1/+1
* Fix small typos in pcre_internal.hph102011-05-011-3/+3
* Tidies of documenation and code while preparing for release.ph102010-11-241-1/+1
* Added support for (*NO_START_OPT)ph102010-11-211-19/+21
* Give error if \c is followed by a byte > 127 (in ASCII/UTF-8 modes).ph102010-11-201-1/+2
* Remove loops from GETCHAR etc. macros.ph102010-11-191-68/+102
* Fix problem with (*THEN) not backing up far enough.ph102010-10-101-2/+3
* Prepare for release candidate.ph102010-06-031-4/+4
* Fix crash for property test in non-UTF-8 mode.ph102010-05-311-2/+3
* Added PCRE_UCP and related stuff to make \w etc use Unicode properties.ph102010-05-181-4/+13