2016-03-08 |
Karl Williamson | Convert to use av_tindex_nomg() |
blob | commitdiff |
2016-03-06 |
Yves Orton | fix Perl #126182, out of memory due to infinite pattern... |
blob | commitdiff | diff to current |
2016-03-06 |
Yves Orton | Unify GOSTART and GOSUB |
blob | commitdiff | diff to current |
2016-03-06 |
Yves Orton | first step cleaning up regexp recursion "return" logic |
blob | commitdiff | diff to current |
2016-03-02 |
David Mitchell | S_regmatch(): remove dead code |
blob | commitdiff | diff to current |
2016-03-02 |
David Mitchell | remove some duplicate /* NOTREACHED */ |
blob | commitdiff | diff to current |
2016-03-01 |
Karl Williamson | regexec.c: Fix failure to match problem |
blob | commitdiff | diff to current |
2016-02-11 |
Karl Williamson | regexec.c: Skip duplicate work |
blob | commitdiff | diff to current |
2016-02-11 |
Karl Williamson | regcomp.c, regexec.c: Comments, white-space only |
blob | commitdiff | diff to current |
2016-02-07 |
Jarkko Hietaniemi | Check for invlist_search() returning negative array... |
blob | commitdiff | diff to current |
2016-02-03 |
Karl Williamson | regexec.c: Refactor \b{sb} handling |
blob | commitdiff | diff to current |
2016-02-03 |
Karl Williamson | regexec.c: Fix comment, white-space |
blob | commitdiff | diff to current |
2016-02-03 |
Karl Williamson | Use table lookup for qr/\b{wb}/ |
blob | commitdiff | diff to current |
2016-02-03 |
David Mitchell | make gimme consistently U8 |
blob | commitdiff | diff to current |
2016-02-03 |
David Mitchell | MULTICALL *shouldn't* clear savestack |
blob | commitdiff | diff to current |
2016-02-03 |
David Mitchell | dMULTICALL: remove unused vars |
blob | commitdiff | diff to current |
2016-02-03 |
David Mitchell | MULTICALL should clear scope after each call |
blob | commitdiff | diff to current |
2016-02-03 |
David Mitchell | save old PL_comppad in CXt_SUB/FORMAT block |
blob | commitdiff | diff to current |
2016-01-29 |
Karl Williamson | regexec.c: Macro needs param to be dereferenced |
blob | commitdiff | diff to current |
2016-01-19 |
Karl Williamson | Use lookup table for /\b{gcb}/ instead of switch stmt |
blob | commitdiff | diff to current |
2016-01-19 |
Karl Williamson | Add qr/\b{lb}/ |
blob | commitdiff | diff to current |
2016-01-08 |
Karl Williamson | Tailor \b{wb} for Perl |
blob | commitdiff | diff to current |
2016-01-08 |
Karl Williamson | regexec.c: Add a parameter to a static function |
blob | commitdiff | diff to current |
2015-12-26 |
Karl Williamson | regexec.c: Avoid a function call |
blob | commitdiff | diff to current |
2015-12-26 |
Karl Williamson | regcomp.h: Free up bit in ANYOF FLAGS field |
blob | commitdiff | diff to current |
2015-12-26 |
Karl Williamson | regcomp.h: Shorten, clarify names of internal flags |
blob | commitdiff | diff to current |
2015-12-18 |
Karl Williamson | regex matching: Don't do unnecessary work |
blob | commitdiff | diff to current |
2015-12-18 |
Karl Williamson | regex: Free a ANYOF node bit |
blob | commitdiff | diff to current |
2015-12-07 |
Ed Avis | standardize on "lookahead" and "lookaround" |
blob | commitdiff | diff to current |
2015-12-06 |
Karl Williamson | utf8.h, et.al.: Clean up some casts |
blob | commitdiff | diff to current |
2015-12-02 |
David Mitchell | /..\G/: use chars, not bytes |
blob | commitdiff | diff to current |
2015-10-19 |
Karl Williamson | "" =~ /\b{gcb}/ should fail; same \b{wb}, \b{sb} |
blob | commitdiff | diff to current |
2015-10-19 |
Karl Williamson | Fix some bugs in \B[sb}, \B{wb}, \B[gcb} |
blob | commitdiff | diff to current |
2015-10-19 |
Karl Williamson | regexec.c: Combine some if's |
blob | commitdiff | diff to current |
2015-10-19 |
Karl Williamson | Fix some bugs with \b{gcb}, wb and sb |
blob | commitdiff | diff to current |
2015-10-19 |
Karl Williamson | Fix look-behind bug with \b{wb} |
blob | commitdiff | diff to current |
2015-10-19 |
Karl Williamson | regexec.c: Remove extraneous 'break' |
blob | commitdiff | diff to current |
2015-10-19 |
Karl Williamson | regexec.c: Add comment |
blob | commitdiff | diff to current |
2015-10-19 |
Karl Williamson | regexec.c: Change function return from I32 to bool |
blob | commitdiff | diff to current |
2015-10-05 |
Yves Orton | fix perl #126186 make all verbs allow an optional arg |
blob | commitdiff | diff to current |
2015-10-04 |
Yves Orton | fix perl-126222 - (?!) OPFAIL optimization does work... |
blob | commitdiff | diff to current |
2015-10-02 |
David Mitchell | fix some 32/64-bit compiler warnings |
blob | commitdiff | diff to current |
2015-09-16 |
Karl Williamson | regexec.c: Use Perl_croak_nocontext() |
blob | commitdiff | diff to current |
2015-09-16 |
Karl Williamson | PATCH [perl #123562] Regexp-matching "hangs" |
blob | commitdiff | diff to current |
2015-09-14 |
David Mitchell | Revert "#126039 regexec.c: Fix compiler warning" |
blob | commitdiff | diff to current |
2015-09-13 |
Dan Collins | PATCH [perl #126039] regexec.c: Fix compiler warning |
blob | commitdiff | diff to current |
2015-09-04 |
Karl Williamson | Add macro for converting Latin1 to UTF-8, and use it |
blob | commitdiff | diff to current |
2015-09-04 |
Karl Williamson | Change to use UVCHR_SKIP over UNI_SKIP |
blob | commitdiff | diff to current |
2015-08-24 |
Karl Williamson | regexec.c: Move a #define next to related code |
blob | commitdiff | diff to current |
2015-08-24 |
Karl Williamson | Make qr/(?[ ])/ work in UTF-8 locales |
blob | commitdiff | diff to current |
2015-08-24 |
Karl Williamson | regcomp.h: Fold 2 ANYOF flags into a single one |
blob | commitdiff | diff to current |
2015-08-24 |
Karl Williamson | Add ANYOFD regex node |
blob | commitdiff | diff to current |
2015-07-29 |
Karl Williamson | mktables: Add handling of WB and SB for early Unicodes |
blob | commitdiff | diff to current |
2015-07-29 |
Karl Williamson | mktables: Fix GCB to work on early Unicodes |
blob | commitdiff | diff to current |
2015-07-29 |
Karl Williamson | Allow Perl to compile and work on Unicode releases... |
blob | commitdiff | diff to current |
2015-07-22 |
Jarkko Hietaniemi | inline_invlist.c -> invlist_inline.h |
blob | commitdiff | diff to current |
2015-06-23 |
Chas. Owens | fix punctuation in Tolkien quote in regexec.c |
blob | commitdiff | diff to current |
2015-06-19 |
David Mitchell | remove deprecated /\C/ RE character class |
blob | commitdiff | diff to current |
2015-06-17 |
Karl Williamson | regexec.c: Change \b{sb} rule in prep for Unicode 8.0 |
blob | commitdiff | diff to current |
2015-04-30 |
Karl Williamson | PATCH: [perl #124348] re/pat_advanced solaris failure |
blob | commitdiff | diff to current |
2015-03-23 |
Dagfinn Ilmari Man... | Replace common Emacs file-local variables with dir... |
blob | commitdiff | diff to current |
2015-03-18 |
Karl Williamson | regexec.c: Fix improper warning. |
blob | commitdiff | diff to current |
2015-03-18 |
Karl Williamson | Remove PL_ prefix for recently added non-globals |
blob | commitdiff | diff to current |
2015-03-17 |
David Mitchell | avoid infinite loop in re_intuit_start() |
blob | commitdiff | diff to current |
2015-03-17 |
David Mitchell | re_intuit_start(): improve debugging output |
blob | commitdiff | diff to current |
2015-03-11 |
David Mitchell | don't test non-null args |
blob | commitdiff | diff to current |
2015-03-04 |
Jarkko Hietaniemi | Consistently use NOT_REACHED; /* NOTREACHED */ |
blob | commitdiff | diff to current |
2015-02-24 |
David Mitchell | silence some compiler warnings. |
blob | commitdiff | diff to current |
2015-02-21 |
Karl Williamson | \s matching VT is no longer experimental |
blob | commitdiff | diff to current |
2015-02-20 |
Karl Williamson | Add \b{sb} |
blob | commitdiff | diff to current |
2015-02-20 |
Karl Williamson | Add qr/\b{wb}/ |
blob | commitdiff | diff to current |
2015-02-20 |
Karl Williamson | regexec.c: White-space only |
blob | commitdiff | diff to current |
2015-02-20 |
Karl Williamson | Add qr/\b{gcb}/ |
blob | commitdiff | diff to current |
2015-02-18 |
Hugo van der Sanden | [perl #123870] fixup trie runtime debug output |
blob | commitdiff | diff to current |
2015-02-10 |
David Mitchell | simpify and speed up /.*.../ handling |
blob | commitdiff | diff to current |
2015-02-07 |
Karl Williamson | regexec.c: Rmv 2 unused macro parameters. |
blob | commitdiff | diff to current |
2015-01-24 |
Karl Williamson | regexec.c, regcomp.c: White-space only |
blob | commitdiff | diff to current |
2015-01-22 |
Karl Williamson | regexec.c: Refactor \b code to not use the FLAGS field |
blob | commitdiff | diff to current |
2015-01-22 |
Karl Williamson | regexec.c: Use appropriate macro |
blob | commitdiff | diff to current |
2015-01-22 |
Karl Williamson | regexec.c: Stack ternary operator for readability |
blob | commitdiff | diff to current |
2015-01-21 |
David Mitchell | avoid C labels in column 0 |
blob | commitdiff | diff to current |
2014-12-30 |
Matthew Horsfall | Add documentation for /n (non-capture) regexp flag. |
blob | commitdiff | diff to current |
2014-12-30 |
Karl Williamson | regexec.c: Suppress warning messages |
blob | commitdiff | diff to current |
2014-12-29 |
Karl Williamson | Raise warning on multi-byte char in single-byte locale |
blob | commitdiff | diff to current |
2014-12-29 |
Karl Williamson | regexec.c: Move goto label to avoid redundant work |
blob | commitdiff | diff to current |
2014-12-29 |
Karl Williamson | regexec.c: White-space only |
blob | commitdiff | diff to current |
2014-12-29 |
Karl Williamson | Don't raise 'poorly supported' locale warning unnecessarily |
blob | commitdiff | diff to current |
2014-12-29 |
Karl Williamson | Add regex nodes for locale |
blob | commitdiff | diff to current |
2014-12-29 |
Karl Williamson | regcomp.c, regexec.c: Vertically align ternary operators |
blob | commitdiff | diff to current |
2014-12-29 |
Karl Williamson | Nits in comments |
blob | commitdiff | diff to current |
2014-12-08 |
Father Chrysostomos | Change OP_SIBLING to OpSIBLING |
blob | commitdiff | diff to current |
2014-11-29 |
Lukas Mai | make more use of NOT_REACHED |
blob | commitdiff | diff to current |
2014-11-06 |
Father Chrysostomos | Manually revert "Rationalise RX_MATCH_UTF8_set()" |
blob | commitdiff | diff to current |
2014-10-19 |
Yves Orton | regcomp.c: Improve re debug output by showing buffer... |
blob | commitdiff | diff to current |
2014-09-29 |
Aaron Crane | Eliminate unused BACK regnode |
blob | commitdiff | diff to current |
2014-09-29 |
Karl Williamson | Up regex flags limit for (??{}) |
blob | commitdiff | diff to current |
2014-09-25 |
Yves Orton | restore color to debug diagnostics |
blob | commitdiff | diff to current |
2014-09-18 |
Father Chrysostomos | Remove !IS_PADGV assertions |
blob | commitdiff | diff to current |
2014-09-17 |
Yves Orton | Eliminate the duplicative regops BOL and EOL |
blob | commitdiff | diff to current |
2014-09-03 |
Karl Williamson | Allow for changing size of bracketed regex char class |
blob | commitdiff | diff to current |
next |