summaryrefslogtreecommitdiff
path: root/dump.c
Commit message (Expand)AuthorAgeFilesLines
* Use the new utf8 to code point functionsKarl Williamson2012-03-191-2/+2
* Adjust substr offsets when using, not when creating, lvalueFather Chrysostomos2011-12-041-0/+1
* narrower localisation of PL_compcv around evalZefram2011-11-191-1/+1
* in op_dump() / -Dx, replace "DONE" with "NULL"David Mitchell2011-10-171-1/+1
* simplify op_dump() / -Dx sequencingDavid Mitchell2011-10-171-106/+17
* Resolve XS AUTOLOAD-prototype conflictFather Chrysostomos2011-10-091-3/+8
* make SVs_PADTMP and SVs_PADSTALE share a bitDavid Mitchell2011-10-071-2/+4
* remove index offsetting ($[)Zefram2011-09-091-3/+0
* [perl #97088] Prevent double get-magic in various casesGerard Goossen2011-08-241-4/+0
* [perl #96126] Allocate CvFILE more simplyFather Chrysostomos2011-08-171-0/+1
* Remove OPpENTERSUB_NOMOD.Gerard Goossen2011-08-151-3/+0
* [perl #85026] Iterate hashes by hand during do_sv_dumpTon Hospel2011-06-111-12/+24
* Revert "Perl_do_sv_dump: alert when skipping elements"Father Chrysostomos2011-06-111-27/+22
* Generate magic_names in dump.c using mg_vtable.pl.Nicholas Clark2011-06-111-43/+1
* Provide the names of the magic vtables in PL_magic_vtable_names[].Nicholas Clark2011-06-111-33/+5
* Replace references to PL_vtbl_{bm,fm} in the code with PL_vtbl_regexp.Nicholas Clark2011-06-111-2/+0
* Abolish PL_vtbl_sig. It's been all 0s since it was added in 5.0 alpha 2.Nicholas Clark2011-06-111-1/+0
* Don't even declare PL_vtbl_sigelem under -DPERL_MICRONicholas Clark2011-06-111-0/+2
* Store FBMs in PVMGs, instead of GVs.Nicholas Clark2011-06-111-7/+8
* Use SvTAIL() instead of BmFLAGS(). The core no longer uses BmFLAGS().Nicholas Clark2011-06-111-1/+0
* Test that SvFLAGS() & SVpad_NAME is SVpad_NAME, not just non-zero.Nicholas Clark2011-06-111-3/+5
* Perl_do_sv_dump() shouldn't show "IV" for a FBM, as it's not valid.Nicholas Clark2011-06-111-2/+2
* In Perl_pv_escape(), avoid reading 1 byte beyond the end of the buffer.Nicholas Clark2011-05-241-1/+1
* Clean: Actually use HvUSEDKEYS() instead of HvKEYS()Michael Witten2011-05-181-4/+4
* Store the compiled format in mg_ptr instead of after SvCUR() - fixes RT #89218Nicholas Clark2011-05-181-1/+0
* Fix excess whitespace in pod.Michael Stevens2011-02-041-3/+3
* Perl_do_sv_dump: dump REGEXP bodyDavid Mitchell2011-01-301-4/+85
* Perl_do_sv_dump: move stub REGEXP codeDavid Mitchell2011-01-301-7/+6
* Perl_do_sv_dump: add some blank lines and headersDavid Mitchell2011-01-301-0/+23
* Remove vestigial ORANGE referencesDavid Mitchell2011-01-301-1/+1
* clear up unused var warning in prev patchChip Salzenberg2011-01-211-1/+3
* Since xmldump_packsubs does not actually output XML, don't call it from xmldu...Chip Salzenberg2011-01-211-1/+0
* pv_escape: Add option to dump all non-ascii as hexKarl Williamson2010-12-191-5/+9
* dump.c: correct pod statementKarl Williamson2010-12-191-5/+4
* Refactor ENAME dumping in Perl_do_sv_dump() to simplify the code slightly.Nicholas Clark2010-11-251-19/+16
* Convert xhv_name in struct xpvhv_aux to be a union of HEK* and HEK**Nicholas Clark2010-11-241-2/+2
* Clarify the hekp assignment in dump.cFather Chrysostomos2010-11-221-0/+7
* Fix NAMECOUNT output format in dump.cFather Chrysostomos2010-10-291-2/+2
* Teach dump.c about all magic flagsFlorian Ragwitz2010-10-291-5/+11
* Teach dump.c about ENAMEsFather Chrysostomos2010-10-281-0/+31
* plugin mechanism to rewrite calls to a subroutineZefram2010-10-101-0/+1
* Remove MEMBER_TO_FPTR.Ben Morrow2010-10-061-2/+2
* systematically provide pv/pvn/pvs/sv quartetsZefram2010-09-281-0/+7
* prevent Devel::Peek::Dump from lieing to us about evil class namesYves Orton2010-08-251-1/+8
* Remove CALL_FPTR and CPERLscope.Ben Morrow2010-08-201-1/+1
* DEBUG_LEAKING_SCALARS: add sv_debug_parentDavid Mitchell2010-08-011-2/+2
* Dump didn't display CVf_ISXSUB flagDavid Mitchell2010-07-291-1/+2
* Perl_do_sv_dump didn't increase nesting for magicDavid Mitchell2010-07-291-1/+1
* Perl_do_sv_dump: alert when skipping elementsDavid Mitchell2010-07-291-22/+27
* add CVf_CVGV_RC flagDavid Mitchell2010-07-181-1/+2