summaryrefslogtreecommitdiff
path: root/ext/re
Commit message (Expand)AuthorAgeFilesLines
* [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
* bump re.pm version numberDavid Mitchell2012-06-131-1/+1
* fix =/== typo in ext/re/t/regop.tDavid Mitchell2012-06-131-1/+1
* add op_comp field to regexp_engine APIDavid Mitchell2012-06-131-2/+6
* add Perl_re_op_compile functionDavid Mitchell2012-06-132-0/+2
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* Remove ‘Useless use of "re" pragma’ warningFather Chrysostomos2012-02-032-5/+10
* Increase $re::VERSION to 0.19Father Chrysostomos2012-02-031-1/+1
* Update lengthen time-out time for t/re/re.t.Nobuhiro Iwamatsu2011-06-041-1/+1
* reflags.t: Remove no longer applicable TODOKarl Williamson2011-05-311-6/+2
* PATCH: final [perl #86972]: Allow /(?aia)/Karl Williamson2011-04-112-13/+34
* Move t/re/re.t to ext/re/t/re_funcs_u.t, so that it is not part of minitest.Nicholas Clark2011-03-061-0/+143
* Avoid segfault in re::regmust with pluggable RE enginesDavid Leadbeater2011-02-181-5/+8
* Decrease (unbump?) re.pm’s versionFather Chrysostomos2011-02-141-1/+1
* re.pm: Add /aa supportKarl Williamson2011-02-142-8/+35
* re.pm: Forbid things like /dd, /uuKarl Williamson2011-02-142-23/+32
* Bump re.pm’s versionFather Chrysostomos2011-02-121-1/+1
* perldebug: capitalise titlesFather Chrysostomos2011-02-121-1/+1
* Version bumps for re non-dual-life modules identified byJesse Vincent2011-01-201-1/+1
* Add /a regex modifierKarl Williamson2011-01-171-2/+3
* Use multi-bit field for regex character setKarl Williamson2011-01-161-2/+2
* Subject: [PATCH] re.pm: Correct pod statementKarl Williamson2011-01-161-2/+2
* .pm: rename variables to reflect expanded usageKarl Williamson2011-01-161-9/+9