| Commit message (Expand) | Author | Age | Files | Lines |
* | Add qr/\p{Name=...}/ | Karl Williamson | 2020-02-12 | 1 | -1/+1 |
* | Accept experimental script_run feature | Karl Williamson | 2019-10-31 | 1 | -4/+0 |
* | Accept experimental alpha_assertions feature | Karl Williamson | 2019-10-31 | 1 | -15/+0 |
* | Move Unicode.org URLs to https:// in source code | Max Maischein | 2019-10-11 | 1 | -4/+4 |
* | PATCH: [perl #132851] Empty /(?)/ | Karl Williamson | 2019-03-23 | 1 | -1/+5 |
* | Implement variable length lookbehind in regex patterns | Karl Williamson | 2019-03-18 | 1 | -15/+57 |
* | perlre: Link technique for variable length lookbehind | Karl Williamson | 2019-03-18 | 1 | -4/+8 |
* | perlre: Consistent casing and spelling of VERB args | Karl Williamson | 2019-03-16 | 1 | -5/+5 |
* | Any Common digit set can match in any script | Karl Williamson | 2019-03-14 | 1 | -11/+8 |
* | perlre: Minor wording improvements | Karl Williamson | 2019-03-13 | 1 | -3/+4 |
* | perlre: Italicize a bunch of stuff | Karl Williamson | 2019-03-13 | 1 | -93/+96 |
* | Add Unicode property wildcards | Karl Williamson | 2019-03-12 | 1 | -1/+1 |
* | perlre: Note /i multi-char fold lookbehind assertions don't work | Karl Williamson | 2018-12-30 | 1 | -2/+10 |
* | perlre: Note that lookbehind is up to 255 chars | Karl Williamson | 2018-12-30 | 1 | -2/+2 |
* | perlre: Italicize variable text | Karl Williamson | 2018-12-16 | 1 | -1/+1 |
* | remove extra 'be' in perlre pod | Phil Pearl (Lobbes) | 2018-10-28 | 1 | -1/+1 |
* | perlre: Add missing word to fix grammar | Karl Williamson | 2018-09-30 | 1 | -1/+1 |
* | perlre: Add some clarifying script run documentation | Karl Williamson | 2018-08-16 | 1 | -4/+54 |
* | perlre, perlrecharclass: Add examples | Karl Williamson | 2018-08-16 | 1 | -5/+10 |
* | Spelling corrections in pod/*.pod from Alexandr Savca. | Alexandr Savca | 2018-04-19 | 1 | -1/+1 |
* | perlre: Add note that nested (?>...) are not no-ops | Karl Williamson | 2018-02-19 | 1 | -0/+12 |
* | Add atomic script runs | Karl Williamson | 2018-02-19 | 1 | -1/+8 |
* | Add alphabetic synonyms for regex assertions | Karl Williamson | 2018-02-18 | 1 | -4/+51 |
* | Change syntax of script runs | Karl Williamson | 2018-02-18 | 1 | -5/+8 |
* | Fix typos in script_run documentation | Tom Wyant | 2018-01-20 | 1 | -1/+1 |
* | perlre: Note a way to continue long regexes across lines | Karl Williamson | 2017-12-29 | 1 | -0/+4 |
* | Add script_run regex feature | Karl Williamson | 2017-12-24 | 1 | -0/+90 |
* | perlre: '#' is a metacharacter under /x | Karl Williamson | 2017-12-16 | 1 | -0/+1 |
* | perlre: Slight clarification | Karl Williamson | 2017-10-28 | 1 | -10/+10 |
* | document semantics of %+ in perlvar in addition to perlre | Lukas Mai | 2017-10-22 | 1 | -1/+1 |
* | Pod correction. | E. Choroba | 2017-06-19 | 1 | -1/+1 |
* | pods: Add L<> for links missing them; a couple nits | Karl Williamson | 2017-04-05 | 1 | -1/+2 |
* | perlre, perlrecharclass, Fix overlooked typos | Karl Williamson | 2017-02-20 | 1 | -1/+1 |
* | perlre: Revamp portions | Karl Williamson | 2017-02-20 | 1 | -149/+303 |
* | perlre: Some clarifications, small corrections | Karl Williamson | 2017-02-20 | 1 | -18/+21 |
* | perlre: Nits involving C<>, I<> | Karl Williamson | 2017-02-20 | 1 | -58/+58 |
* | perlre: Don't name exact max non-consume depth | Karl Williamson | 2017-02-20 | 1 | -6/+7 |
* | Pods: Standardize on one pattern mod style | Karl Williamson | 2017-02-20 | 1 | -1/+1 |
* | Add /xx regex pattern modifier | Karl Williamson | 2017-01-13 | 1 | -7/+36 |
* | perlre: Clarifications, typos | Karl Williamson | 2017-01-13 | 1 | -4/+36 |
* | perlre, perlrequick: Note other pods | Karl Williamson | 2016-12-26 | 1 | -8/+9 |
* | perlre: don't impugn the stability of all (?…) constructs | Aaron Crane | 2016-11-19 | 1 | -6/+3 |
* | perlre: summarise full syntax for (?(cond)then|else) constructs | Aaron Crane | 2016-11-19 | 1 | -0/+9 |
* | perlre: minor wordsmithing, POD formatting tweaks, etc | Aaron Crane | 2016-11-19 | 1 | -8/+11 |
* | perlre: regularise list items | Aaron Crane | 2016-11-19 | 1 | -3/+5 |
* | Document the package for $REGMARK and $REGERROR | Aaron Crane | 2016-11-19 | 1 | -1/+4 |
* | Switch the order of the two backtracking chapters in perlre | Rafael Garcia-Suarez | 2016-07-21 | 1 | -207/+207 |
* | pod/*: remove deprecated L<"section"> and L<section> syntax | Lukas Mai | 2016-06-11 | 1 | -7/+7 |
* | perlre: Nits, clarifications | Karl Williamson | 2016-03-07 | 1 | -4/+5 |
* | standardize on "lookahead" and "lookaround" | Ed Avis | 2015-12-07 | 1 | -20/+20 |