This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make spelling of values for 'FILES' consistent
[perl5.git] / ext / Devel-Peek / Peek.pm
2021-08-25 Paul "LeoNerd" EvansUse new sv_setrv_noinc() in Devel::Peek
2021-06-25 Max MaischeinRemove inheritance from Exporter in ext/ modules
2020-10-03 Samanta NavarroFix typos
2020-07-20 Dagfinn Ilmari Man... Remove use of dVAR in core
2018-10-14 James E KeenanUpdate example of Dump on hashref.
2017-08-08 Zeframuse cv_set_call_checker_flags() where possible
2016-11-12 David Mitchelldump.c: don't display an ARRAY's ARYLEN field
2016-10-19 Yves OrtonDevel-Peek: use hv_fetchs() when the key is a constant...
2016-05-26 Karl WilliamsonDevel::Peek: Fix a couple of pod glitches
2015-11-09 Karl WilliamsonDevel::Peek: document that uses STDERR
2015-02-03 James E KeenanReverse 'const static' to avoid 'old-style-declaration...
2015-01-05 Daniel Draganconst the custom op struct in Devel::Peek
2014-12-08 Father ChrysostomosIncrease $Devel::Peek::VERSION to 1.20
2014-11-07 Father ChrysostomosDeparse Devel::Peek::Dump
2014-10-31 Daniel Draganfree up CvPADLIST slot for XSUBs for future use
2014-07-08 David Mitchellwrap op_sibling field access in OP_SIBLING* macros
2014-05-29 Karl WilliamsonBump version for Devel::Peek
2014-01-30 Tony Cookensure we have a reference when we call SvRV()
2013-11-13 David MitchellDevel::Peek: fix some compiler warnings
2013-08-21 Father ChrysostomosIncrease $Devel::Peek::VERSION to 1.14
2013-08-13 Father ChrysostomosUpdate Devel::Peek docs with Dump changes
2013-08-09 Tony Cook[perl #117793] remove dangerous functions and improve...
2013-06-23 Father ChrysostomosIncrease $Devel::Peek::VERSION to 1.12
2013-06-23 Brian GottreuFixed verbatim lines in POD over 79 characters
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-08-22 Karl WilliamsonDevel::Peek: Fix so compiles under C++
2012-07-24 Chip Salzenbergensure that the env var SV after C<{FOO}='x'> is PV...
2011-05-18 Karl Williamsonext/Devel-Peek/Peek.pm: Fix broken links
2011-05-18 Karl WilliamsonFix broken link
2011-01-20 Jesse VincentVersion bumps for Devel-Peek non-dual-life modules...
2011-01-05 David MitchellDevel-Peek/Peek.pm: update example outputs in pod
2010-12-19 Zeframbump version of many modules
2010-10-14 Nicholas ClarkConvert modules in ext/ to pass minimal arguments to...
2009-02-09 Nicholas ClarkRename ext/Devel/Peek to ext/Devel-Peek