summaryrefslogtreecommitdiff
path: root/pcre_compile.c
Commit message (Expand)AuthorAgeFilesLines
* Tidies for the 7.5 release.ph102008-01-101-18/+18
* Make POSIX character class parsing more like Perl.ph102007-12-311-14/+33
* Add .gz and .bz2 optional support to pcregrep.ph102007-12-171-30/+30
* Fix bad compiled code for things like /\pL{2}+/ in which a possessive ph102007-12-121-1/+3
* Fix non-diagnosis of (?=a)(?R) (positive lookaheads not skipped when checking ph102007-12-071-2/+13
* Remove two redunant, never-reachable lines of code whose function had been ph102007-11-211-3/+0
* s/backslash/backspace in two comments where it was wrong.ph102007-11-211-2/+2
* Change "alphameric" to "alphanumeric".ph102007-11-201-8/+8
* Generalize wording for (?&) error as it also applies to \k'' and other cases.ph102007-11-171-2/+4
* Diagnose conditional numerical reference to a non-existent subpattern.ph102007-11-161-11/+10
* Improve error messages for (?+-a) and (?-+a).ph102007-11-161-3/+12
* Fix (?&) non-diagnosis bug and missing length check for (?&a) etc.ph102007-11-151-3/+14
* Fix negative POSIX class bug with Unicode characters.ph102007-11-141-0/+1
* Fix [\S] etc. bug in UTF-8 mode with characters > 255.ph102007-11-131-10/+22
* Detrailed files for 7.4-RC1 test release.ph102007-09-131-25/+25
* Refactoring to reduce the number of relocations in a shared library.ph102007-09-111-87/+129
* <config.h> => "config.h" and also some cases of <pcre.h>.ph102007-09-111-1/+1
* Add facility to make \R match only CR, LF, or CRLF.ph102007-09-111-26/+48
* (1) Move internal flags out of the options field, to make room.ph102007-09-101-19/+38
* Add (*CR) etc.ph102007-08-211-23/+45
* Don't advance by 2 if explicit \r or \n in the pattern. Add ph102007-08-211-15/+19
* Fix loop for group with possible zero repeat containing \p or \P.ph102007-08-201-0/+21
* Fix loop for classes containing \p or \P and just one ascii character.ph102007-08-201-9/+10
* Fix bad fix for repeated \p and \P.ph102007-08-171-8/+14
* Tidies for 7.3-RC5 prereleaseph102007-08-161-27/+27
* Fix several compile bugs involving repeated \p or \P items.ph102007-08-161-15/+68
* Fixed compile-time loop for patterns like (?:[\PPa*]*){8,} (extended class ph102007-08-151-2/+6
* Fixed overrun for missing ] with a forward reference, e.g. /(?1)\c[/.ph102007-08-151-0/+1
* Add integer overflow tests to escape processing.ph102007-08-151-5/+17
* Update UTF-8 validity check and documentation.ph102007-08-091-20/+20
* Add Perl 5.10's backtracking verbs.ph102007-08-081-8/+75
* Added a pcresyntax man page; tidied some others.ph102007-08-061-6/+6
* Fix loop for null-matching condition nested in an outer unlimited repeat.ph102007-08-031-1/+1
* Fix bugs with [\E] and [\Q\E].ph102007-08-031-11/+18
* Refactor the integer overflow testing so as to avoid imposing an artificial ph102007-08-031-16/+65
* Correct errors in previous patch; tidy for test release.ph102007-08-011-2/+2
* Daniel's patch for config.h and Windows DLL declarations (not fully working).ph102007-07-311-2/+5
* Add words about EBCDIC to doc and ./configure --help (somebody thought it mightph102007-07-301-1/+1
* More document tidies, pre-release.ph102007-06-131-8/+8
* Add auto-possessification for \h, \H, \v, \V.ph102007-06-131-97/+199
* Add support for \h, \H, \v, \V.ph102007-06-131-9/+141
* Inserted some (unsigned int) casts to kill compiler warnings.ph102007-06-111-3/+7
* Added the Perl 5.10 (?| "branch reset" feature.ph102007-06-111-6/+34
* Drastically reduce workspace used for alternatives in groups; also some ph102007-06-051-57/+75
* Support \k{name} and \g{name} a la Perl 5.10.ph102007-06-041-5/+17
* Fix bug in detecting potentially empty groups.ph102007-06-041-6/+12
* Add support for the Perl 5.10 \K facility.ph102007-05-291-1/+1
* Add (?(-n) and (?(+n) relative conditions.ph102007-05-091-8/+38
* Add (?-n) and (?+n) relative references.ph102007-05-091-2/+40
* Update HTML documentation.ph102007-04-171-2/+2