summaryrefslogtreecommitdiff
path: root/ext/re
Commit message (Expand)AuthorAgeFilesLines
* 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
* add strbeg argument to Perl_re_intuit_start()David Mitchell2013-06-022-4/+10
* typo fix for reDavid Steinbrunner2013-05-251-2/+2
* Enable perl core tests to pass when locale support is not available.Jess Robinson2013-02-092-1/+7
* fix a hash order dependency in t/re_funcs_u.tYves Orton2012-10-261-1/+1
* ext/re: Optimize XPUSH's to EXTEND(), PUSH,...Steffen Mueller2012-10-222-3/+4
* Remove the MPE/iX port.Nicholas Clark2012-09-211-3/+0
* Add empty inline_invlist.cKarl Williamson2012-08-251-2/+7
* re.pm: Nits in podKarl Williamson2012-08-111-15/+23
* Optimize a single character [class] into EXACTishKarl Williamson2012-07-241-4/+4
* PATCH: [perl #113750] re.pm clobbers $_Karl Williamson2012-06-202-3/+8
* update docs for (?{}) jumbo fixDavid Mitchell2012-06-141-2/+3
* propagate /msix and (?msix) etc flags into (??{})David Mitchell2012-06-131-1/+10
* make Perl_... and my_re_op_compile sigs matchDavid Mitchell2012-06-131-1/+1