summaryrefslogtreecommitdiff
path: root/ext/re
Commit message (Expand)AuthorAgeFilesLines
* Add quadmath to list of libraries.Peter John Acklam2020-05-251-0/+5
* Fix a bunch of repeated-word typosDagfinn Ilmari Mannsåker2020-05-221-2/+2
* use re qw(debug foo) should warnKarl Williamson2020-03-112-3/+14
* ext/re/re.pm: Fix up setting debug option defaultsKarl Williamson2020-03-111-1/+13
* Allow wildcard pattern debuggingKarl Williamson2020-03-052-7/+63
* Add ability to dump pre-optimized compiled patternKarl Williamson2019-08-261-11/+17
* ext/re/re.pm: Clarify pod slightlyKarl Williamson2019-08-261-2/+2
* ext/re/re.pm: White-space only, bump versionKarl Williamson2019-08-261-24/+25
* regcomp.c: Fix up RE_TRACK_PATTERN_OFFSETSKarl Williamson2018-11-161-2/+2
* -Drv now turns on all regex debuggingKarl Williamson2018-11-161-2/+4
* ext/re/t/qr.t: Rmv extraneous Debug statementKarl Williamson2018-11-051-1/+0
* Don't use VOL internally, because "volatile" works just fineAaron Crane2017-10-212-2/+2
* add DEBUGGING_RE_ONLY defineDavid Mitchell2017-06-233-1/+3
* re.pm: pod formatting nits, and clarificationsKarl Williamson2017-01-131-8/+29
* Add /xx regex pattern modifierKarl Williamson2017-01-132-11/+29
* t/regop.t: improve test nameYves Orton2016-10-191-1/+1
* Make deprecated qr//xx fatalKarl Williamson2016-05-092-14/+6
* Various tests: use centralized locale detectionKarl Williamson2015-11-201-5/+4
* Update list of files to clean for ceab18aaa.Matthew Horsfall2015-08-201-1/+1
* b992490d copied wrong for ext re.Jarkko Hietaniemi2015-08-201-5/+5
* dquote_static.c -> dquote.cJarkko Hietaniemi2015-07-221-5/+5
* inline_invlist.c -> invlist_inline.hJarkko Hietaniemi2015-07-221-6/+6
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* re_intuit_start(): improve debugging outputDavid Mitchell2015-03-171-2/+2
* Skip various locale tests when locales are not availableKarl Williamson2015-03-091-6/+2
* use re 'strict' doc changesKarl Williamson2015-03-071-5/+9
* ext/re/t/re_funcs_u.t: Generalize for non-ASCII platformsKarl Williamson2015-03-051-1/+1
* ext/re/re.pm: Fix commentKarl Williamson2015-02-051-1/+1
* re.pm: White-space onlyKarl Williamson2015-02-051-4/+4
* Make 'no re' workKarl Williamson2015-02-045-6/+52
* ext/re/t/re.t: Use variable instead of constantsKarl Williamson2015-02-041-6/+9
* re.pm: Bump version to 0.31Karl Williamson2015-02-041-1/+1
* Add 'strict' subpragma to 'use re'Karl Williamson2015-01-132-1/+139
* Bump re.pm version for changesMatthew Horsfall2014-12-281-1/+1
* Support for nocapture regexp flag /nMatthew Horsfall (alh)2014-12-281-1/+2
* [perl #123458] list cx re::regexp_pattern($nonre)Father Chrysostomos2014-12-191-0/+1
* add filename handling to xs handshakeDaniel Dragan2014-11-131-1/+1
* add xs_handshake APIDaniel Dragan2014-11-072-1/+5
* Tighten uses of regex synthetic start classKarl Williamson2014-09-291-4/+1
* Deprecate multiple "x" in "/xx"Karl Williamson2014-09-292-4/+22
* Make space for /xx flagKarl Williamson2014-09-291-1/+1
* Add tests for a51d618a fix of RT #122283Yves Orton2014-09-283-4/+72
* Eliminate the duplicative regops BOL and EOLYves Orton2014-09-171-3/+3
* ext/re/t/regop.t: Use eq instead of == for stringsKarl Williamson2014-08-261-1/+1
* Improve -Dr output of bracketed char classesKarl Williamson2014-08-251-3/+3
* 'use locale' no longer ever fails.to compileKarl Williamson2014-06-051-5/+1
* re_intuit_start(): add more debugging outputDavid Mitchell2014-02-071-2/+2
* Fix regression in floating mandatory string optimisationYves Orton2014-02-062-1/+25
* Increase $re::VERSION to 0.26Father Chrysostomos2013-08-251-1/+1
* Correct sub signature in re.xsFather Chrysostomos2013-08-251-1/+1