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-101-1/+1
* Add MUTABLE_GV(), and eliminate (V *) casts in *.c.Nicholas Clark2009-03-291-4/+4
* Eliminate (SV *) casts from the rest of *.c, picking up one (further)Nicholas Clark2009-03-291-14/+15
* Eliminate (AV *) casts in *.c.Nicholas Clark2009-03-291-4/+4
* Every remaining (HV *) cast in *.cNicholas Clark2009-03-291-2/+3
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2009-03-191-1/+71
* revert the SvOOK re-implementation:Nicholas Clark2009-03-191-10/+4
* Revert the SvOOK reimplementation:Nicholas Clark2009-03-191-4/+1
* Fix compilation issues and warnings with exotic configuration.Marcus Holland-Moritz2009-03-061-1/+1
* BER is all very well, but it turns out that it's better to store theNicholas Clark2009-03-061-1/+4
* Re-implement the SvOOK() hack to store the offset as a BER encodedNicholas Clark2009-03-061-4/+10
* Add a dump to help tracing taint bugs, by Chip SalzenbergRafael Garcia-Suarez2009-01-261-0/+2
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2009-01-051-2/+4
* Use pvs macros instead of pvn where possible.Marcus Holland-Moritz2009-01-041-19/+19
* un-integrate #34133:Dave Mitchell2008-12-061-1/+1
* Integrate:Dave Mitchell2008-12-051-2/+3
* Integrate:Nicholas Clark2008-10-301-3/+0
* Integrate:Daniel Frederick Crisman2008-10-301-7/+2
* Integrate:Nicholas Clark2008-10-261-2/+2
* Integrate:Nicholas Clark2008-10-201-1/+1
* Integrate:Reini Urban2008-09-041-1/+8
* Integrate:Dave Mitchell2008-05-281-8/+8
* Integrate:Nicholas Clark2008-03-311-1/+1
* Integrate:Nicholas Clark2008-01-311-1/+1
* Integrate:Nicholas Clark2008-01-311-3/+3
* Integrate:Nicholas Clark2008-01-311-9/+7
* Integrate:Nicholas Clark2008-01-301-12/+13
* 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
* Eliminate most *printf-like calls that use a simple "%c" format,Nicholas Clark2007-10-051-2/+4
* was Re: Freeze ?John Peacock2007-10-021-1/+4
* Nothing is using IoSUBPROCESS() so eliminate xio_subprocess.Nicholas Clark2007-10-011-1/+0
* API spelling patch, by Jerry D. HeddenRafael Garcia-Suarez2007-09-261-6/+6
* Silence a load of "value computed is not used" warningsRafael Garcia-Suarez2007-09-211-6/+6
* dump.c: do not use sv_len_utf8 because it modified the scalarGerard Goossen2007-07-111-4/+4
* s/\bunicode\b/Unicode/; # For everything not dual lifeNicholas Clark2007-06-241-3/+3
* Remove PERL_MAGIC_mutexRafael Garcia-Suarez2007-06-181-1/+0
* mad-const patchJim Cromie2007-06-121-3/+3
* Remove support for assertions and -ARafael Garcia-Suarez2007-06-051-1/+0
* Consting dump.cAndy Lester2007-05-251-45/+41
* move the logic of combining '_' and '#' with the previous logicGerard Goossen2007-05-121-0/+5
* Re: [PATCH] extflags/pmflags Change 30841, in dump.c:pm_description regex doe...Ævar Arnfjörð Bjarmason2007-04-121-10/+12
* Turn op_pmreplroot in struct pmop into a real union.Nicholas Clark2007-04-071-4/+4
* Merge op_pmreplstart and op_pmstash/op_pmstashpv into a union inNicholas Clark2007-04-061-3/+3