| Commit message (Expand) | Author | Age | Files | Lines |
* | ensure that the env var SV after C<{FOO}='x'> is PV only | Chip Salzenberg | 2012-07-24 | 3 | -2/+6 |
* | Magic flags harmonization. | Chip Salzenberg | 2012-07-15 | 1 | -1/+1 |
* | eliminate RExC_seen_evals and RExC_rx->seen_evals | David Mitchell | 2012-06-13 | 1 | -1/+0 |
* | make qr/(?{})/ behave with closures | David Mitchell | 2012-06-13 | 1 | -1/+2 |
* | Correct Peek.t to account for flag changes | Father Chrysostomos | 2012-05-21 | 1 | -1/+2 |
* | Make pp_study a no-op, as discussed on p5p | Abhijit Menon-Sen | 2012-02-13 | 1 | -69/+22 |
* | [perl #96126] Allocate CvFILE more simply | Father Chrysostomos | 2011-08-17 | 1 | -17/+25 |
* | For shorter strings, store C<study>'s data as U8s or U16s, instead of U32s. | Nicholas Clark | 2011-07-01 | 1 | -4/+53 |
* | Store C<study>'s data in in mg_ptr instead of interpreter variables. | Nicholas Clark | 2011-07-01 | 1 | -12/+24 |
* | Split out study magic from pos magic. | Nicholas Clark | 2011-07-01 | 1 | -4/+4 |
* | Remove TODO markers from Devel::Peek tests | Father Chrysostomos | 2011-06-11 | 1 | -5/+18 |
* | Replace references to PL_vtbl_{bm,fm} in the code with PL_vtbl_regexp. | Nicholas Clark | 2011-06-11 | 1 | -2/+2 |
* | Store FBMs in PVMGs, instead of GVs. | Nicholas Clark | 2011-06-11 | 1 | -2/+2 |
* | Store the BM table in mg_ptr instead of after SvCUR(). | Nicholas Clark | 2011-06-11 | 1 | -0/+4 |
* | Use SvTAIL() instead of BmFLAGS(). The core no longer uses BmFLAGS(). | Nicholas Clark | 2011-06-11 | 1 | -2/+0 |
* | Don't fbm_compile() studied scalars, to give more flexibility in SV flag usage. | Nicholas Clark | 2011-06-11 | 1 | -2/+18 |
* | Don't allow study on an FBM scalar, to give more flexibility in SV flag usage. | Nicholas Clark | 2011-06-11 | 1 | -2/+24 |
* | Test dumping studied scalars. | Nicholas Clark | 2011-06-11 | 1 | -1/+29 |
* | Perl_do_sv_dump() shouldn't show "IV" for a FBM, as it's not valid. | Nicholas Clark | 2011-06-11 | 1 | -0/+38 |
* | Make Devel::Peek::fill_mstats work on COWs | Father Chrysostomos | 2011-06-04 | 2 | -0/+9 |
* | ext/Devel-Peek/Peek.pm: Fix broken links | Karl Williamson | 2011-05-18 | 1 | -2/+2 |
* | Fix broken link | Karl Williamson | 2011-05-18 | 1 | -2/+3 |
* | Perl_do_sv_dump: dump REGEXP body | David Mitchell | 2011-01-30 | 1 | -1/+22 |
* | Version bumps for Devel-Peek non-dual-life modules identified by | Jesse Vincent | 2011-01-20 | 1 | -1/+1 |
* | Fix typos (spelling errors) in ext/*. | Peter J. Acklam) (via RT | 2011-01-07 | 2 | -4/+4 |
* | Devel-Peek/Peek.pm: update example outputs in pod | David Mitchell | 2011-01-05 | 1 | -103/+100 |
* | bump version of many modules | Zefram | 2010-12-19 | 1 | -1/+1 |
* | fix various compiler warnings from XS code | Zefram | 2010-12-11 | 1 | -0/+7 |
* | Test dumping stashes, with various combinations of NAME and ENAME. | Nicholas Clark | 2010-11-25 | 1 | -0/+68 |
* | Refactor Peek.t to give more useable diagnostics. | Nicholas Clark | 2010-11-25 | 1 | -39/+36 |
* | Convert modules in ext/ to pass minimal arguments to XSLoader::load(). | Nicholas Clark | 2010-10-14 | 1 | -3/+3 |
* | Remove MEMBER_TO_FPTR. | Ben Morrow | 2010-10-06 | 1 | -3/+2 |
* | Add (?^...) regex construct | Karl Williamson | 2010-09-20 | 1 | -3/+3 |
* | prevent Devel::Peek::Dump from lieing to us about evil class names | Yves Orton | 2010-08-25 | 1 | -1/+23 |
* | Peek.t: better identify failing tests | David Mitchell | 2010-07-29 | 1 | -1/+3 |
* | Dump didn't display CVf_ISXSUB flag | David Mitchell | 2010-07-29 | 1 | -1/+1 |
* | add CVf_CVGV_RC flag | David Mitchell | 2010-07-18 | 1 | -2/+2 |
* | Convert Devel::Peek's test to Test::More. | Nicholas Clark | 2010-06-30 | 1 | -4/+2 |
* | Reorder CVf_* flags to be numerically contiguous again. | Nicholas Clark | 2010-06-09 | 1 | -2/+5 |
* | SvIVX() isn't valid on SVt_REGEXP | Nicholas Clark | 2010-05-20 | 1 | -1/+0 |
* | Fix for non-regexps being upgraded to SVt_REGEXP | Nicholas Clark | 2010-02-09 | 1 | -1/+1 |
* | Improvements to 31c9a3 - CPAN code did depend on the previous behaviour of bl... | Nicholas Clark | 2010-02-06 | 1 | -1/+1 |
* | Ensure that pp_qr returns a new regexp SV each time. Resolves RT #69852. | Nicholas Clark | 2009-12-02 | 1 | -3/+3 |
* | PVIOs don't use the SvIVX slot. | Nicholas Clark | 2009-11-19 | 1 | -1/+1 |
* | Make extensions in ext run their tests from the extension's own directory. | Nicholas Clark | 2009-08-28 | 1 | -3/+1 |
* | Remove now-redundant references to MAN3PODS in core modules' Makefile.PLs. | Nicholas Clark | 2009-03-26 | 1 | -1/+0 |
* | Rename ext/Devel/Peek to ext/Devel-Peek | Nicholas Clark | 2009-02-09 | 5 | -0/+1735 |