This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
POSIX.xs: Convert to use is_utf8_non_invariant_string()
[perl5.git] / dump.c
2017-11-13 David Mitchellchange OP_MULTICONCAT nargs from UV to SSize_t
2017-11-13 David Mitchellrename op_aux field from 'size' to 'ssize'
2017-10-31 David MitchellAdd OP_MULTICONCAT op
2017-08-29 Lukas Maifix typo in comment
2017-08-17 David MitchellS_opdump_indent(): avoid shift overflow
2017-08-04 David Mitchellsv_dump(): display regex LEN and LV-as-RX regexp
2017-07-27 David Mitchelladd PL_sv_zero
2017-07-16 David MitchellPL_curstackinfo->si_stack_hwm: gently restore
2017-06-24 Lukas Maifix #ifdef directives with extra tokens
2017-06-24 David Mitchelladd PL_curstackinfo->si_stack_hwm
2017-03-17 David MitchellPERL_GLOBAL_STRUCT_PRIVATE: dump.c:op_class_names
2017-02-27 David MitchellS_do_op_dump_bar(): don't print TRANS op_pv field
2017-02-03 Steffen MuellerHvTOTALKEYS() takes a HV* as argument
2017-01-28 Zeframin dump_sub() handle CV ref used as GV
2017-01-24 Aaron CranePerl_sv_dump(): allow a null-pointer argument
2017-01-24 David MitchellS_do_pmop_dump_bar() reduce scope of ch variable
2017-01-24 David Mitchellhandle op_pv better in op_clear() and op_dump()
2017-01-23 David Mitchelldump.c: handle GV being really a ref to a CV
2017-01-23 David Mitchellreindent OP_AELEMFAST block in S_do_op_dump_bar()
2017-01-23 David Mitchellop_dump(): no OPf_SPECIAL on AELEMFAST,GVSV,GV
2017-01-23 David Mitchellfix some more bizarre indention in dump.c
2017-01-21 David MitchellS_do_op_dump_bar(): fix some weird indentation
2017-01-21 David Mitchellrevamp the op_dump() output format
2017-01-21 David Mitchelladd Perl_op_class(o) API function
2016-11-18 Karl WilliamsonChange white space to avoid C++ deprecation warning
2016-11-14 David Mitchelleliminate OPpRUNTIME private PMOP flag
2016-11-12 David Mitchelleliminate SVpbm_VALID flag
2016-11-12 David MitchellOnly test SvTAIL when SvVALID
2016-11-12 David MitchellEliminate SVrepl_EVAL and SvEVALED()
2016-11-12 David Mitchellop_dump() - remove extra indentation from PMOP
2016-11-12 David Mitchelldump.c: don't display an ARRAY's ARYLEN field
2016-10-26 David Mitchell-DsR : display unTEMPed temps with "t" not "T"
2016-10-19 Yves Ortondump.c: use new SvPVCLEAR and constant string friendly...
2016-10-04 David Mitchellmake OP_SPLIT a PMOP, and eliminate OP_PUSHRE
2016-09-05 David Mitchelldo_sv_dump(): handle CvSTART() as slab address
2016-08-10 David Mitchelldump.c: dump physical, not logical, AVs
2016-08-03 David Mitchelladd OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK ops
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
next