summaryrefslogtreecommitdiff
path: root/dump.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Dump the REGEXP member of SVt_REGEXP.Nicholas Clark2007-12-281-0/+4
* First class regexps.Nicholas Clark2007-12-281-2/+2
* Eliminate SVt_RV, and use SVt_IV to store plain references.Nicholas Clark2007-12-261-6/+6
* Swap SVt_RV and SVt_NV in the SV ordering.Nicholas Clark2007-12-261-2/+2
* Remove some strlen()s and replace one strlcpy() with memcpy() becauseNicholas Clark2007-10-121-3/+2
* Remove remaining C<Nullch>s and C<Nullsv>sNicholas Clark2007-10-061-3/+3
* Fix precedence bug in the logic for PERL_PV_ESCAPE_NOCLEAR inNicholas Clark2007-10-061-1/+1
* Add a new flag PERL_PV_PRETTY_NOCLEAR (actually justNicholas Clark2007-10-061-4/+7
* Fix typo in change 32043 - s/sv_catpvf/sv_catpvs/Nicholas Clark2007-10-061-1/+1
* Avoid using *pvf functions when the format string is a fixed string.Nicholas Clark2007-10-061-4/+4
* Revert one hunk of change 32034 that had the possibility of being buggyNicholas Clark2007-10-061-3/+10