summaryrefslogtreecommitdiff
path: root/ext/Devel-Peek/t/Peek.t
Commit message (Expand)AuthorAgeFilesLines
* Make pp_study a no-op, as discussed on p5psmoke-me/no-more-studyams/no-more-studyAbhijit Menon-Sen2012-02-011-69/+22
* [perl #96126] Allocate CvFILE more simplyFather Chrysostomos2011-08-171-17/+25
* For shorter strings, store C<study>'s data as U8s or U16s, instead of U32s.Nicholas Clark2011-07-011-4/+53
* Store C<study>'s data in in mg_ptr instead of interpreter variables.Nicholas Clark2011-07-011-12/+24
* Split out study magic from pos magic.Nicholas Clark2011-07-011-4/+4
* Remove TODO markers from Devel::Peek testsFather Chrysostomos2011-06-111-5/+18
* Replace references to PL_vtbl_{bm,fm} in the code with PL_vtbl_regexp.Nicholas Clark2011-06-111-2/+2
* Store FBMs in PVMGs, instead of GVs.Nicholas Clark2011-06-111-2/+2
* Store the BM table in mg_ptr instead of after SvCUR().Nicholas Clark2011-06-111-0/+4
* Use SvTAIL() instead of BmFLAGS(). The core no longer uses BmFLAGS().Nicholas Clark2011-06-111-2/+0
* Don't fbm_compile() studied scalars, to give more flexibility in SV flag usage.Nicholas Clark2011-06-111-2/+18
* Don't allow study on an FBM scalar, to give more flexibility in SV flag usage.Nicholas Clark2011-06-111-2/+24
* Test dumping studied scalars.Nicholas Clark2011-06-111-1/+29
* Perl_do_sv_dump() shouldn't show "IV" for a FBM, as it's not valid.Nicholas Clark2011-06-111-0/+38
* Make Devel::Peek::fill_mstats work on COWsFather Chrysostomos2011-06-041-0/+8
* Perl_do_sv_dump: dump REGEXP bodyDavid Mitchell2011-01-301-1/+22
* Fix typos (spelling errors) in ext/*.Peter J. Acklam) (via RT2011-01-071-3/+3
* Test dumping stashes, with various combinations of NAME and ENAME.Nicholas Clark2010-11-251-0/+68
* Refactor Peek.t to give more useable diagnostics.Nicholas Clark2010-11-251-39/+36
* Add (?^...) regex constructKarl Williamson2010-09-201-3/+3
* prevent Devel::Peek::Dump from lieing to us about evil class namesYves Orton2010-08-251-1/+23
* Peek.t: better identify failing testsDavid Mitchell2010-07-291-1/+3
* Dump didn't display CVf_ISXSUB flagDavid Mitchell2010-07-291-1/+1
* add CVf_CVGV_RC flagDavid Mitchell2010-07-181-2/+2
* Convert Devel::Peek's test to Test::More.Nicholas Clark2010-06-301-4/+2
* Reorder CVf_* flags to be numerically contiguous again.Nicholas Clark2010-06-091-2/+5
* SvIVX() isn't valid on SVt_REGEXPNicholas Clark2010-05-201-1/+0
* Fix for non-regexps being upgraded to SVt_REGEXPNicholas Clark2010-02-091-1/+1
* Improvements to 31c9a3 - CPAN code did depend on the previous behaviour of bl...Nicholas Clark2010-02-061-1/+1
* Ensure that pp_qr returns a new regexp SV each time. Resolves RT #69852.Nicholas Clark2009-12-021-3/+3
* PVIOs don't use the SvIVX slot.Nicholas Clark2009-11-191-1/+1
* Make extensions in ext run their tests from the extension's own directory.Nicholas Clark2009-08-281-3/+1
* Rename ext/Devel/Peek to ext/Devel-PeekNicholas Clark2009-02-091-0/+665