summaryrefslogtreecommitdiff
path: root/ext/re/t
Commit message (Expand)AuthorAgeFilesLines
* Remove ‘Useless use of "re" pragma’ warningFather Chrysostomos2012-02-031-1/+10
* 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-111-5/+15
* 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
* re.pm: Add /aa supportKarl Williamson2011-02-141-6/+25
* re.pm: Forbid things like /dd, /uuKarl Williamson2011-02-141-18/+19
* Fix typos (spelling errors) in ext/*.Peter J. Acklam) (via RT2011-01-071-1/+1
* Emit warning for use re "/ul"Father Chrysostomos2010-12-041-1/+23
* [perl #78072] use re '/xism';Father Chrysostomos2010-10-211-0/+116
* tries: don't allocate memory at runtimeDavid Mitchell2010-05-031-8/+10
* disable non-unicode case insensitive trie matchingYves Orton2009-10-251-6/+6
* Make extensions in ext run their tests from the extension's own directory.Nicholas Clark2009-08-285-15/+5
* Move re::regexp_pattern to universal.cJerry D. Hedden2008-01-091-33/+2
* Make ext/re/t/re_funcs.t warnings clean.Nicholas Clark2008-01-051-1/+2
* [patch@31739] regop.t fix for VMSJohn E. Malmberg2007-08-221-0/+2
* Re: [PATCH] Callbacks for named captures (%+ and %-)Ævar Arnfjörð Bjarmason2007-06-062-11/+21
* Resolve PL_curpm issues with (??{}) and fix corruption of match results when ...Yves Orton2007-03-221-24/+6
* Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exeYves Orton2007-03-081-2/+2
* Re: [perl #41565] qr// memory corruptionYves Orton2007-02-261-2/+2
* Re: [PATCH] Document that m//k worksYves Orton2007-02-141-3/+3
* Improve regex stringification codeYves Orton2007-01-311-8/+9
* Make offsets support conditionalYves Orton2007-01-161-0/+1
* Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a...Yves Orton2007-01-041-2/+46
* Patch by Yves Orton to fix the regression reported in :Andreas König2006-11-203-10/+10
* add regmust() to re.pm/re.xsYves Orton2006-11-171-2/+20
* Regex Utility Functions and Substituion Fix (XML::Twig core dump)Yves Orton2006-11-131-0/+24
* New regex syntax omnibusYves Orton2006-11-071-2/+2
* Re: Off by one in the trie code?Yves Orton2006-10-194-46/+86
* Re: [PATCH] Add hook for re_dup() into regex engine as reg_dupe (make re plug...Yves Orton2006-09-293-4/+58
* fix re debug segvs in global destruction, and a tweak to Benchmark to prevent...Yves Orton2006-06-141-1/+1
* Re: [PATCH] Better version of the Aho-Corasick patch and lots of benchmarks.Yves Orton2006-06-093-19/+111
* Regen headers following change 28325. Also, make it compileRafael Garcia-Suarez2006-05-291-18/+17
* Re: [PATCH] More regex optimisations and debug enhancements (including Andys ...Yves Orton2006-05-292-0/+165
* Skip re tests if re not built.Nicholas Clark2004-06-181-0/+5
* No more ext/*/*.t, move them all to ext/*/t.Jarkko Hietaniemi2003-07-281-0/+65