This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Promote v5.36 usage and feature bundles doc
[perl5.git] / dump.c
2022-08-25 Yves Ortonsv.c - add a _QUOTEDPREFIX version of SVf, UTF8f, and...
2022-08-03 Paul "LeoNerd" EvansDefine the remaining convenience cMETHOP* macros
2022-07-26 Paul "LeoNerd" EvansRename CVf_METHOD to CVf_NOWARN_AMBIGUOUS
2022-07-02 Paul "LeoNerd" EvansUse HvHasAUX() rather than SvOOK() when operating on HVs
2022-05-19 Karl WilliamsonFix typos for generating perlapi
2022-05-19 Karl Williamsonperlapi: Document a few dump functions.
2022-05-12 Karl Williamsonperlapi: Mark debop as internal
2022-05-12 Karl Williamsonperlapi: Mark debprofdump internal and document it
2022-05-07 Karl WilliamsonMark internal and document sv_peek
2022-03-09 TAKAI Kousukedo_sv_dump: increase NV precision to be output
2022-03-07 Richard LeachInlined newSV_type(SVt_NULL) leaner than non-inlined...
2022-03-04 Felipe GasperMake sv_dump() (and Devel::Peek) escape PV contents...
2021-09-10 Paul "LeoNerd" EvansAdd SvIsBOOL() macro to test for SVs being boolean...
2021-09-03 Nicholas ClarkUse HvTOTALKEYS() in place of HvARRAY() in various...
2021-08-25 Nicholas ClarkChange HvUSEDKEYS(hv) to HvTOTALKEYS(hv) in Perl_do_sv_... 19083/head
2021-08-23 Nicholas ClarkUse an LVALUE hv_fetch() in S_sequence_num() instead...
2021-07-30 Karl Williamsondump.c: Save a '&' instr by casting to U8
2021-03-09 David MitchellPerl_do_sv_dump(): handle PL_strtab
2021-02-09 Hugo van der Sandengh18515: extend dumping of PM objects
2021-02-04 Paul "LeoNerd" EvansRename CxTRYBLOCK() to CxEVALBLOCK()
2021-01-17 Michael G. Schwernstyle: Detabify indentation of the C code maintained...
2020-11-06 Karl Williamsonperlapi: Split section Display and Dump
2020-09-05 Karl WilliamsonNote that some dump constant flags are not public
2020-09-04 Karl WilliamsonReorganize perlapi
2020-09-04 Karl WilliamsonChange some =head1 to apidoc_section lines
2020-07-20 Dagfinn Ilmari Man... Remove use of dVAR in core
2019-11-07 Karl WilliamsonReimplement tr/// without swashes
2019-09-03 Karl Williamsondump.c: Note that constants to pass are documented
2019-08-05 David Mitchellop_dump(): display a wild parent pointer.
2019-02-19 David Mitchelladd dVAR's for PERL_GLOBAL_STRUCT_PRIVATE builds
2018-08-06 Karl Williamsondump.c: Fix space before tabs
2018-08-06 Karl WilliamsonUse sv_catpvs where appropriate vs sv_catpv
2018-03-21 David Mitchellop_dump(): display PARENT of top-most node
2018-03-06 David Mitchellop_dump(): display op_next to self as [SELF]
2018-01-31 Karl WilliamsonSimplify some LC_NUMERIC macros
2018-01-19 David Mitchellop_dump(): dump tr/// translation table
2017-12-29 Zeframrevert smartmatch to 5.27.6 behaviour
2017-12-05 Zeframinternally change "when" to "whereso"
2017-11-29 Zeframuse LOOP struct for entergiven op
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
next