summaryrefslogtreecommitdiff
path: root/ext/Tie-Hash-NamedCapture
Commit message (Expand)AuthorAgeFilesLines
* move the implementation of %-, %+ into coreTony Cook2019-12-042-138/+4
* (perl #134193) allow %{^CAPTURE} to work when @{^CAPTURE} comes firstTony Cook2019-06-191-0/+3
* %{^CAPTURE_ALL} was intended to be an alias for %-; make it so.Vickenty Fesunov2019-06-193-5/+13
* Increase $Tie::Hash::NamedCapture::VERSION to 0.10Father Chrysostomos2016-08-041-1/+1
* Rework mod loading for %- and %!; fix mem leakFather Chrysostomos2016-08-041-19/+11
* rmv context from Perl_croak_no_modify and Perl_croak_xs_usageDaniel Dragan2012-11-122-2/+2
* fix C++ build error introducted in f8088870Tony Cook2011-03-091-1/+1
* Add PERL_NO_GET_CONTEXT to NamedCapture.xsNicholas Clark2011-03-081-0/+1
* Tweak Tie::Hash::NamedCapture's BOOT code - get the stash from the CV.Nicholas Clark2011-03-081-4/+9
* In Tie::Hash::NamedCapture move the tie of %+ and %- from perl to XS.Nicholas Clark2011-03-082-8/+19
* Convert Tie::Hash::NamedCapture::TIEHASH to XS.Nicholas Clark2011-03-082-10/+22
* Add tests for documented behaviour of Tie::Hash::NamedCapture::TIEHASH.Nicholas Clark2011-03-081-0/+34
* Convert modules in ext/ to pass minimal arguments to XSLoader::load().Nicholas Clark2010-10-141-1/+1
* Move remaining Tie::Hash::NamedCapture XS code to NamedCapture.xsNicholas Clark2010-10-141-0/+56
* Move Tie::Hash::NamedCapture::{FIRST,NEXT}KEY to NamedCapture.xsNicholas Clark2010-10-141-0/+27
* Convert lib/Tie/Hash/NamedCapture.pm to an XS module in ext/Nicholas Clark2010-10-142-0/+76