summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* Add inversion list for U+80 - U+FFKarl Williamson2013-09-241-3/+2
* regcomp.c: Extract code into separate functionKarl Williamson2013-09-241-50/+64
* regcomp.c: Remove redundant matching possibilitiesKarl Williamson2013-09-241-1/+5
* regcomp.c: Centralize assignmentKarl Williamson2013-09-241-2/+1
* regcomp.c: Convert another I32 to SSize_tKarl Williamson2013-09-241-2/+1
* Removed the use of SPARC64_GCC_WORKAROUNDBrian Fraser2013-09-211-28/+0
* Removed the ifdefs for BUGGY_MSC and BUGGY_MSC6Brian Fraser2013-09-211-9/+0
* regcomp.c: Remove the last usage of NO_UNARY_PLUSBrian Fraser2013-09-211-7/+2
* regcomp.c: Remove a cargo-culted #undef SPSTARTBrian Fraser2013-09-211-3/+0
* regcomp.c: Remove a #undef opBrian Fraser2013-09-211-4/+0
* regcomp.c: Remove a useless use of I_STDARGBrian Fraser2013-09-211-5/+0
* regcomp.c: Use Perl_form() instead of buggy sprintfKarl Williamson2013-09-101-8/+9
* Use separate macros for byte vs uv UnicodeKarl Williamson2013-09-101-3/+3
* Fix Windows compilation failure introduced by 946095af78Brian Fraser2013-09-101-3/+5
* Make the "Switch condition not recognized" error message UTF-8 cleanBrian Fraser2013-09-101-1/+11
* regcomp.c: Introduce vFAIL2utf8f to replace the APPLY(X,Y) hackBrian Fraser2013-09-101-26/+26
* regcomp.c: Make all warnings and error messages UTF-8 cleanBrian Fraser2013-09-101-50/+74
* regcomp.c, S_compile_runtime_code: croak using the SVf formatBrian Fraser2013-09-101-1/+1
* regcomp.c:current_re_engine: Avoid %^H lookup when possibleFather Chrysostomos2013-09-071-1/+1
* regcomp.c:S_concat_pat: Allow 64-bit array offsetsFather Chrysostomos2013-09-061-3/+3
* Make /@array/ handle nonexistent array elementsFather Chrysostomos2013-09-061-0/+1
* regcomp.c: Don't use mathoms functionKarl Williamson2013-09-041-2/+1
* Allow trie use for /iaa matchingKarl Williamson2013-08-291-9/+30
* Remove newly unnecessary regnode, codeKarl Williamson2013-08-291-47/+4
* regcomp.c: Create better estimate of trie match lengthsKarl Williamson2013-08-291-2/+49
* regcomp.c: Split count variable into two: min, maxKarl Williamson2013-08-291-8/+10
* regcomp.c: White-space, comment onlyKarl Williamson2013-08-291-12/+15
* regcomp.c: Remove unreachable codeKarl Williamson2013-08-291-24/+7
* regcomp.c: White-space onlyKarl Williamson2013-08-291-9/+11
* pp.c, regexec.c: Declare buffers large enoughKarl Williamson2013-08-291-1/+1
* regcomp.c: Add missing (parens) to expressionKarl Williamson2013-08-291-2/+2
* regcomp.c: In EBCDIC [i-j] exclude also ASCIIKarl Williamson2013-08-291-0/+2
* regcomp.c: Fix bug in EBCDICKarl Williamson2013-08-291-10/+10
* Convert some uvuni() to uvchr()Karl Williamson2013-08-291-4/+4
* Remove EBCDIC remappingsKarl Williamson2013-08-291-10/+10
* Add and use macro to return EBCDICKarl Williamson2013-08-291-2/+2
* Fix some EBCDIC problemsKarl Williamson2013-08-291-4/+3
* Remove unnecessary temp variable in converting to UTF-8Karl Williamson2013-08-291-5/+4
* Don't use EBCDIC macro for a C language escapeKarl Williamson2013-08-291-2/+2
* Use byte domain EBCDIC/LATIN1 macro where appropriateKarl Williamson2013-08-291-8/+8
* Use SSize_t/STRLEN in more places in regexp codeFather Chrysostomos2013-08-251-61/+76
* Stop substr re optimisation from rejecting long strsFather Chrysostomos2013-08-251-19/+20
* Make $' work past the 2**31 thresholdFather Chrysostomos2013-08-251-1/+1
* [perl #116907] Allow //g matching past 2**31 thresholdFather Chrysostomos2013-08-251-2/+2
* regcomp.c: Silence compiler warningKarl Williamson2013-08-231-2/+1
* PATCH (partial) [perl #107816] Performance regression since 0abd0d78Karl Williamson2013-08-141-7/+45
* regcomp.c: Move code into a #defineKarl Williamson2013-08-141-12/+20
* regcomp.c: Skip calculating a pass2 value in pass1Karl Williamson2013-08-141-2/+2
* regcomp.c: Move some initialization to declarationsKarl Williamson2013-08-141-4/+2
* Don't multiply define Perl__invlist_dump.Craig A. Berry2013-08-061-0/+2