summaryrefslogtreecommitdiff
path: root/pcre_compile.c
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling mistakes in comments.ph102013-05-101-1/+1
* Code (but not yet documentation) for *LIMIT_MATCH and *LIMIT_RECURSION.ph102013-04-241-30/+70
* Implement PCRE_NEVER_UTFph102013-04-051-2/+18
* Fix open parens in MAKE/SKIP/PRUNE/THEN name bug.ph102013-04-011-10/+5
* Allow callout before assertion condition in a conditional group.ph102013-03-031-3/+18
* Make \A record a lookbehind value of 1.ph102013-02-221-12/+12
* Fix some Microsoft compiler warnings.ph102012-12-081-6/+6
* Remove commented code that has been obsolete since 8.00.ph102012-12-071-20/+0
* 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