doc f7abe7
[p5sagit/p5-mst-13.2.git] / dump.c
2007-01-03 Nicholas Clark Rename OURSTASH to SvOURSTASH and OURSTASH_set to SvOUR...
2007-01-03 Nicholas Clark Teach dump about OURSTASH and COP ranges stored in...
2007-01-02 Nicholas Clark Update copyright years to include 2007. (Plus a couple...
2007-01-02 Nicholas Clark PVMG can be isUV too.
2006-12-31 Nicholas Clark Move SVt_BIND to be the lowest type after SVt_NULL...
2006-12-29 Dave Mitchell further fix for #29543: fix parser leaks caused by...
2006-12-16 Nicholas Clark Add a new flag SVprv_PCS_IMPORTED (which is a pseudonym...
2006-12-16 Nicholas Clark Split out the use of SVp_SCREAM for GVs with GPs into...
2006-12-13 Dave Mitchell misc MAD coredump fixes and parser leak fixes
2006-12-13 Nicholas Clark Eliminate PVBM. Store fast Boyer-Moore tables in PVGV.
2006-12-12 Nicholas Clark Correct the dumping logic for the various bits of flag...
2006-12-12 Nicholas Clark Shrink Perl_sv_peek() and Perl_do_sv_dump() by using...
2006-11-23 Yves Orton Cleanup regexp flags and structure
2006-10-18 Nicholas Clark Using explicit printf-like APIs with a format of "...
2006-10-07 Yves Orton Re: [PATCH] Initial attempt at named captures for perls...
2006-09-05 Robin Barker ; was RE: [PATCH perlio.c pp.c regcomp.c] silence forma...
2006-08-08 Jarkko Hietaniemi g++ stage 1 reached
2006-08-07 Jarkko Hietaniemi g++ large patch
2006-07-16 Yves Orton Re: Fix loads of warnings from the last escaping patch...
2006-07-15 Yves Orton Updated escaping code. utf8 regex debug output improvements
2006-07-06 Yves Orton Introduce a new function, pv_escape(), to display conte...
2006-06-07 Andy Lester dump.c patches
2006-05-20 Dave Mitchell don't try to dump GVish parts of an LV if it hasn't...
2006-05-03 Rafael Garcia-Suarez Introduce a new keyword, state, for state variables.
2006-05-03 Andy Lester clean up loops in doio.c and dump.c
2006-04-26 Marcus Holland-Moritz Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2
2006-04-20 Andy Lester op_type shrinking
2006-04-19 Nicholas Clark Calling cv_undef() on the CV created by newCONSTSUB...
2006-04-18 Steve Peters A fix to change #27845 to get it to compile with -DPERL...
2006-04-16 Andy Lester dump.c patch redux
2006-04-15 Nicholas Clark Teach Perl_do_sv_dump how to cope with IOs that have...
2006-03-31 Nicholas Clark Serialise changes to %^H onto the current COP. Return...
2006-03-31 Andy Lester Random accumulated patches
2006-03-15 Nicholas Clark Moving the overloading flag from the reference to the...
2006-03-09 Nicholas Clark Remove two NEWSV()s in the non-ithread dump code that...
2006-03-09 Nicholas Clark Fix C99ism in dump.c
2006-03-08 Nicholas Clark MAD changes to dump.c
2006-02-25 Nicholas Clark Curiously none of the macros SvIVX, SvUVX or SvNVX...
2006-02-25 Nicholas Clark Store GvGP in the SV head union. For all the common...
2006-02-23 Nicholas Clark Replace direct flags tests ...
2006-02-23 Nicholas Clark Remove set magic from typeglobs. Remove typeglob magic...
2006-02-22 Nicholas Clark sv_dump should report the PV for PVGVs, as it can get...
2006-02-20 Nicholas Clark PVCVs don't need XNVs either.
2006-02-20 Nicholas Clark PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX...
2006-02-20 Nicholas Clark Fix sv_dump to dump formats without the (non-existent...
2006-02-20 Nicholas Clark xcv_root and xcv_xsub can also be merged into a union...
2006-02-20 Nicholas Clark xcv_start and xcv_xsubany can be merged into a union...
2006-02-20 Nicholas Clark Add a new CvISXSUB() macro, for abstracting the test...
2006-02-03 Steven Schubiger Re: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-03 Steven Schubiger s/Nullcv/NULL/g
2006-02-02 Steven Schubiger Re: [PATCH] s/Null(av|ch)/NULL/g
2006-01-18 Steve Hay Change all NEWSV() to newSV() in the core and non-dual...
2006-01-06 Jarkko Hietaniemi sprinkle dVAR
2006-01-04 Rafael Garcia-Suarez More copyright updates
2006-01-04 Gisle Aas Introduce the macros newSVpvs(str) and sv_catpvs(sv...
2005-12-30 Nicholas Clark RMAGIC on symbol tables is bad, m'kay.
2005-12-29 Andy Lester av.c cleanup, plus!
2005-12-22 Andy Lester Ho! Ho! Ho! Santa brings consting!
2005-12-19 Nicholas Clark Make sv_dump (and therefore Devel::Peek) report the...
2005-12-06 Andy Lester More consting, and putting stuff in embed.fnc
2005-08-16 Rafael Garcia-Suarez Fix for [perl #36853] -Dx can crash bleadperl
2005-07-15 Andy Lester more embed cleanup
2005-07-08 Jim Cromie Re: janitorial work ? [patch]
2005-06-30 Nicholas Clark If gp_flags is unused, why are we even allocating it?
2005-06-21 Nicholas Clark weak references aren't UVs, do don't show this in the...
2005-06-10 Nicholas Clark Move SvPV consting, remove an n_a, and correct one...
2005-06-09 Nicholas Clark Fixes the case of $a = \$#{[]}; and then accessing $$a
2005-06-08 Nicholas Clark More SvPV consting
2005-06-08 Nicholas Clark Nuke some more n_a, and convert S_gv_ename from char...
2005-06-08 Nicholas Clark s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/g
2005-06-03 Andy Lester Random consting
2005-05-29 Nicholas Clark Goodbye xav_arylen. You won't be missed that much.
2005-05-21 Nicholas Clark Add a union in place of xnv_nv, which allows AVs and...
2005-05-21 Nicholas Clark Move hv_name, hv_eiter and hv_riter into a new aux...
2005-05-21 Nicholas Clark Move placeholders into a new rhash magic type.
2005-05-21 Steve Peters SvPVX_const - patch #2
2005-05-20 Nicholas Clark Remove PMROOT and replace it with a small shell script...
2005-05-20 Nicholas Clark Goodbye AvFLAGS
2005-05-16 Andy Lester consting-eleventy.patch: More consts, plus actual bug fix
2005-05-11 Rafael Garcia-Suarez Include vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-Suarez Add editor boilerplates to all C files
2005-05-10 Nicholas Clark s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/
2005-04-21 Jarkko Hietaniemi Symbian port of Perl
2005-04-19 Steve Peters Refactoring to Sv*_set() macros - patch #5
2005-04-19 Dave Mitchell Add CLONE_SKIP() class method to allow individual class...
2005-04-04 Andy Lester const-eight.diff
2005-03-30 Rafael Garcia-Suarez Update copyrights.
2005-03-28 Dave Mitchell expand -DDEBUG_LEAKING_SCALARS to instrument the creati...
2005-03-24 Andy Lester Third consting batch
2005-03-21 Andy Lester More consting goodness
2005-02-26 Nicholas Clark SvUTF8 can be present on scalars other than PVs
2004-08-01 Dave Mitchell Add comment to top of reentr.c and fix typos in other...
2004-07-31 Dave Mitchell Add comment to the top of most .c files explaining...
2004-07-25 Dave Mitchell make -Dl log runops loop entry and exit, and jump level...
2004-03-28 Dave Mitchell update -Dx to cope with lexical version of OP_AELEMFAST
2004-03-28 Dave Mitchell pv_display() had code to display \n etc as escapes...
2004-03-17 Robin Barker format/casting/warning RE: perl 5.9.1
2004-03-16 Rafael Garcia-Suarez Update copyright notices
2004-02-28 Marcus Holland-Moritz Fix segfaults when running under -Dx.
2004-02-21 Paul Johnson Re: op_seq (was: Freeing code)
next