summaryrefslogtreecommitdiff
path: root/pcre_internal.h
Commit message (Expand)AuthorAgeFilesLines
* File tidies, preparing for 8.32-RC1.ph102012-11-111-11/+11
* Support (*UTF) in all libraries.ph102012-11-111-18/+8
* Last minute fixes and some documentation update in the JIT compiler.zherczeg2012-11-091-2/+2
* Temporarily remove 32-bit maskingchpe2012-11-031-22/+8
* Fix compile-time assertion to test the right thingchpe2012-11-031-3/+5
* Rewrite 32-bit GETCHAR* macroschpe2012-11-011-10/+20
* Add more safety parentheses to macroschpe2012-11-011-6/+6
* JIT native interface.zherczeg2012-10-291-1/+5
* Use CHAR_NULL in pcre_compile when checking for character zero.ph102012-10-281-0/+1
* 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