This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Steve Hay will release next two maints on the 25th
[perl5.git] / dump.c
2016-06-22 Yves OrtonChange scalar(%hash) to be the same as 0+keys(%hash)
2016-05-15 Father ChrysostomosDump empty-string ENAMEs as empty strings
2016-03-18 David Mitchellrename and function-ise dtrace macros
2016-03-02 David Mitchelldocument args of Perl_do_sv_dump()
2016-02-07 Jarkko HietaniemiAdd missing break in switch.
2016-02-03 David MitchellPerl_runops_debug(): do FREETMPS
2016-01-30 Jarkko HietaniemiAdd STATICs to S_ functions.
2015-09-04 Karl WilliamsonVarious pods: Add C<> around many typed-as-is things
2015-08-17 David MitchellEliminate PL_sawalias, GPf_ALIASED_SV
2015-07-22 Jarkko Hietaniemimg_names.c -> mg_names.inc
2015-06-29 Father ChrysostomosRemove NEW_ from PERL_NEW_COPY_ON_WRITE
2015-06-29 Father ChrysostomosRemove PERL_OLD_COPY_ON_WRITE
2015-06-27 Jarkko HietaniemiCannot do much if putc fails in debug output.
2015-06-19 David Mitchellsilence some gcc -pendantic warnings
2015-06-19 David Mitchellremove deprecated /\C/ RE character class
2015-04-19 David Mitchellrename op_lastsib to op_moresib, and invert logic
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-03-19 Karl WilliamsonChange some locale manipulation macros in prep for API
2015-03-13 David Mitchellmake perl -Dt display padnames with sort blocks
2015-03-13 David MitchellPerl_multideref_stringify: don't SEGV on null cv
2015-03-11 David Mitchelldon't test non-null args
2015-03-05 David Mitchellsprinkle NOTREACHED and FALLTHROUGH
2015-02-26 David Mitchelldo_op_dump(): handle unknown op_private enums
2015-02-26 David Mitchellrestate -Dx dumping top-level subs
2015-01-27 David Mitchellrename unop_aux_stringify to multideref_stringify
2014-12-28 Matthew Horsfall... Support for nocapture regexp flag /n
2014-12-20 Father Chrysostomosdump.c: Suppress extra sigils in multideref dump
2014-12-20 Father Chrysostomosdump.c:unop_aux_stringify: Use newSVpvn_flags
2014-12-13 Father Chrysostomosdump.c: Make static functions static
2014-12-13 David Mitchellrename S_print_gv_name() to S_append_gv_name()
2014-12-10 David Mitchellunop_aux_stringify(): remove redundant assignment
2014-12-08 Father ChrysostomosChange OP_SIBLING to OpSIBLING
2014-12-07 David MitchellAdd OP_MULTIDEREF
2014-12-07 David Mitchelladd S_deb_padvar() to dump.c
2014-12-06 Jarkko Hietaniemiprintf type-matching continues. again.
2014-12-04 Father Chrysostomosdump.c: Don’t dump CvOUTSIDE SV when there is none
2014-12-03 Karl Williamsondump.c: Clarify pod
2014-12-03 syberSpeed up method calls like $o->Other::method() and...
2014-11-30 Father Chrysostomos[perl #123223] Make PADNAME a separate type
2014-11-30 Father ChrysostomosUse PADNAME rather than SV in dump.c:debop
2014-11-30 Father ChrysostomosMake PADNAMELIST a separate type
2014-11-29 syberspeedup for SUPER::method() calls.
2014-11-27 Jarkko Hietaniemiprintf type-matching.
2014-11-08 Daniel Draganadd xs_handshake API
2014-11-07 Father Chrysostomosdump.c: Use same code for cops and ex-cops
2014-11-07 Father Chrysostomosdump.c: Dump seq field of nextstate ops
2014-10-31 Daniel Draganfree up CvPADLIST slot for XSUBs for future use
2014-10-29 Father ChrysostomosConsistent spaces after dots in perlapi.pod
2014-10-20 Father Chrysostomosdump.c: Fix C++ build
2014-10-19 Yves Ortondump.c: Add PERL_PV_PRETTY_EXACTSIZE option
2014-10-12 Father Chrysostomosdump.c: Dump pmop patterns without trailing )
2014-10-03 syberMake OP_METHOD* to be of new class METHOP
2014-09-29 Karl WilliamsonMake space for /xx flag
2014-09-25 Father ChrysostomosRemove most uses of PADMY
2014-09-24 Father ChrysostomosAdd flags to cv_name; allow unqualified retval
2014-09-20 Father ChrysostomosAdd SVf_PROTECT
2014-09-20 Father ChrysostomosRenumber SVf_IsCOW
2014-09-19 Father ChrysostomosDump GPFLAGS
2014-09-18 Father ChrysostomosTeach dump.c:debop about CV refs in stashes
2014-09-18 Father ChrysostomosRemove GVf_IN_PAD
2014-09-17 Yves OrtonEliminate the duplicative regops BOL and EOL
2014-09-15 Father Chrysostomosdump.c: Don’t dump GvFLAGS as part of GP
2014-09-15 Father Chrysostomosdump.c: Missing comma from CVf_HASEVAL output
2014-09-15 Father ChrysostomosTeach dump.c about CVf_LEXICAL
2014-09-15 Father ChrysostomosTeach dump.c about CVf_NAMED
2014-09-10 David MitchellAutomate processing of op_private flags
2014-08-27 Jarkko HietaniemiNVgf/NVff agree with -Duselongdouble.
2014-08-22 Karl WilliamsonAdd and use macros for case-insensitive comparison
2014-08-21 David Mitchelldump.c: eliminate DUMP_OP_FLAGS/PRIVATE macros
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
next