summaryrefslogtreecommitdiff
path: root/dump.c
Commit message (Expand)AuthorAgeFilesLines
* Add a depth field to formatsFather Chrysostomos2012-08-051-2/+1
* Disallow setting SvPV on formatsFather Chrysostomos2012-08-051-1/+1
* Make PL_(top|body|form)target PVIVsFather Chrysostomos2012-08-051-2/+0
* dump.c: Dump op->op_s(labbed|avefree)Father Chrysostomos2012-07-141-1/+3
* Remove op_latefree(d)Father Chrysostomos2012-07-141-7/+1
* Record folded constants in the op treeFather Chrysostomos2012-07-041-0/+3
* dump.c: Dump CVf_SLABBEDFather Chrysostomos2012-06-291-0/+1
* Teach dump.c about CVf_HASEVALFather Chrysostomos2012-06-201-0/+1
* eliminate RExC_seen_evals and RExC_rx->seen_evalsDavid Mitchell2012-06-131-2/+0
* add PMf_IS_QR flagDavid Mitchell2012-06-131-1/+2
* fix dumping of PMf_CODELIST_PRIVATE flagDavid Mitchell2012-06-131-1/+1
* add PMf_CODELIST_PRIVATE flagDavid Mitchell2012-06-131-2/+8
* make qr/(?{})/ behave with closuresDavid Mitchell2012-06-131-0/+3
* Mostly complete fix for literal /(?{..})/ blocksDavid Mitchell2012-06-131-0/+4
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* Remove OPpCONST_WARNINGFather Chrysostomos2012-05-211-4/+1
* 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