summaryrefslogtreecommitdiff
path: root/regexec.c
Commit message (Expand)AuthorAgeFilesLines
* PATCH: [perl #124348] re/pat_advanced solaris failureKarl Williamson2015-04-291-4/+4
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* regexec.c: Fix improper warning.Karl Williamson2015-03-181-3/+7
* Remove PL_ prefix for recently added non-globalsKarl Williamson2015-03-171-197/+197
* avoid infinite loop in re_intuit_start()David Mitchell2015-03-171-14/+26
* re_intuit_start(): improve debugging outputDavid Mitchell2015-03-171-46/+70
* don't test non-null argsDavid Mitchell2015-03-111-2/+2
* Consistently use NOT_REACHED; /* NOTREACHED */Jarkko Hietaniemi2015-03-041-39/+39
* silence some compiler warnings.David Mitchell2015-02-241-3/+3
* \s matching VT is no longer experimentalKarl Williamson2015-02-211-18/+4
* Add \b{sb}Karl Williamson2015-02-191-0/+358
* Add qr/\b{wb}/Karl Williamson2015-02-191-0/+389
* regexec.c: White-space onlyKarl Williamson2015-02-191-14/+13
* Add qr/\b{gcb}/Karl Williamson2015-02-191-202/+298
* [perl #123870] fixup trie runtime debug outputHugo van der Sanden2015-02-181-2/+2
* simpify and speed up /.*.../ handlingDavid Mitchell2015-02-101-79/+45
* regexec.c: Rmv 2 unused macro parameters.Karl Williamson2015-02-071-4/+4
* regexec.c, regcomp.c: White-space onlyKarl Williamson2015-01-231-13/+13
* regexec.c: Refactor \b code to not use the FLAGS fieldKarl Williamson2015-01-211-73/+86
* regexec.c: Use appropriate macroKarl Williamson2015-01-211-6/+6
* regexec.c: Stack ternary operator for readabilityKarl Williamson2015-01-211-2/+3
* avoid C labels in column 0David Mitchell2015-01-211-5/+5
* Add documentation for /n (non-capture) regexp flag.Matthew Horsfall2014-12-301-1/+1
* regexec.c: Suppress warning messagesKarl Williamson2014-12-291-0/+2
* Raise warning on multi-byte char in single-byte localeKarl Williamson2014-12-291-3/+41
* regexec.c: Move goto label to avoid redundant workKarl Williamson2014-12-291-2/+2
* regexec.c: White-space onlyKarl Williamson2014-12-291-2/+2
* Don't raise 'poorly supported' locale warning unnecessarilyKarl Williamson2014-12-291-2/+32
* Add regex nodes for localeKarl Williamson2014-12-291-14/+52
* regcomp.c, regexec.c: Vertically align ternary operatorsKarl Williamson2014-12-291-7/+11
* Nits in commentsKarl Williamson2014-12-291-1/+1
* Change OP_SIBLING to OpSIBLINGFather Chrysostomos2014-12-071-1/+1
* make more use of NOT_REACHEDLukas Mai2014-11-291-45/+40
* Manually revert "Rationalise RX_MATCH_UTF8_set()"Father Chrysostomos2014-11-051-2/+2
* regcomp.c: Improve re debug output by showing buffer names if they existYves Orton2014-10-201-3/+3
* Eliminate unused BACK regnodeAaron Crane2014-09-291-3/+0
* Up regex flags limit for (??{})Karl Williamson2014-09-291-1/+1
* restore color to debug diagnosticsYves Orton2014-09-251-1/+2
* Remove !IS_PADGV assertionsFather Chrysostomos2014-09-171-1/+0
* Eliminate the duplicative regops BOL and EOLYves Orton2014-09-171-8/+5
* Allow for changing size of bracketed regex char classKarl Williamson2014-09-031-1/+4
* Rename some internal regex #definesKarl Williamson2014-09-031-8/+10
* regexec.c: Simplify a short code sectionKarl Williamson2014-09-031-5/+5
* Avoid redundant text -in -Dr outputKarl Williamson2014-08-211-2/+2
* Move _get_regclass_nonbitmap_data() to regcomp.cKarl Williamson2014-08-211-112/+0
* regex: Use #define for number of bits in ANYOFKarl Williamson2014-08-211-1/+1
* Move return false out of switch default.Jarkko Hietaniemi2014-07-291-8/+2
* NOTREACHED goes at/in the unreachable, not after it.Jarkko Hietaniemi2014-07-281-47/+90
* Negatives as UVs: sign-extension intentional, add cast.Jarkko Hietaniemi2014-07-281-2/+2
* wrap op_sibling field access in OP_SIBLING* macrosDavid Mitchell2014-07-081-1/+1