2016-11-12 |
David Mitchell | eliminate SVpbm_VALID flag |
blob | commitdiff |
2016-11-12 |
David Mitchell | Eliminate SVrepl_EVAL and SvEVALED() |
blob | commitdiff | diff to current |
2016-11-12 |
David Mitchell | dump.c: don't display an ARRAY's ARYLEN field |
blob | commitdiff | diff to current |
2016-06-22 |
Yves Orton | Change scalar(%hash) to be the same as 0+keys(%hash) |
blob | commitdiff | diff to current |
2015-04-19 |
David Mitchell | rename op_lastsib to op_moresib, and invert logic |
blob | commitdiff | diff to current |
2015-03-09 |
Karl Williamson | Devel::Peek:Peek.t: Fix to work on EBCDIC |
blob | commitdiff | diff to current |
2015-01-30 |
Craig A. Berry | TODO Peek.t test on VMS. |
blob | commitdiff | diff to current |
2014-12-28 |
Matthew Horsfall... | Fixes to make test pass for regexp nocapture bit addition. |
blob | commitdiff | diff to current |
2014-11-08 |
Daniel Dragan | add xs_handshake API |
blob | commitdiff | diff to current |
2014-11-07 |
Father Chrysostomos | Adjust Peek.t for SEQ dumping |
blob | commitdiff | diff to current |
2014-11-04 |
Father Chrysostomos | Make Peek.t less sensitive to NO_COW config args |
blob | commitdiff | diff to current |
2014-10-31 |
Daniel Dragan | free up CvPADLIST slot for XSUBs for future use |
blob | commitdiff | diff to current |
2014-09-29 |
Karl Williamson | Make space for /xx flag |
blob | commitdiff | diff to current |
2014-09-25 |
Father Chrysostomos | Peek.t should not expect PADMY under 5.21.5 |
blob | commitdiff | diff to current |
2014-09-23 |
Father Chrysostomos | Peek.t: Drop 5.8 support |
blob | commitdiff | diff to current |
2014-09-20 |
Father Chrysostomos | Yet more Peek.t fix-ups |
blob | commitdiff | diff to current |
2014-09-20 |
Father Chrysostomos | Peek.t: This read-only stuff came after 5.21.4 |
blob | commitdiff | diff to current |
2014-09-20 |
Father Chrysostomos | More Peek.t fix-ups |
blob | commitdiff | diff to current |
2014-09-20 |
Father Chrysostomos | Peek.t fix-up |
blob | commitdiff | diff to current |
2014-09-19 |
Father Chrysostomos | Dump GPFLAGS |
blob | commitdiff | diff to current |
2014-09-15 |
Father Chrysostomos | Peek.t needs to know about the prev. change |
blob | commitdiff | diff to current |
2014-09-15 |
Father Chrysostomos | Tweak Peek.t again |
blob | commitdiff | diff to current |
2014-09-15 |
Father Chrysostomos | Tweak Peek.t |
blob | commitdiff | diff to current |
2014-09-10 |
David Mitchell | Automate processing of op_private flags |
blob | commitdiff | diff to current |
2014-08-30 |
Father Chrysostomos | Fix up Peek.t after priv flag twiddling |
blob | commitdiff | diff to current |
2014-08-28 |
Father Chrysostomos | Make Peek.t easier to run directly |
blob | commitdiff | diff to current |
2014-08-28 |
Father Chrysostomos | Fix up Peek.t |
blob | commitdiff | diff to current |
2014-07-08 |
David Mitchell | add op_lastsib and -DPERL_OP_PARENT |
blob | commitdiff | diff to current |
2014-07-08 |
David Mitchell | Devel::Peek: test 2-arg form of Dump |
blob | commitdiff | diff to current |
2014-02-28 |
David Mitchell | add aux_flags field to HVs with aux struct |
blob | commitdiff | diff to current |
2014-01-30 |
Yves Orton | move RXf_NOSCAN from extflags to intflags as PREGf_NOSCAN |
blob | commitdiff | diff to current |
2014-01-30 |
Tony Cook | ensure we have a reference when we call SvRV() |
blob | commitdiff | diff to current |
2014-01-24 |
Craig A. Berry | Fix $ENV{PATH} flags in Peek.t. |
blob | commitdiff | diff to current |
2014-01-04 |
Brian Fraser | ext/Devel-Peek/t/Peek.t: Don't leave PATH tainted. |
blob | commitdiff | diff to current |
2014-01-04 |
Brian Fraser | Fixups for ext/Devel-Peek/t/Peek.t |
blob | commitdiff | diff to current |
2014-01-04 |
Brian Fraser | Devel::Peek: Test that we dump CvOUTSIDE properly |
blob | commitdiff | diff to current |
2014-01-04 |
Brian Fraser | Make dump.c nul-and-UTF8 clean |
blob | commitdiff | diff to current |
2013-11-30 |
Father Chrysostomos | Peek.t: Update skip version |
blob | commitdiff | diff to current |
2013-11-30 |
Father Chrysostomos | Allow PADTMPs’ strings to be swiped |
blob | commitdiff | diff to current |
2013-09-10 |
Nicholas Clark | Simplify the conditional logic for COW_REFCNT in Devel... |
blob | commitdiff | diff to current |
2013-09-10 |
Nicholas Clark | Fix Devel::Peek's tests when building with -DPERL_NO_COW |
blob | commitdiff | diff to current |
2013-09-07 |
Father Chrysostomos | Stop Devel'Peek'Dump with no args from crashing |
blob | commitdiff | diff to current |
2013-08-25 |
Father Chrysostomos | Stop pos() from being confused by changing utf8ness |
blob | commitdiff | diff to current |
2013-08-22 |
Father Chrysostomos | Fix Peek.t failure under -DPERL_NO_COW |
blob | commitdiff | diff to current |
2013-08-13 |
Father Chrysostomos | Inline Devel::Peek::Dump; allow Dump %hash etc. |
blob | commitdiff | diff to current |
2013-08-12 |
Father Chrysostomos | Peek.t: Fix a test |
blob | commitdiff | diff to current |
2013-08-12 |
Father Chrysostomos | [perl #92260] Devel::Peek::fill_mstats and non-PVs |
blob | commitdiff | diff to current |
2013-08-12 |
Father Chrysostomos | Mark COWable constants as COWable at compile time |
blob | commitdiff | diff to current |
2013-08-11 |
Father Chrysostomos | Fix up Peek.t for alternate COW configurations |
blob | commitdiff | diff to current |
2013-08-11 |
Father Chrysostomos | universal.c: Ignore SvIsCOW in XS_Internals_SvREADONLY |
blob | commitdiff | diff to current |
2013-08-10 |
Father Chrysostomos | dump.c: Dump contents of regexps’ mother_re field |
blob | commitdiff | diff to current |
2013-08-09 |
Tony Cook | [perl #117793] remove dangerous functions and improve... |
blob | commitdiff | diff to current |
2013-07-26 |
Father Chrysostomos | Version number tweaks in tests and other cleanup |
blob | commitdiff | diff to current |
2013-07-26 |
Father Chrysostomos | Stop folding of ops from changing mutability |
blob | commitdiff | diff to current |
2013-07-26 |
Father Chrysostomos | [perl #78194] Make sub calls copy pad tmps |
blob | commitdiff | diff to current |
2013-06-21 |
Father Chrysostomos | Remove BmRARE and BmPREVIOUS |
blob | commitdiff | diff to current |
2013-05-29 |
Nicholas Clark | Cache HvFILL() for larger hashes, and update on inserti... |
blob | commitdiff | diff to current |
2013-03-27 |
Yves Orton | rework split() special case interaction with regex... |
blob | commitdiff | diff to current |
2013-03-24 |
Yves Orton | improve how Devel::Peek::Dump handles iterator information |
blob | commitdiff | diff to current |
2013-03-23 |
David Mitchell | fix Peek.t to work with NEW COW |
blob | commitdiff | diff to current |
2013-03-23 |
David Mitchell | Revert "fix Peek.t to work with NEW COW" |
blob | commitdiff | diff to current |
2013-03-23 |
David Mitchell | fix Peek.t to work with NEW COW |
blob | commitdiff | diff to current |
2013-03-19 |
Nicholas Clark | Perl_sv_uni_display() needs to be aware of RX_WRAPPED() |
blob | commitdiff | diff to current |
2013-03-12 |
David Mitchell | Fix Peek.t under PERL_OLD_COPY_ON_WRITE |
blob | commitdiff | diff to current |
2012-11-27 |
Father Chrysostomos | Fix up Peek.t to account for preceding commits |
blob | commitdiff | diff to current |
2012-11-05 |
Steffen Mueller | Add C define to remove taint support from perl origin/smueller/no_taint3 |
blob | commitdiff | diff to current |
2012-10-30 |
Father Chrysostomos | Allow regexp-to-pvlv assignment |
blob | commitdiff | diff to current |
2012-10-26 |
Father Chrysostomos | [perl #115440] Fix various leaks with fatal FETCH |
blob | commitdiff | diff to current |
2012-09-16 |
Father Chrysostomos | Fix Peek.t |
blob | commitdiff | diff to current |
2012-09-08 |
David Mitchell | Don't copy all of the match string buffer |
blob | commitdiff | diff to current |
2012-08-24 |
Tony Cook | close the Peek.t temp file so the END block can unlink it |
blob | commitdiff | diff to current |
2012-08-22 |
Father Chrysostomos | Peek.t: Test that DeadCode doesn’t crash |
blob | commitdiff | diff to current |
2012-08-05 |
Father Chrysostomos | Fix Devel::Peek’s tests for format changes |
blob | commitdiff | diff to current |
2012-07-24 |
Chip Salzenberg | ensure that the env var SV after C<{FOO}='x'> is PV... |
blob | commitdiff | diff to current |
2012-07-15 |
Chip Salzenberg | Magic flags harmonization. |
blob | commitdiff | diff to current |
2012-06-13 |
David Mitchell | eliminate RExC_seen_evals and RExC_rx->seen_evals |
blob | commitdiff | diff to current |
2012-06-13 |
David Mitchell | make qr/(?{})/ behave with closures |
blob | commitdiff | diff to current |
2012-05-22 |
Father Chrysostomos | Correct Peek.t to account for flag changes |
blob | commitdiff | diff to current |
2012-02-13 |
Abhijit Menon-Sen | Make pp_study a no-op, as discussed on p5p |
blob | commitdiff | diff to current |
2011-08-17 |
Father Chrysostomos | [perl #96126] Allocate CvFILE more simply |
blob | commitdiff | diff to current |
2011-07-01 |
Nicholas Clark | For shorter strings, store C<study>'s data as U8s or... |
blob | commitdiff | diff to current |
2011-07-01 |
Nicholas Clark | Store C<study>'s data in in mg_ptr instead of interpret... |
blob | commitdiff | diff to current |
2011-07-01 |
Nicholas Clark | Split out study magic from pos magic. |
blob | commitdiff | diff to current |
2011-06-11 |
Father Chrysostomos | Remove TODO markers from Devel::Peek tests |
blob | commitdiff | diff to current |
2011-06-11 |
Nicholas Clark | Replace references to PL_vtbl_{bm,fm} in the code with... |
blob | commitdiff | diff to current |
2011-06-11 |
Nicholas Clark | Store FBMs in PVMGs, instead of GVs. |
blob | commitdiff | diff to current |
2011-06-11 |
Nicholas Clark | Store the BM table in mg_ptr instead of after SvCUR(). |
blob | commitdiff | diff to current |
2011-06-11 |
Nicholas Clark | Use SvTAIL() instead of BmFLAGS(). The core no longer... |
blob | commitdiff | diff to current |
2011-06-11 |
Nicholas Clark | Don't fbm_compile() studied scalars, to give more flexi... |
blob | commitdiff | diff to current |
2011-06-11 |
Nicholas Clark | Don't allow study on an FBM scalar, to give more flexib... |
blob | commitdiff | diff to current |
2011-06-11 |
Nicholas Clark | Test dumping studied scalars. |
blob | commitdiff | diff to current |
2011-06-11 |
Nicholas Clark | Perl_do_sv_dump() shouldn't show "IV" for a FBM, as... |
blob | commitdiff | diff to current |
2011-06-05 |
Father Chrysostomos | Make Devel::Peek::fill_mstats work on COWs |
blob | commitdiff | diff to current |
2011-01-30 |
David Mitchell | Perl_do_sv_dump: dump REGEXP body |
blob | commitdiff | diff to current |
2011-01-07 |
Peter J. Acklam... | Fix typos (spelling errors) in ext/*. |
blob | commitdiff | diff to current |
2010-11-25 |
Nicholas Clark | Test dumping stashes, with various combinations of... |
blob | commitdiff | diff to current |
2010-11-25 |
Nicholas Clark | Refactor Peek.t to give more useable diagnostics. |
blob | commitdiff | diff to current |
2010-09-20 |
Karl Williamson | Add (?^...) regex construct |
blob | commitdiff | diff to current |
2010-08-25 |
Yves Orton | prevent Devel::Peek::Dump from lieing to us about evil... |
blob | commitdiff | diff to current |
2010-07-29 |
David Mitchell | Peek.t: better identify failing tests |
blob | commitdiff | diff to current |
next |