| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a depth field to formats | Father Chrysostomos | 2012-08-05 | 1 | -2/+1 |
* | Disallow setting SvPV on formats | Father Chrysostomos | 2012-08-05 | 1 | -1/+1 |
* | Make PL_(top|body|form)target PVIVs | Father Chrysostomos | 2012-08-05 | 1 | -2/+0 |
* | dump.c: Dump op->op_s(labbed|avefree) | Father Chrysostomos | 2012-07-14 | 1 | -1/+3 |
* | Remove op_latefree(d) | Father Chrysostomos | 2012-07-14 | 1 | -7/+1 |
* | Record folded constants in the op tree | Father Chrysostomos | 2012-07-04 | 1 | -0/+3 |
* | dump.c: Dump CVf_SLABBED | Father Chrysostomos | 2012-06-29 | 1 | -0/+1 |
* | Teach dump.c about CVf_HASEVAL | Father Chrysostomos | 2012-06-20 | 1 | -0/+1 |
* | eliminate RExC_seen_evals and RExC_rx->seen_evals | David Mitchell | 2012-06-13 | 1 | -2/+0 |
* | add PMf_IS_QR flag | David Mitchell | 2012-06-13 | 1 | -1/+2 |
* | fix dumping of PMf_CODELIST_PRIVATE flag | David Mitchell | 2012-06-13 | 1 | -1/+1 |
* | add PMf_CODELIST_PRIVATE flag | David Mitchell | 2012-06-13 | 1 | -2/+8 |
* | make qr/(?{})/ behave with closures | David Mitchell | 2012-06-13 | 1 | -0/+3 |
* | Mostly complete fix for literal /(?{..})/ blocks | David Mitchell | 2012-06-13 | 1 | -0/+4 |
* | update the editor hints for spaces, not tabs | Ricardo Signes | 2012-05-29 | 1 | -2/+2 |
* | Remove OPpCONST_WARNING | Father Chrysostomos | 2012-05-21 | 1 | -4/+1 |
* | Use the new utf8 to code point functions | Karl Williamson | 2012-03-19 | 1 | -2/+2 |
* | Adjust substr offsets when using, not when creating, lvalue | Father Chrysostomos | 2011-12-04 | 1 | -0/+1 |
* | narrower localisation of PL_compcv around eval | Zefram | 2011-11-19 | 1 | -1/+1 |
* | in op_dump() / -Dx, replace "DONE" with "NULL" | David Mitchell | 2011-10-17 | 1 | -1/+1 |
* | simplify op_dump() / -Dx sequencing | David Mitchell | 2011-10-17 | 1 | -106/+17 |
* | Resolve XS AUTOLOAD-prototype conflict | Father Chrysostomos | 2011-10-09 | 1 | -3/+8 |
* | make SVs_PADTMP and SVs_PADSTALE share a bit | David Mitchell | 2011-10-07 | 1 | -2/+4 |
* | remove index offsetting ($[) | Zefram | 2011-09-09 | 1 | -3/+0 |
* | [perl #97088] Prevent double get-magic in various cases | Gerard Goossen | 2011-08-24 | 1 | -4/+0 |
* | [perl #96126] Allocate CvFILE more simply | Father Chrysostomos | 2011-08-17 | 1 | -0/+1 |
* | Remove OPpENTERSUB_NOMOD. | Gerard Goossen | 2011-08-15 | 1 | -3/+0 |
* | [perl #85026] Iterate hashes by hand during do_sv_dump | Ton Hospel | 2011-06-11 | 1 | -12/+24 |
* | Revert "Perl_do_sv_dump: alert when skipping elements" | Father Chrysostomos | 2011-06-11 | 1 | -27/+22 |
* | Generate magic_names in dump.c using mg_vtable.pl. | Nicholas Clark | 2011-06-11 | 1 | -43/+1 |
* | Provide the names of the magic vtables in PL_magic_vtable_names[]. | Nicholas Clark | 2011-06-11 | 1 | -33/+5 |
* | Replace references to PL_vtbl_{bm,fm} in the code with PL_vtbl_regexp. | Nicholas Clark | 2011-06-11 | 1 | -2/+0 |
* | Abolish PL_vtbl_sig. It's been all 0s since it was added in 5.0 alpha 2. | Nicholas Clark | 2011-06-11 | 1 | -1/+0 |
* | Don't even declare PL_vtbl_sigelem under -DPERL_MICRO | Nicholas Clark | 2011-06-11 | 1 | -0/+2 |
* | Store FBMs in PVMGs, instead of GVs. | Nicholas Clark | 2011-06-11 | 1 | -7/+8 |
* | Use SvTAIL() instead of BmFLAGS(). The core no longer uses BmFLAGS(). | Nicholas Clark | 2011-06-11 | 1 | -1/+0 |
* | Test that SvFLAGS() & SVpad_NAME is SVpad_NAME, not just non-zero. | Nicholas Clark | 2011-06-11 | 1 | -3/+5 |
* | Perl_do_sv_dump() shouldn't show "IV" for a FBM, as it's not valid. | Nicholas Clark | 2011-06-11 | 1 | -2/+2 |
* | In Perl_pv_escape(), avoid reading 1 byte beyond the end of the buffer. | Nicholas Clark | 2011-05-24 | 1 | -1/+1 |
* | Clean: Actually use HvUSEDKEYS() instead of HvKEYS() | Michael Witten | 2011-05-18 | 1 | -4/+4 |
* | Store the compiled format in mg_ptr instead of after SvCUR() - fixes RT #89218 | Nicholas Clark | 2011-05-18 | 1 | -1/+0 |
* | Fix excess whitespace in pod. | Michael Stevens | 2011-02-04 | 1 | -3/+3 |
* | Perl_do_sv_dump: dump REGEXP body | David Mitchell | 2011-01-30 | 1 | -4/+85 |
* | Perl_do_sv_dump: move stub REGEXP code | David Mitchell | 2011-01-30 | 1 | -7/+6 |
* | Perl_do_sv_dump: add some blank lines and headers | David Mitchell | 2011-01-30 | 1 | -0/+23 |
* | Remove vestigial ORANGE references | David Mitchell | 2011-01-30 | 1 | -1/+1 |
* | clear up unused var warning in prev patch | Chip Salzenberg | 2011-01-21 | 1 | -1/+3 |
* | Since xmldump_packsubs does not actually output XML, don't call it from xmldu... | Chip Salzenberg | 2011-01-21 | 1 | -1/+0 |
* | pv_escape: Add option to dump all non-ascii as hex | Karl Williamson | 2010-12-19 | 1 | -5/+9 |
* | dump.c: correct pod statement | Karl Williamson | 2010-12-19 | 1 | -5/+4 |