summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* Silence some data truncation compiler warningsJan Dubois2010-12-161-1/+1
* regexec.c: white space changes due to prev. commitKarl Williamson2010-12-151-74/+63
* regex: Multi-char /i shouldnt match single char []Karl Williamson2010-12-151-23/+7
* regcomp: Allow freeing up bit in ANYOF flagsKarl Williamson2010-12-111-2/+2
* regexec.c: Fix locale and \sKarl Williamson2010-12-071-4/+4
* regexec.c: Add missing handlers for locale \dKarl Williamson2010-12-071-0/+28
* regexec.c: Clean up initialized vars in switchKarl Williamson2010-12-041-1/+6
* regecomp, regexec: Use mnemonic character namesKarl Williamson2010-12-041-1/+1
* Fix C++ breakage introduced in d7ef4b73Tony Cook2010-12-021-3/+7
* regexec.c: Handle REFFU and NREFFU; refactorKarl Williamson2010-12-011-43/+72
* Fix C++ build problems introduced in 9a5a5549Tony Cook2010-11-291-2/+2
* regexec.c: Add handling for EXACTFU nodesKarl Williamson2010-11-281-29/+67
* regexec.c: pull array lookup out of loopKarl Williamson2010-11-281-16/+9
* regexec.c: clarify commentsKarl Williamson2010-11-281-4/+6
* regexec.c: Latin1 chars can fold match UTF8_ALLKarl Williamson2010-11-281-4/+10
* Don't use "try" as a variable nameRafael Garcia-Suarez2010-11-241-8/+8
* regexec.c: indent code in new blockKarl Williamson2010-11-221-56/+62
* regexec.c: utf8 could fold to ascii/latin1Karl Williamson2010-11-221-1/+39
* regexec.c: Correct indentKarl Williamson2010-11-221-2/+2
* Split ANYOF_NONBITMAP into two componentsKarl Williamson2010-11-221-2/+4
* rename ANYOF_UNICODE to ANYOF_NONBITMAPKarl Williamson2010-11-221-2/+2
* regexec.c: Split EXACT, folding nodes in regrepeatKarl Williamson2010-11-221-72/+69
* regex free up bit in ANYOF nodeKarl Williamson2010-11-221-1/+1
* regexec.c: Don't give up on fold matching earlyKarl Williamson2010-11-071-0/+45
* regexec.c: change variable name to its purposeKarl Williamson2010-11-071-4/+6
* Correct grouping in S_reginclassFlorian Ragwitz2010-11-071-1/+1
* Fix a compiler warningFlorian Ragwitz2010-11-061-1/+1
* fix the trie part of rt-78356Yves Orton2010-11-031-1/+2
* Fix RT-70998: qq{\x{30ab}} =~ /\xab|\xa9/ produces warningscompileYves Orton2010-11-021-4/+10
* reginclass: Remove redundant testKarl Williamson2010-10-311-6/+3
* reginclass: Reorder fastest firstKarl Williamson2010-10-311-51/+55
* reginclass: Remove unnecessary testKarl Williamson2010-10-311-1/+1
* reginclass: Make explicit the length assumptionsKarl Williamson2010-10-311-7/+9
* reginclass: Rename variable for clarityKarl Williamson2010-10-311-4/+4
* regexec.c: reorder statements for speedKarl Williamson2010-10-311-4/+4
* regexec.c: Add clarifying commentKarl Williamson2010-10-311-1/+5
* reginclass: add some consts to prototypeKarl Williamson2010-10-311-1/+1
* regexec.c: Remove redundant line.Karl Williamson2010-10-311-1/+1
* reginclass: Return matched length even if not utf8Karl Williamson2010-10-311-10/+18
* reginclass: Change variable name for clarity.Karl Williamson2010-10-311-7/+9
* regexec.c: Document existing reginclass behaviorKarl Williamson2010-10-311-1/+7
* regexec.c: utf8 doesn't match /i nonutf8 selfKarl Williamson2010-10-211-30/+79
* regexec.c: utf8 doesn't match non-utf8 selfKarl Williamson2010-10-211-3/+37
* Subject: [perl #58182] partial: Add uni \s,\w matchingKarl Williamson2010-10-151-29/+73
* Subject: [PATCH] regexec.c: make macros fit 80 colsKarl Williamson2010-10-151-68/+68
* Subject: [PATCH] regexec.c: add and refactor macrosKarl Williamson2010-10-151-5/+27
* Fix typo spotted by avar++Florian Ragwitz2010-09-301-1/+1
* Document why we're not using the save stackFlorian Ragwitz2010-09-301-0/+14
* Localize PL_reg_state during re_evalsFlorian Ragwitz2010-09-291-1/+6
* eliminate unneeded code, and explain why the code was not neededYves Orton2010-08-261-2/+9