This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make peep optimiser recurse mostly only shallowly
[perl5.git] / dump.c
2011-06-11 Ton Hospel[perl #85026] Iterate hashes by hand during do_sv_dump
2011-06-11 Father ChrysostomosRevert "Perl_do_sv_dump: alert when skipping elements"
2011-06-11 Nicholas ClarkGenerate magic_names in dump.c using mg_vtable.pl.
2011-06-11 Nicholas ClarkProvide the names of the magic vtables in PL_magic_vtab...
2011-06-11 Nicholas ClarkReplace references to PL_vtbl_{bm,fm} in the code with...
2011-06-11 Nicholas ClarkAbolish PL_vtbl_sig. It's been all 0s since it was...
2011-06-11 Nicholas ClarkDon't even declare PL_vtbl_sigelem under -DPERL_MICRO
2011-06-11 Nicholas ClarkStore FBMs in PVMGs, instead of GVs.
2011-06-11 Nicholas ClarkUse SvTAIL() instead of BmFLAGS(). The core no longer...
2011-06-11 Nicholas ClarkTest that SvFLAGS() & SVpad_NAME is SVpad_NAME, not...
2011-06-11 Nicholas ClarkPerl_do_sv_dump() shouldn't show "IV" for a FBM, as...
2011-05-24 Nicholas ClarkIn Perl_pv_escape(), avoid reading 1 byte beyond the...
2011-05-18 Michael WittenClean: Actually use HvUSEDKEYS() instead of HvKEYS()
2011-05-18 Nicholas ClarkStore the compiled format in mg_ptr instead of after...
2011-02-04 Michael StevensFix excess whitespace in pod.
2011-01-30 David MitchellPerl_do_sv_dump: dump REGEXP body
2011-01-30 David MitchellPerl_do_sv_dump: move stub REGEXP code
2011-01-30 David MitchellPerl_do_sv_dump: add some blank lines and headers
2011-01-30 David MitchellRemove vestigial ORANGE references
2011-01-21 Chip Salzenbergclear up unused var warning in prev patch
2011-01-21 Chip SalzenbergSince xmldump_packsubs does not actually output XML...
2010-12-20 Karl Williamsonpv_escape: Add option to dump all non-ascii as hex
2010-12-20 Karl Williamsondump.c: correct pod statement
2010-11-25 Nicholas ClarkRefactor ENAME dumping in Perl_do_sv_dump() to simplify...
2010-11-24 Nicholas ClarkConvert xhv_name in struct xpvhv_aux to be a union...
2010-11-23 Father ChrysostomosClarify the hekp assignment in dump.c
2010-10-29 Father ChrysostomosFix NAMECOUNT output format in dump.c
2010-10-29 Florian RagwitzTeach dump.c about all magic flags
2010-10-29 Father ChrysostomosTeach dump.c about ENAMEs
2010-10-11 Zeframplugin mechanism to rewrite calls to a subroutine
2010-10-07 Ben MorrowRemove MEMBER_TO_FPTR.
2010-09-28 Zeframsystematically provide pv/pvn/pvs/sv quartets
2010-08-25 Yves Ortonprevent Devel::Peek::Dump from lieing to us about evil...
2010-08-21 Ben MorrowRemove CALL_FPTR and CPERLscope.
2010-08-01 David MitchellDEBUG_LEAKING_SCALARS: add sv_debug_parent
2010-07-29 David MitchellDump didn't display CVf_ISXSUB flag
2010-07-29 David MitchellPerl_do_sv_dump didn't increase nesting for magic
2010-07-29 David MitchellPerl_do_sv_dump: alert when skipping elements
2010-07-18 David Mitchelladd CVf_CVGV_RC flag
2010-07-11 Vincent PitSort and complete the op flags lists for op_dump()
2010-06-03 Craig A. BerryRemove extraneous semicolon from OP_PRIVATE_ONCE.
2010-05-28 Nicholas ClarkMigrate most other op_private to name conversion into...
2010-05-28 Nicholas ClarkIn Perl_do_op_dump(), move calls to append_flags()...
2010-05-28 Nicholas ClarkAdd C_ARRAY_END(), returning a pointer to after the...
2010-05-28 Nicholas ClarkIn Perl_do_op_dump(), reorder the ops within the if...
2010-05-28 Nicholas ClarkIn Perl_do_sv_dump(), use append_flags() for PVCV,...
2010-05-28 Nicholas ClarkIn Perl_do_sv_dump(), for PVCV and PVFM, test for SvCOM...
2010-05-28 Nicholas ClarkIn Perl_do_op_dump(), move runs of op_private name...
2010-05-28 Nicholas ClarkCreate S_append_flags() from a common code pattern...
2010-05-25 David Mitchelladd OPpDEREFed flag to avoid double mg_get()
2010-05-22 David CaldwellAdd s///r (non-destructive substitution).
2010-05-20 Nicholas ClarkSvIVX() isn't valid on SVt_REGEXP
2010-04-23 Father Chrysostomos[perl #73776] "???? - please notify IZ"
2010-04-15 Nicholas ClarkMove PERL_ASYNC_CHECK() from the runloop to control...
2010-01-08 David Mitchellinclude sv_debug_serial field in debugging output
2009-11-19 Nicholas ClarkPVIOs don't use the SvIVX slot.
2009-10-12 Nicholas ClarkAdd Perl_ck_warner_d(), which combines Perl_ckwarn_d...
2009-09-14 Nicholas ClarkAdd PERL_ARGS_ASSERT_* macros where missing; move where...
2009-09-14 Nicholas ClarkFix the build for -Dmad - f0e3f042f14b829f missed a...
2009-08-31 Nicholas ClarkRemove an extraneous aTHX_ added in f0e3f042f14b, which...
2009-08-30 Chip Salzenbergfinish implementing -DB vs. -Dx
2009-08-21 ZeframAdd clear magic to %^H so that the HE chain is reset...
2009-08-16 David Mitchellsv_peek(): SvOOK offset is no longer in IVX
2009-07-25 Nicholas ClarkWhen dumping a hash, display the mro_meta structure...
2009-07-09 Chip Salzenbergfix segfault in -Dx without threads
2009-06-02 Stepan Kasalparenthesize check for a flag
2009-04-13 Nicholas ClarkRemove CVf_LOCKED and CvLOCKED*(), now that nothing...
2009-04-13 Nicholas ClarkGvUNIQUE* have been defined as 0 since 2005/06/30 ...
2008-11-15 Rafael Garcia-SuarezAdd a dump to help tracing taint bugs, by Chip Salzenberg
2008-11-02 Tom ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-10-31 Nicholas ClarkAdd MUTABLE_GV(), and eliminate (V *) casts in *.c.
2008-10-30 Nicholas ClarkEliminate (SV *) casts from the rest of *.c, picking...
2008-10-29 Marcus Holland-MoritzUse pvs macros instead of pvn where possible.
2008-10-29 Nicholas ClarkEliminate (AV *) casts in *.c.
2008-10-29 Marcus Holland-MoritzRemove redundant (and wrong) prototype for pv_display()
2008-10-29 Nicholas ClarkAs Perl_cv_const_sv() now takes a const CV *, use that...
2008-10-29 Marcus Holland-MoritzRemove redundant API definitions from '=for apidoc...
2008-10-28 Nicholas ClarkEvery remaining (HV *) cast in *.c
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-07-31 Nicholas ClarkYou can't (and shouldn't) use CvDEPTH on a PVFM.
2008-07-12 Nicholas ClarkPVFMs don't need to access the IVX any more. (as of...
2008-07-11 Nicholas ClarkAlso dump the SvPVX of PVFMs.
2008-06-25 Reini UrbanRe: split smoke for threaded -DDEBUGGING builds
2008-06-24 Reini Urbanfix debop with pad const
2008-04-06 Nicholas ClarkReplace all remaining accesses to COP's cop_label with...
2008-03-27 Gerard GoossenMAD dump xml escape regex
2008-02-25 Jim CromieRe: [patch] optimize OP_IS_(FILETEST|SOCKET) macros
2008-02-23 Vincent PitRe: [PATCH] Splitting OP_CONST (Was: pp_const, not...
2008-02-13 Vincent PitPERL_MAGIC_uvar_elem should be 'u' in dump.c
2008-02-12 Nicholas Clarkassert() that every NN argument is not NULL. Otherwise...
2008-01-26 Nicholas ClarkEliminate the OP_SETSTATE, which had been disabled...
2008-01-26 Nicholas ClarkChange 33069 missed updating dump.c to dump PVIOs corre...
2008-01-06 Nicholas ClarkFix a bug in mad - regexps can be 8 bit, not just ASCII...
2008-01-06 Marcus Holland-MoritzFix compilation issues and warnings with exotic configu...
2008-01-05 Nicholas ClarkDon't allocate the NV slot for SVt_REGEXP.
2008-01-05 Nicholas ClarkReplace all reads of RXf_UTF8 with RX_UTF8().
2008-01-05 Nicholas ClarkBER is all very well, but it turns out that it's better...
2008-01-04 Nicholas ClarkRe-implement the SvOOK() hack to store the offset as...
2008-01-03 Nicholas ClarkFixes to get MAD working after change 32804, and some...
2008-01-02 Nicholas ClarkMake struct regexp the body of SVt_REGEXP SVs, REGEXPs...
next