summaryrefslogtreecommitdiff
path: root/pcre_compile.c
Commit message (Expand)AuthorAgeFilesLines
* minor fixeszherczeg2011-12-191-3/+2
* Commit progress so far on pcretest (runs test 1 on interpreter).ph102011-12-181-5/+7
* lcc and inline printint.c fixeszherczeg2011-12-151-4/+7
* Preliminary work on pcretest for 16-bit (not complete by any means).ph102011-12-141-4/+9
* PUBL macro added, single char optimization is fixed, MAX_255 checks are added...zherczeg2011-12-141-90/+79
* Minor issues after merge.ph102011-12-131-14/+12
* Merge changes from trunk r755 to r800 into the 16-bit branch.ph102011-12-121-53/+177
* Optimization fixes for ranges contains only a single characterzherczeg2011-12-111-27/+43
* extending the 16 bit API, mode check, and fixeszherczeg2011-12-101-30/+80
* Adding --enable-utf option rather than --enable-utf16. --enable-utf8 is kept ...zherczeg2011-12-081-7/+7
* UTF16 fixes: iterated character parsing, named referenceszherczeg2011-12-071-11/+10
* Updating pcre_jit_test. Most of the JIT tests are working now in 16 bit mode.zherczeg2011-12-061-15/+12
* Improving UTF-16 support by fixing a lot of issues.zherczeg2011-12-051-29/+69
* Start working on UTF-16. Updating macros and adding new ones.zherczeg2011-12-031-32/+31
* renaming utf8 to utf, JIT compiler update, disallowing invalid utf charszherczeg2011-12-031-142/+151
* better digit parsing, first_byte, req_byte are renamed to first_char req_char...zherczeg2011-12-011-185/+245
* Make character ranges 16 bit friendlyzherczeg2011-11-281-117/+149
* Update those opcode sizes whose depend on IMM2_SIZEzherczeg2011-11-271-17/+21
* Make simple patterns work in PCRE16zherczeg2011-11-261-21/+24
* PRIV macro added, several new files addedzherczeg2011-11-231-79/+79
* string utilities addedzherczeg2011-11-221-23/+23
* remove double pcre_uint8 declaration and fix some string literalszherczeg2011-11-211-52/+86
* More 16-bit patchesph102011-11-211-0/+16
* Apply Zoltan's big patch.ph102011-11-211-165/+187
* Support \C in lookbehinds and DFA matching when not in UTF-8 mode.ph102011-11-191-6/+10
* Code tidies.ph102011-11-181-1/+2
* Fix problem with possessively repeated groups with minima greater than one.ph102011-11-181-8/+12
* Fix bad compiling of possessively repeated conditional subpattern.ph102011-11-181-25/+69
* Fixed several items that were being incorrectly rejected as "not fixed length"ph102011-11-151-22/+132
* Caseless matching of backreferences with fixed length repetitions was broken.ph102011-11-151-0/+1
* Small tidies, and documentation update for JavaScript \x, \u, \U support.ph102011-11-141-2/+0
* Correctly supporting \x and \u in JavaScript compatibility modezherczeg2011-11-131-1/+54
* Source tidies for 8.20-RC3.ph102011-10-111-10/+10
* Revert handling of atomic groups that do not include captures to the old way of ph102011-10-081-5/+19
* Comment correction and minor code improvement.ph102011-10-071-4/+3
* Make (*THEN) work as in Perl in subpatterns that do not contain | alternatives.ph102011-10-041-14/+5
* File tidies for 8.20-RC2 release.ph102011-09-231-3/+3
* Restore tail-recursion optimizations when no (*THEN) in pattern.ph102011-09-201-0/+1
* Fix miscompile of /(*ACCEPT)a/, which thought a match had to start with "a".ph102011-09-201-3/+6
* Final source and document tidies for 8.20-RC1.ph102011-09-111-3/+3
* Get rid of unused variable compiler warnings when UTF-8 not supported.ph102011-08-231-1/+0
* Fix bug introduced by 8.13/37 concerning POSIX class recognitionph102011-08-211-2/+8
* Documentation and general text tidies in preparation for test release.ph102011-08-021-79/+79
* Allow all characters except closing parens in MARK:NAME etc.ph102011-07-291-3/+6
* Avoid false positive for infinite recursion by not checking conditionals at ph102011-07-281-30/+40
* Fix three compile-time bugs (Bugzilla #1123).ph102011-07-251-38/+54
* Minor code tidy.ph102011-07-251-6/+4
* Permit quantifiers on parenthesized assertions.ph102011-07-241-22/+34
* Document and comment tidies.ph102011-07-231-3/+7
* Fix isolated \k bug.ph102011-07-221-4/+10