summaryrefslogtreecommitdiff
path: root/dump.c
Commit message (Expand)AuthorAgeFilesLines
* Move PERL_ASYNC_CHECK() from the runloop to control flow OPs.Nicholas Clark2010-04-151-1/+0
* include sv_debug_serial field in debugging outputDavid Mitchell2010-01-081-2/+5
* PVIOs don't use the SvIVX slot.Nicholas Clark2009-11-191-1/+2
* Add Perl_ck_warner_d(), which combines Perl_ckwarn_d() and Perl_warner().Nicholas Clark2009-10-121-2/+1
* Add PERL_ARGS_ASSERT_* macros where missing; move where in the wrong function.Nicholas Clark2009-09-141-4/+8
* Fix the build for -Dmad - f0e3f042f14b829f missed a couple of things.Nicholas Clark2009-09-141-3/+9
* Remove an extraneous aTHX_ added in f0e3f042f14b, which broke threaded builds.Nicholas Clark2009-08-311-1/+1
* finish implementing -DB vs. -DxChip Salzenberg2009-08-301-5/+45
* Add clear magic to %^H so that the HE chain is reset when you empty it.Zefram2009-08-211-0/+1
* sv_peek(): SvOOK offset is no longer in IVXDavid Mitchell2009-08-161-2/+5
* When dumping a hash, display the mro_meta structure if present.Nicholas Clark2009-07-251-0/+36
* fix segfault in -Dx without threadsChip Salzenberg2009-07-091-1/+1
* parenthesize check for a flagStepan Kasal2009-06-021-1/+1
* Remove CVf_LOCKED and CvLOCKED*(), now that nothing sets that flag bit.Nicholas Clark2009-04-131-1/+0
* GvUNIQUE* have been defined as 0 since 2005/06/30 - high time to remove them.Nicholas Clark2009-04-131-1/+0
* Add a dump to help tracing taint bugs, by Chip SalzenbergRafael Garcia-Suarez2008-11-151-0/+2
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2008-11-021-2/+4
* Add MUTABLE_GV(), and eliminate (V *) casts in *.c.Nicholas Clark2008-10-311-4/+4
* Eliminate (SV *) casts from the rest of *.c, picking up one (further)Nicholas Clark2008-10-301-15/+16
* Use pvs macros instead of pvn where possible.Marcus Holland-Moritz2008-10-291-19/+19
* Eliminate (AV *) casts in *.c.Nicholas Clark2008-10-291-4/+4
* Remove redundant (and wrong) prototype for pv_display()Marcus Holland-Moritz2008-10-291-3/+0
* As Perl_cv_const_sv() now takes a const CV *, use that as the cast forNicholas Clark2008-10-291-1/+1
* Remove redundant API definitions from '=for apidoc' sections.Marcus Holland-Moritz2008-10-291-7/+2
* Every remaining (HV *) cast in *.cNicholas Clark2008-10-281-2/+3
* Update copyright years.Nicholas Clark2008-10-251-2/+2
* You can't (and shouldn't) use CvDEPTH on a PVFM.Nicholas Clark2008-07-311-1/+2
* PVFMs don't need to access the IVX any more. (as of change 32836, whichNicholas Clark2008-07-121-1/+1
* Also dump the SvPVX of PVFMs.Nicholas Clark2008-07-111-1/+1
* Re: split smoke for threaded -DDEBUGGING buildsReini Urban2008-06-251-3/+5
* fix debop with pad constReini Urban2008-06-241-1/+6
* Replace all remaining accesses to COP's cop_label with CopLABEL().Nicholas Clark2008-04-061-8/+8
* MAD dump xml escape regexGerard Goossen2008-03-271-2/+2
* Re: [patch] optimize OP_IS_(FILETEST|SOCKET) macrosJim Cromie2008-02-251-2/+2
* Re: [PATCH] Splitting OP_CONST (Was: pp_const, not, that, hot?)Vincent Pit2008-02-231-0/+3
* PERL_MAGIC_uvar_elem should be 'u' in dump.cVincent Pit2008-02-131-1/+1
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2008-02-121-1/+71
* Eliminate the OP_SETSTATE, which had been disabled by change 4309.Nicholas Clark2008-01-261-2/+0
* Change 33069 missed updating dump.c to dump PVIOs correctly.Nicholas Clark2008-01-261-1/+1
* Fix a bug in mad - regexps can be 8 bit, not just ASCII or UTF-8.Nicholas Clark2008-01-061-3/+2
* Fix compilation issues and warnings with exotic configuration.Marcus Holland-Moritz2008-01-061-1/+1
* Don't allocate the NV slot for SVt_REGEXP.Nicholas Clark2008-01-051-2/+2
* Replace all reads of RXf_UTF8 with RX_UTF8().Nicholas Clark2008-01-051-1/+1
* BER is all very well, but it turns out that it's better to store theNicholas Clark2008-01-051-1/+4
* Re-implement the SvOOK() hack to store the offset as a BER encodedNicholas Clark2008-01-041-4/+10
* Fixes to get MAD working after change 32804, and some newSVpvn_utf8()sNicholas Clark2008-01-031-10/+8
* Make struct regexp the body of SVt_REGEXP SVs, REGEXPs become SVs,Nicholas Clark2008-01-021-1/+3
* Wrap all deferences of struct regexp* in macros RX_*() [and forNicholas Clark2008-01-021-9/+9
* Wrap wrapped and wraplen from struct regexp in macros RW_WRAPPED() andNicholas Clark2007-12-291-1/+2
* Wrap all accesses to the members precomp and prelen of struct regexp inNicholas Clark2007-12-281-2/+2