summaryrefslogtreecommitdiff
path: root/pcre_internal.h
Commit message (Expand)AuthorAgeFilesLines
...
* Add a definition for CHAR_NULL (helpful for the z/OS port).ph102012-10-281-0/+1
* Fix -Wundef warnings when stdint.h is not availablechpe2012-10-221-2/+2
* valgrind: Add --support-valgrind configure optionchpe2012-10-211-0/+6
* Clean up compiler warnings for pcre_exec.c in all modes.ph102012-10-191-1/+1
* Get rid of compiler warnings from pcre_compile.c in all modes.ph102012-10-191-2/+6
* Change comment.ph102012-10-191-0/+1
* pcre32: Fix signed-unsigned comparechpe2012-10-181-1/+1
* Make ucp_gentype unsigned intchpe2012-10-181-1/+1
* pcre32: Remove unnecessary ifdefingchpe2012-10-161-7/+9
* pcre32: Remove unnecessary spacechpe2012-10-161-1/+1
* pcre32: exec: Mask bits > 21 in 32-bit UTF modechpe2012-10-161-4/+99
* pcre32: pcretest: Don't convert data line to UTF-8 firstchpe2012-10-161-36/+40
* pcre32: Mask out bits >= 22 on 32-bit characters in UTF-32 modechpe2012-10-161-7/+11
* pcre32: compile: Separate first/req char flags from the character itselfchpe2012-10-161-5/+0
* pcre32: compile: Fix signed/unsigned mismatch in GET_UCDchpe2012-10-161-3/+3
* pcre32: compile: Encode back references as negative numberschpe2012-10-161-4/+3
* pcre32: compile: Make check_escape return the data character in an out paramchpe2012-10-161-1/+1
* pcre32: xclass: Use pcre_uint32 for characterschpe2012-10-161-1/+1
* pcre32: Add 32-bit librarychpe2012-10-161-59/+200
* All the remaining changes for handling characters with more than one other ph102012-09-251-4/+5
* Update character class handling to use new character case information; rework ph102012-09-231-53/+80
* Update MultiStage2.py to create new case-folding information in the Unicode ph102012-09-201-0/+3
* New "case" macros did not work in EBCDIC mode.ph102012-09-161-9/+23
* Turn case lists for horizontal and vertical white space into macros so they are ph102012-09-161-11/+73
* General spring-clean of EBCDIC-related issues in the code, which had decayed ph102012-09-101-3/+4
* Set config.h NEWLINE values appropriately for EBCDIC, adding ph102012-09-061-19/+60
* Add support for PCRE_STUDY_EXTRA_NEEDED.ph102012-08-281-1/+1
* Improve extended grapheme clusters using a bit table.ph102012-08-261-1/+1
* Upgrade \X to match an extended grapheme clusterph102012-08-251-7/+10
* Fix patterns that incorrectly set "anchored" or "start of line" for .* inside ph102012-07-101-0/+1
* Apply character value checks to \u.... in JavaScript mode, for compatibility ph102012-06-171-1/+1
* Document update for 8.31-RC1 test release.ph102012-06-021-1/+1
* Check for overlong name in (*MARK) etc.ph102012-05-041-1/+6
* (COMMIT*) is now supported by the JIT compilerzherczeg2012-02-281-4/+4
* Applied Graycode's patch to use heap stack frames more efficiently.ph102012-02-251-0/+3
* Add support for PCRE_INFO_MAXLOOKBEHIND.ph102012-02-241-4/+4
* (*MARK) support, set_SOM optimization and other fixes in JITzherczeg2012-02-241-1/+2
* Improved \X and back reference partial matchingzherczeg2012-02-141-1/+1
* Partial matching support is added to the JIT compilerzherczeg2012-02-131-3/+8
* fix local symbol issues in pcre_printint.czherczeg2012-01-231-1/+9
* JIT test prints cpu infozherczeg2012-01-171-0/+1
* rename PCRE_SCHAR16 to PCRE_UCHAR16 and JIT compiler updatezherczeg2012-01-091-2/+2
* Add pcre16 prefix to 16 bit structszherczeg2012-01-051-4/+10
* add pcre16_callout_block and pcre16_extrazherczeg2012-01-041-1/+1
* Tidy compile-time error messages for 16-bit.ph102012-01-041-1/+1
* Merging all the changes from the pcre16 branch into the trunk.ph102011-12-281-210/+542
* Rolled back trunk to r755 to prepare for merging the 16-bit branch.ph102011-12-281-6/+2
* Source tidies for 8.21-RC1ph102011-12-061-3/+3
* Preserve the size of JIT compiled code. Add PCRE_INFO_JITSIZE and use it forph102011-12-021-0/+1
* Expand compile workspace for very many forward references. This ups the limit ph102011-11-301-0/+1