summaryrefslogtreecommitdiff
path: root/regcomp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* regcomp.c: Silence clang compiler warningKarl Williamson2013-08-011-6/+6
* Extend sv_dump() to dump SVt_INVLISTKarl Williamson2013-08-011-13/+27
* regcomp.c: Fix yet another C89 problemKarl Williamson2013-07-301-2/+2
* regcomp.c: Properly declare variable with C89Karl Williamson2013-07-301-1/+2
* RT #118213: handle $r=qr/.../; /$r/p properlyDavid Mitchell2013-07-301-18/+34
* regcomp.c: Remove extraneous debug infoKarl Williamson2013-07-301-7/+10
* regcomp.c: White-space onlyKarl Williamson2013-07-301-32/+32
* regcomp.c: Remove redundant codeKarl Williamson2013-07-301-35/+0
* regcomp.c: Change Debug output of char classesKarl Williamson2013-07-301-6/+1
* regcomp.c: Debug output clearer rangesKarl Williamson2013-07-301-3/+27
* regcomp.c: White-space onlyKarl Williamson2013-07-301-6/+6