summaryrefslogtreecommitdiff
path: root/pcre_compile.c
Commit message (Expand)AuthorAgeFilesLines
* File tidies, preparing for 8.32-RC1.ph102012-11-111-139/+139
* Support (*UTF) in all libraries.ph102012-11-111-3/+10
* Remove unnecessary unsigned castschpe2012-11-051-2/+2
* Use CHAR_NULL in pcre_compile when checking for character zero.ph102012-10-281-45/+46
* valgrind: Mark excess code space as unaddressablechpe2012-10-211-0/+7
* Refactor the solution of the unsigned overflow.zherczeg2012-10-201-14/+8
* Fix overflow by unsigned conversionchpe2012-10-201-4/+14
* Get rid of compiler warnings from pcre_compile.c in all modes.ph102012-10-191-3/+3
* pcre32: Fix signed-unsigned comparechpe2012-10-181-1/+1
* pcre32: Fix signed-unsigned comparechpe2012-10-181-7/+7
* pcre32: Fix signed-unsigned comparechpe2012-10-181-3/+3
* pcre32: Fix signed-unsigned comparechpe2012-10-181-3/+3
* pcre32: Fix signed-unsigned comparechpe2012-10-181-17/+21
* pcre32: Remove a stray commentchpe2012-10-181-1/+0
* pcre32: Fix unused variable warningschpe2012-10-161-0/+2
* pcre32: Remove unnecessary ifdefingchpe2012-10-161-5/+5
* pcre32: More 32-bit cleanliness fixeschpe2012-10-161-1/+1
* pcre32: compile: Separate first/req char flags from the character itselfchpe2012-10-161-89/+184
* pcre32: compile: Fix signed/unsigned mismatch in compile_branchchpe2012-10-161-3/+3
* pcre32: compile: Fix signed/unsigned mismatch in check_auto_possessivechpe2012-10-161-3/+3
* pcre32: compile: Fix signed/unsigned mismatch in check_posix_namechpe2012-10-161-1/+1
* pcre32: compile: Fix signed/unsigned mismatch in adjust_recursechpe2012-10-161-2/+2
* pcre32: compile: Fix signed/unsigned mismatch in check_posix_syntaxchpe2012-10-161-1/+1
* pcre32: compile: Fix signed/unsigned mismatch in could_be_empty_branchchpe2012-10-161-2/+2
* pcre32: compile: Fix signed/unsigned mismatch in find_recursechpe2012-10-161-1/+1
* pcre32: compile: Fix signed/unsigned mismatch in find_bracketchpe2012-10-161-2/+2
* pcre32: compile: Fix signed/unsigned mismatch in find_fixedlengthchpe2012-10-161-3/+3
* pcre32: compile: Fix signed/unsigned mismatch in find_parens_subchpe2012-10-161-3/+3
* pcre32: compile: Fix signed/unsigned mismatch in read_repeat_countschpe2012-10-161-2/+2
* pcre32: compile: Fix signed/unsigned mismatch in get_ucpchpe2012-10-161-4/+6
* pcre32: compile: Use uint32 to store characters in compile_branchchpe2012-10-161-4/+4
* pcre32: compile: Use uint32 to store characters in check_auto_possessivechpe2012-10-161-12/+12
* pcre32: compile: Return data character as uint32 from check_escapechpe2012-10-161-21/+23
* pcre32: compile: Encode back references as negative numberschpe2012-10-161-10/+11
* pcre32: compile: Use uint32 in check_escapechpe2012-10-161-9/+15
* pcre32: compile: Make check_escape return the data character in an out paramchpe2012-10-161-82/+97
* pcre32: compile: Fix \H and \V character ranges for pcre32chpe2012-10-161-11/+7
* pcre32: Add 32-bit librarychpe2012-10-161-60/+91
* Fix bugs in new caseless support code in the auto-possessifying function.ph102012-09-281-5/+8
* Case folding in JIT and removing unnecessary spaceszherczeg2012-09-281-26/+26
* All the remaining changes for handling characters with more than one other ph102012-09-251-129/+197
* Update character class handling to use new character case information; rework ph102012-09-231-453/+371
* Turn case lists for horizontal and vertical white space into macros so they are ph102012-09-161-60/+8
* General spring-clean of EBCDIC-related issues in the code, which had decayed ph102012-09-101-33/+52
* Fix patterns that incorrectly set "anchored" or "start of line" for .* inside ph102012-07-101-36/+85
* Source tidies for 8.31-RC2.ph102012-06-201-2/+2
* Apply character value checks to \u.... in JavaScript mode, for compatibility ph102012-06-171-0/+13
* Document update for 8.31-RC1 test release.ph102012-06-021-12/+12
* Check for overlong name in (*MARK) etc.ph102012-05-041-1/+8
* Fix auto-possessifying bugs when PCRE_UCP is not set, but character tables ph102012-04-201-12/+12