summaryrefslogtreecommitdiff
path: root/pcre_compile.c
Commit message (Expand)AuthorAgeFilesLines
* Source tidies for 8.31-RC2.ph102012-06-201-2/+2
* Apply character value checks to \u.... in JavaScript mode, for compatibility ph102012-06-171-0/+13
* Document update for 8.31-RC1 test release.ph102012-06-021-12/+12
* Check for overlong name in (*MARK) etc.ph102012-05-041-1/+8
* Fix auto-possessifying bugs when PCRE_UCP is not set, but character tables ph102012-04-201-12/+12
* Fix auto-possessify bugs for \s*\R and \S*R.ph102012-04-201-2/+2
* Add support for PCRE_INFO_MAXLOOKBEHIND.ph102012-02-241-3/+14
* Correct and tidy up comments relating to OP_NOT (no code changes).ph102012-02-221-14/+14
* OP_NOT now supports any UTF characterzherczeg2012-02-221-53/+69
* fix local symbol issues in pcre_printint.czherczeg2012-01-231-2/+2
* Additional casts to avoid compiler warnings, originally from a MS compiler, but ph102012-01-231-3/+3
* Source file tidies for 8.30-RC1 release; fix Makefile.am bugs for building ph102012-01-211-6/+6
* Add pcre16 prefix to 16 bit structszherczeg2012-01-051-6/+10
* Allow octal escapes up to \777 in 16-bit non-UTF mode.ph102012-01-041-2/+4
* Tidy compile-time error messages for 16-bit.ph102012-01-041-4/+9
* Typos in PrepareRelease; include 16-bit in make distcheck; fix RunTest and ph102011-12-311-5/+5
* Merging all the changes from the pcre16 branch into the trunk.ph102011-12-281-832/+1293
* Rolled back trunk to r755 to prepare for merging the 16-bit branch.ph102011-12-281-165/+54
* Renamed isnumber in pcre_compile to avoid a clash with ctype.h in Macs, and ph102011-12-181-4/+5
* Computation of memory needed for the table of names of groups was giving an ph102011-12-071-1/+1
* Source tidies for 8.21-RC1ph102011-12-061-66/+66
* Added (int) casts to reduce 64-bit warnings.ph102011-12-021-3/+3
* Expand compile workspace for very many forward references. This ups the limit ph102011-11-301-33/+117
* Fix repeated forward reference needed character bug.ph102011-11-221-2/+6
* Test for workspace overflow with forward reference data.ph102011-11-221-2/+18
* Disallow \N in character classes, for Perl compatibility.ph102011-11-211-0/+6
* 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