This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Simplify
[perl5.git] / dump.c
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
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
next