This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
minor fixups to new op_sibling work
[perl5.git] / dump.c
2014-07-08 David Mitchelladd op_lastsib and -DPERL_OP_PARENT
2014-07-08 David Mitchellwrap op_sibling field access in OP_SIBLING* macros
2014-06-25 Jarkko HietaniemiRemove or downgrade unnecessary dVAR.
2014-06-16 Jarkko HietaniemiSome low-hanging -Wunreachable-code fruits.
2014-06-14 Jarkko HietaniemiRevert "Some low-hanging -Wunreachable-code fruits."
2014-06-14 Jarkko HietaniemiSome low-hanging -Wunreachable-code fruits.
2014-06-13 Jarkko HietaniemiRemove MAD.
2014-06-05 Karl Williamsonperlapi: Refactor placements, headings of some functions
2014-05-30 Jarkko HietaniemiUnify the "fall-through" lint annotation.
2014-05-29 Jarkko HietaniemiWe cannot assert(sv) since sv can be validly null
2014-05-29 Jarkko HietaniemiInsert asserts to paths suspected by Coverity.
2014-05-28 Jarkko HietaniemiUse the C_ARRAY_LENGTH.
2014-03-10 Daniel Dragandon't repeatedly call HvUSEDKEYS
2014-02-28 David Mitchelladd aux_flags field to HVs with aux struct
2014-02-20 Karl WilliamsonChange av_len calls to av_tindex for clarity
2014-01-30 Yves OrtonMove the RXf_ANCH flags to intflags as PREGf_ANCH_xxx...
2014-01-30 Yves Ortonmove RXf_GPOS_SEEN and RXf_GPOS_FLOAT to intflags
2014-01-30 Yves OrtonRename RXf_CANY_SEEN to PREGf_CANY_SEEN and move from...
2014-01-30 Yves Ortonmove RXf_NOSCAN from extflags to intflags as PREGf_NOSCAN
2014-01-04 Brian Fraserdump.c, sv_dump: Escape the name of the OUTSIDE sub
2014-01-04 Brian Frasersv_peek didn't add quotes before, doesn't need them now
2014-01-04 Brian FraserMake dump.c nul-and-UTF8 clean
2013-12-29 Father Chrysostomosperlapi: Consistent spaces after dots
2013-12-23 Matthew HorsfallRearrange dump.c to organize docs. Add some perlapi...
2013-11-16 David MitchellRevert "make perl core quiet under -Wfloat-equal"
2013-11-09 David Mitchellmake perl core quiet under -Wfloat-equal
2013-11-09 Father ChrysostomosMake &CORE::exit respect vmsish exit hint
2013-11-09 Father ChrysostomosUpdate dump.c for the exit->nextstate hush hint move
2013-11-08 Father ChrysostomosWarn for all uses of %hash{...} in scalar cx
2013-10-24 Father ChrysostomosAdd OPpLVALUE flag
2013-09-16 Father ChrysostomosRemove OPpCONST_FOLDED
2013-09-15 Father ChrysostomosReduce false positives for @hsh{$s} and @ary[$s] warnings
2013-09-15 Father Chrysostomosdump.c: Dump SLICEWARNING flag for kv[ah]slice, too
2013-09-13 Father ChrysostomosFewer false positives for %hash{$scalar} warning
2013-08-29 Karl Williamsondump.c: Make less ASCII-centric:
2013-08-25 Father ChrysostomosStop pos() from being confused by changing utf8ness
2013-08-25 Father ChrysostomosUse SSize_t for arrays
2013-08-25 Father ChrysostomosUse SSize_t for tmps stack offsets
2013-08-10 Father Chrysostomosdump.c: Dump contents of regexps’ mother_re field
2013-08-01 Karl Williamsondump.c: White-space only
2013-08-01 Karl WilliamsonExtend sv_dump() to dump SVt_INVLIST
2013-07-30 Father ChrysostomosSkip trailing constants when searching pads
2013-07-19 Reini Urbanmore op_folded support: B, dump
2013-07-16 Karl WilliamsonReinstate "Create SVt_INVLIST"
2013-07-05 Karl WilliamsonRevert "Create SVt_INVLIST"
2013-07-04 Karl WilliamsonCreate SVt_INVLIST
2013-07-02 Steffen Mueller-DPERL_TRACE_OPS to produce reports on executed OP...
2013-06-23 Father Chrysostomosdump.c: Dump PV fields of SVt_PVIOs
2013-06-23 Father ChrysostomosStop split from mangling constants
2013-06-21 Father ChrysostomosRemove BmRARE and BmPREVIOUS
2013-05-29 Nicholas ClarkCache HvFILL() for larger hashes, and update on inserti...
2013-05-18 Karl WilliamsonRemove core references to SVt_BIND
2013-05-09 Nicholas ClarkRemove PERL_ASYNC_CHECK() from Perl_leave_scope().
2013-05-09 David Mitchelldump.c: avoid compiler warning under -Dmad
2013-05-07 Yves OrtonMake it possible to disable and control hash key traver...
2013-03-27 Yves Ortonprevent SEGV from buffer read overrun, and refactor...
2013-03-27 Yves Ortonrework split() special case interaction with regex...
2013-03-24 Yves Ortonimprove how Devel::Peek::Dump handles iterator information
2013-03-23 David MitchellRevert "fix Peek.t to work with NEW COW"
2013-03-23 David Mitchellfix Peek.t to work with NEW COW
2012-12-15 Yves OrtonSilence a warning under clang/asan
2012-12-11 Father ChrysostomosCopy keys for aassign in lvalue sub
2012-12-10 Father ChrysostomosSwitch dump.c over to using SvREFCNT_dec_NN
2012-12-04 David Mitchellsilence some clang warnings
2012-11-27 Father ChrysostomosNew COW mechanism
2012-11-17 Yves OrtonHash Function Change - Murmur hash and true per process...
2012-11-14 Father Chrysostomosdump.c: Fix non-mad threaded build error
2012-11-14 Father ChrysostomosSVf_IsCOW
2012-11-14 Reini UrbanCombine duplicate dump code
2012-11-10 David Mitchelladd padrange op
2012-11-05 Steffen MuellerAdd C define to remove taint support from perl origin/smueller/no_taint3
2012-10-30 Father ChrysostomosAllow regexp-to-pvlv assignment
2012-10-12 Father ChrysostomosDefine RXf_SPLIT and RXf_SKIPWHITE as 0
2012-09-16 Father Chrysostomosdump.c: Dump CvNAME_HEK
2012-09-08 David MitchellDon't copy all of the match string buffer
2012-08-28 Shawn M Moore"op-entry" DTrace probe
2012-08-26 Father ChrysostomosCorrect typo in flag name
2012-08-26 Father ChrysostomosBanish boolkeys
2012-08-25 Father ChrysostomosOptimise %hash in sub { %hash || ... }
2012-08-23 Father ChrysostomosUse FooBAR convention for new pad macros
2012-08-21 Father ChrysostomosStop padlists from being AVs
2012-08-21 Father ChrysostomosUse PADLIST in more places
2012-08-05 Father ChrysostomosAdd a depth field to formats
2012-08-05 Father ChrysostomosDisallow setting SvPV on formats
2012-08-05 Father ChrysostomosMake PL_(top|body|form)target PVIVs
2012-07-15 Father Chrysostomosdump.c: Dump op->op_s(labbed|avefree)
2012-07-15 Father ChrysostomosRemove op_latefree(d)
2012-07-05 Father ChrysostomosRecord folded constants in the op tree
2012-06-29 Father Chrysostomosdump.c: Dump CVf_SLABBED
2012-06-21 Father ChrysostomosTeach dump.c about CVf_HASEVAL
2012-06-13 David Mitchelleliminate RExC_seen_evals and RExC_rx->seen_evals
2012-06-13 David Mitchelladd PMf_IS_QR flag
2012-06-13 David Mitchellfix dumping of PMf_CODELIST_PRIVATE flag
2012-06-13 David Mitchelladd PMf_CODELIST_PRIVATE flag
2012-06-13 David Mitchellmake qr/(?{})/ behave with closures
2012-06-13 David MitchellMostly complete fix for literal /(?{..})/ blocks
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-05-22 Father ChrysostomosRemove OPpCONST_WARNING
2012-03-20 Karl WilliamsonUse the new utf8 to code point functions
2011-12-04 Father ChrysostomosAdjust substr offsets when using, not when creating...
next