This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove unneeded PREFIXes from B.xs.
[perl5.git] / 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...
2008-01-02 Nicholas ClarkWrap all deferences of struct regexp* in macros RX_...
2007-12-29 Nicholas ClarkWrap wrapped and wraplen from struct regexp in macros...
2007-12-28 Nicholas ClarkWrap all accesses to the members precomp and prelen...
2007-12-28 Nicholas ClarkDump the REGEXP member of SVt_REGEXP.
2007-12-28 Nicholas ClarkFirst class regexps.
2007-12-26 Nicholas ClarkEliminate SVt_RV, and use SVt_IV to store plain references.
2007-12-26 Nicholas ClarkSwap SVt_RV and SVt_NV in the SV ordering.
2007-10-12 Nicholas ClarkRemove some strlen()s and replace one strlcpy() with...
2007-10-06 Nicholas ClarkRemove remaining C<Nullch>s and C<Nullsv>s
2007-10-06 Nicholas ClarkFix precedence bug in the logic for PERL_PV_ESCAPE_NOCL...
2007-10-06 Nicholas ClarkAdd a new flag PERL_PV_PRETTY_NOCLEAR (actually just
2007-10-06 Nicholas ClarkFix typo in change 32043 - s/sv_catpvf/sv_catpvs/
2007-10-06 Nicholas ClarkAvoid using *pvf functions when the format string is...
2007-10-06 Nicholas ClarkRevert one hunk of change 32034 that had the possibilit...
2007-10-05 Nicholas ClarkEliminate most *printf-like calls that use a simple...
2007-10-02 John Peacockwas Re: Freeze ?
2007-10-01 Nicholas ClarkNothing is using IoSUBPROCESS() so eliminate xio_subpro...
2007-09-26 Rafael Garcia-SuarezAPI spelling patch, by Jerry D. Hedden
2007-09-21 Rafael Garcia-SuarezSilence a load of "value computed is not used" warnings
2007-07-11 Gerard Goossendump.c: do not use sv_len_utf8 because it modified...
2007-06-24 Nicholas Clarks/\bunicode\b/Unicode/; # For everything not dual life
2007-06-18 Rafael Garcia-SuarezRemove PERL_MAGIC_mutex
2007-06-12 Jim Cromiemad-const patch
2007-06-05 Rafael Garcia-SuarezRemove support for assertions and -A
2007-05-25 Andy LesterConsting dump.c
2007-05-12 Gerard Goossenmove the logic of combining '_' and '#' with the previo...
next