summaryrefslogtreecommitdiff
path: root/dump.c
Commit message (Expand)AuthorAgeFilesLines
* Dump empty-string ENAMEs as empty stringsFather Chrysostomos2016-05-151-1/+1
* rename and function-ise dtrace macrosDavid Mitchell2016-03-181-1/+1
* document args of Perl_do_sv_dump()David Mitchell2016-03-021-0/+10
* Add missing break in switch.Jarkko Hietaniemi2016-02-071-0/+1
* Perl_runops_debug(): do FREETMPSDavid Mitchell2016-02-031-0/+4
* Add STATICs to S_ functions.Jarkko Hietaniemi2016-01-291-1/+1
* Various pods: Add C<> around many typed-as-is thingsKarl Williamson2015-09-031-23/+23
* Eliminate PL_sawalias, GPf_ALIASED_SVDavid Mitchell2015-08-171-1/+1
* mg_names.c -> mg_names.incJarkko Hietaniemi2015-07-221-1/+1
* Remove NEW_ from PERL_NEW_COPY_ON_WRITEFather Chrysostomos2015-06-291-1/+1
* Remove PERL_OLD_COPY_ON_WRITEFather Chrysostomos2015-06-291-9/+0
* Cannot do much if putc fails in debug output.Jarkko Hietaniemi2015-06-261-11/+11
* silence some gcc -pendantic warningsDavid Mitchell2015-06-191-3/+3
* remove deprecated /\C/ RE character classDavid Mitchell2015-06-191-1/+0
* rename op_lastsib to op_moresib, and invert logicDavid Mitchell2015-04-191-1/+1
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* Change some locale manipulation macros in prep for APIKarl Williamson2015-03-191-4/+4
* make perl -Dt display padnames with sort blocksDavid Mitchell2015-03-131-12/+20
* Perl_multideref_stringify: don't SEGV on null cvDavid Mitchell2015-03-131-15/+30
* don't test non-null argsDavid Mitchell2015-03-111-3/+0
* sprinkle NOTREACHED and FALLTHROUGHDavid Mitchell2015-03-051-0/+10
* do_op_dump(): handle unknown op_private enumsDavid Mitchell2015-02-261-1/+4
* restate -Dx dumping top-level subsDavid Mitchell2015-02-261-1/+4
* rename unop_aux_stringify to multideref_stringifyDavid Mitchell2015-01-271-4/+4
* Support for nocapture regexp flag /nMatthew Horsfall (alh)2014-12-281-0/+1
* dump.c: Suppress extra sigils in multideref dumpFather Chrysostomos2014-12-201-1/+3
* dump.c:unop_aux_stringify: Use newSVpvn_flagsFather Chrysostomos2014-12-201-1/+1
* dump.c: Make static functions staticFather Chrysostomos2014-12-131-2/+2
* rename S_print_gv_name() to S_append_gv_name()David Mitchell2014-12-131-5/+5
* unop_aux_stringify(): remove redundant assignmentDavid Mitchell2014-12-101-1/+1
* Change OP_SIBLING to OpSIBLINGFather Chrysostomos2014-12-071-1/+1
* Add OP_MULTIDEREFDavid Mitchell2014-12-071-0/+193
* add S_deb_padvar() to dump.cDavid Mitchell2014-12-071-30/+35
* printf type-matching continues. again.Jarkko Hietaniemi2014-12-051-1/+1
* dump.c: Don’t dump CvOUTSIDE SV when there is noneFather Chrysostomos2014-12-041-1/+2
* dump.c: Clarify podKarl Williamson2014-12-031-3/+3
* Speed up method calls like $o->Other::method() and $o->Other::SUPER::method().syber2014-12-021-0/+2
* [perl #123223] Make PADNAME a separate typeFather Chrysostomos2014-11-301-25/+4
* Use PADNAME rather than SV in dump.c:debopFather Chrysostomos2014-11-301-2/+2
* Make PADNAMELIST a separate typeFather Chrysostomos2014-11-301-11/+4
* speedup for SUPER::method() calls.syber2014-11-281-0/+1
* printf type-matching.Jarkko Hietaniemi2014-11-271-1/+1
* add xs_handshake APIDaniel Dragan2014-11-071-1/+1
* dump.c: Use same code for cops and ex-copsFather Chrysostomos2014-11-061-24/+4
* dump.c: Dump seq field of nextstate opsFather Chrysostomos2014-11-061-0/+2
* free up CvPADLIST slot for XSUBs for future useDaniel Dragan2014-10-311-3/+7
* Consistent spaces after dots in perlapi.podFather Chrysostomos2014-10-281-1/+1
* dump.c: Fix C++ buildFather Chrysostomos2014-10-191-2/+2
* dump.c: Add PERL_PV_PRETTY_EXACTSIZE optionYves Orton2014-10-201-19/+39
* dump.c: Dump pmop patterns without trailing )Father Chrysostomos2014-10-121-2/+2