summaryrefslogtreecommitdiff
path: root/dump.c
Commit message (Expand)AuthorAgeFilesLines
...
* dump.c patch reduxAndy Lester2006-04-161-54/+40
* Teach Perl_do_sv_dump how to cope with IOs that have bogus things inNicholas Clark2006-04-151-3/+26
* Serialise changes to %^H onto the current COP. Return the compile timeNicholas Clark2006-03-311-0/+3
* Random accumulated patchesAndy Lester2006-03-311-3/+3
* Moving the overloading flag from the reference to the referant allowsNicholas Clark2006-03-151-2/+1
* Remove two NEWSV()s in the non-ithread dump code that got missed.Nicholas Clark2006-03-091-2/+2
* Fix C99ism in dump.cNicholas Clark2006-03-091-2/+2
* MAD changes to dump.cNicholas Clark2006-03-081-0/+970
* Curiously none of the macros SvIVX, SvUVX or SvNVX are used onNicholas Clark2006-02-251-3/+4
* Store GvGP in the SV head union. For all the common lookups [eg GvCV()]Nicholas Clark2006-02-251-1/+3
* Replace direct flags tests & manipulations for SVpad_TYPED andNicholas Clark2006-02-231-3/+3
* Remove set magic from typeglobs. Remove typeglob magic entirely.Nicholas Clark2006-02-231-2/+0
* sv_dump should report the PV for PVGVs, as it can get set.Nicholas Clark2006-02-221-1/+1
* PVCVs don't need XNVs either.Nicholas Clark2006-02-201-1/+1
* PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX, so movingNicholas Clark2006-02-201-2/+2
* Fix sv_dump to dump formats without the (non-existent) NVX.Nicholas Clark2006-02-201-1/+2
* xcv_root and xcv_xsub can also be merged into a union, providing a newNicholas Clark2006-02-201-7/+14
* xcv_start and xcv_xsubany can be merged into a union, as they are neverNicholas Clark2006-02-201-2/+2
* Add a new CvISXSUB() macro, for abstracting the test as to whether aNicholas Clark2006-02-201-1/+1
* Re: [PATCH] s/Null(gv|hv|sv)/NULL/gSteven Schubiger2006-02-031-1/+1
* s/Nullcv/NULL/gSteven Schubiger2006-02-031-1/+1
* Re: [PATCH] s/Null(av|ch)/NULL/gSteven Schubiger2006-02-021-6/+6
* Change all NEWSV() to newSV() in the core and non-dual-lived modules.Steve Hay2006-01-181-2/+2
* sprinkle dVARJarkko Hietaniemi2006-01-061-0/+12
* More copyright updatesRafael Garcia-Suarez2006-01-041-1/+1
* Introduce the macros newSVpvs(str) and sv_catpvs(sv, str).Gisle Aas2006-01-041-14/+14
* RMAGIC on symbol tables is bad, m'kay.Nicholas Clark2005-12-301-0/+9
* av.c cleanup, plus!Andy Lester2005-12-291-2/+2
* Ho! Ho! Ho! Santa brings consting!Andy Lester2005-12-221-4/+5
* Make sv_dump (and therefore Devel::Peek) report the value of theNicholas Clark2005-12-191-1/+15
* More consting, and putting stuff in embed.fncAndy Lester2005-12-061-15/+17
* Fix for [perl #36853] -Dx can crash bleadperlRafael Garcia-Suarez2005-08-161-4/+2
* more embed cleanupAndy Lester2005-07-151-1/+1
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-1/+1
* If gp_flags is unused, why are we even allocating it?Nicholas Clark2005-06-301-1/+0
* weak references aren't UVs, do don't show this in the dump flags.Nicholas Clark2005-06-211-1/+1
* Move SvPV consting, remove an n_a, and correct one error in Move()Nicholas Clark2005-06-101-9/+9
* Fixes the case of $a = \$#{[]}; and then accessing $$aNicholas Clark2005-06-091-0/+1
* More SvPV constingNicholas Clark2005-06-081-1/+1
* Nuke some more n_a, and convert S_gv_ename from char * to const char *Nicholas Clark2005-06-081-4/+3
* s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/gNicholas Clark2005-06-081-2/+2
* Random constingAndy Lester2005-06-031-4/+4
* Goodbye xav_arylen. You won't be missed that much.Nicholas Clark2005-05-291-1/+2
* Add a union in place of xnv_nv, which allows AVs and HVs to re-useNicholas Clark2005-05-211-2/+4
* Move hv_name, hv_eiter and hv_riter into a new aux structure.Nicholas Clark2005-05-211-9/+14
* Move placeholders into a new rhash magic type.Nicholas Clark2005-05-211-0/+1
* SvPVX_const - patch #2Steve Peters2005-05-211-17/+18
* Remove PMROOT and replace it with a small shell script. Er, magic.Nicholas Clark2005-05-201-2/+7
* Goodbye AvFLAGSNicholas Clark2005-05-201-4/+4
* consting-eleventy.patch: More consts, plus actual bug fixAndy Lester2005-05-161-5/+5