summaryrefslogtreecommitdiff
path: root/pcre_internal.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2008.ph102008-01-201-1/+1
* Tidies for the 7.5 release.ph102008-01-101-1/+1
* Fix UTF-8/newline=ANY with .* crash.ph102007-12-291-0/+8
* Add .gz and .bz2 optional support to pcregrep.ph102007-12-171-1/+1
* Change "alphameric" to "alphanumeric".ph102007-11-201-1/+1
* Diagnose conditional numerical reference to a non-existent subpattern.ph102007-11-161-1/+2
* Improve error messages for (?+-a) and (?-+a).ph102007-11-161-1/+1
* Fix (?&) non-diagnosis bug and missing length check for (?&a) etc.ph102007-11-151-1/+1
* Detrailed files for 7.4-RC1 test release.ph102007-09-131-2/+2
* Refactoring to reduce the number of relocations in a shared library.ph102007-09-111-2/+5
* Add facility to make \R match only CR, LF, or CRLF.ph102007-09-111-6/+8
* (1) Move internal flags out of the options field, to make room.ph102007-09-101-16/+14
* Don't advance by 2 if explicit \r or \n in the pattern. Add ph102007-08-211-0/+1
* Add integer overflow tests to escape processing.ph102007-08-151-1/+1
* Update UTF-8 validity check and documentation.ph102007-08-091-1/+1
* Add Perl 5.10's backtracking verbs.ph102007-08-081-9/+21
* Added a pcresyntax man page; tidied some others.ph102007-08-061-3/+3
* Fix backtrack past start of subject bugs caused by the use of \X, \p, or \P in ph102007-08-061-4/+7
* Daniel's patch for config.h and Windows DLL declarations (not fully working).ph102007-07-311-6/+1
* Adjust opcode names in debugging output.ph102007-07-301-1/+1
* Fix bug with .*$ when run in not-DOTALL UTF-8 mode; small performance ph102007-07-191-1/+1
* Change #include <pcre.h> to #include "pcre.h" in pcre_internal.h (an error that ph102007-07-051-1/+1
* Add support for \h, \H, \v, \V.ph102007-06-131-100/+105
* Drastically reduce workspace used for alternatives in groups; also some ph102007-06-051-2/+2
* Add support for the Perl 5.10 \K facility.ph102007-05-291-114/+116
* Add (?-n) and (?+n) relative references.ph102007-05-091-1/+1
* Replace longjmp() with gotos when not using stack recursion.ph102007-05-041-11/+0
* Fix typos in comment.ph102007-04-181-3/+4
* Update HTML documentation.ph102007-04-171-2/+2
* Add PCRE_NEWLINE_ANYCRLF.ph102007-04-161-15/+17
* Reworked all the WIN32 __declspec stuff in the hope of getting it right.ph102007-04-041-2/+53
* Daniel's patches.ph102007-03-291-3/+3
* Removal of trailing spaces.ph102007-03-121-2/+2
* Fix bug in emulated memmove() for downward moves.ph102007-03-091-7/+13
* Update copyright years to 2007.ph102007-03-091-1/+1
* Arguments for the emulated memmove() should be void *, not char *.ph102007-03-071-3/+5
* Updated the support (such as it is) for Virtual Pascal, thanks to Stefan ph102007-03-061-0/+2
* Load pcre-7.0 into code/trunk.nigel2007-02-241-141/+234
* Load pcre-6.7 into code/trunk.nigel2007-02-241-18/+36
* Load pcre-6.5 into code/trunk.nigel2007-02-241-27/+55
* Load pcre-6.4 into code/trunk.nigel2007-02-241-10/+9
* Load pcre-6.0 into code/trunk.nigel2007-02-241-0/+905