summaryrefslogtreecommitdiff
path: root/pcre_compile.c
Commit message (Expand)AuthorAgeFilesLines
* Source tidies for 7.8-RC1 ph102008-08-251-2/+2
* Patch to reduce warnings from certain compilers.ph102008-08-241-5/+11
* Fix CVE-2008-2371 (outer level option with alternatives caused crash).ph102008-07-091-12/+9
* Add PCRE_CALL_CONVENTION for MSVC users; add some missing PCRE_EXP_DEFNs.ph102008-07-091-2/+2
* Preliminary patch for upgraded Unicode Property support.ph102008-07-021-5/+5
* Tidies for the 7.7-RC1 distribution.ph102008-04-281-75/+75
* Slight performance improvement by using the new OP_ALLANY opcode for cases of ph102008-04-201-6/+8
* Fix DFA (?!) bug; add support for JavaScript empty classes.ph102008-04-191-8/+30
* Fix incorrect error for patterns like /(?2)[]a()b](abc)/ph102008-04-181-1/+24
* Added PCRE_JAVASCRIPT_COMPAT option.ph102008-04-121-2/+13
* Do not discard subpatterns with {0} quantifiers, as they may be called as ph102008-04-121-24/+35
* Fix bug in Oniguruma \g support.ph102008-04-111-4/+5
* Add Oniguruma syntax \g<...> and \g'...' for subroutine calls.ph102008-04-101-15/+104
* Added some missing "const"s to declarations of static tables in ph102008-03-081-2/+2
* Remove a line of dead code, identified by coverity and reported by Nuno Lopes.ph102008-03-051-1/+0
* Tidies for 7.6-RC1 test release.ph102008-01-211-8/+8
* Update copyright year to 2008.ph102008-01-201-1/+1
* Fix buffer overrun for class with very many characters whose codepoints are ph102008-01-141-1/+14
* 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