summaryrefslogtreecommitdiff
path: root/dump.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* S_op_destroy() was not static. Also tidy all other STATIC/staticNicholas Clark2007-04-051-2/+1
* Re: pmdynflags and thread safetyYves Orton2007-04-041-6/+12
* regexp refcount is an integer, not a pointerRafael Garcia-Suarez2007-03-221-2/+3
* Resolve PL_curpm issues with (??{}) and fix corruption of match results when ...Yves Orton2007-03-221-2/+14
* Fix a couple of minor typos in commentsRafael Garcia-Suarez2007-03-121-2/+2
* dump.c: format fixesJarkko Hietaniemi2007-02-201-2/+2
* Better dump reporting of "PVBM"s.Nicholas Clark2007-02-021-1/+8
* make Dump display the SVf_BREAK flagDave Mitchell2007-01-151-0/+1
* Eliminate pp_threadsv, as it was only ever used by 5005 threads.Nicholas Clark2007-01-081-8/+0
* Silence a 'null argument' warningRafael Garcia-Suarez2007-01-041-2/+3
* Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a...Yves Orton2007-01-041-19/+31
* Rename OURSTASH to SvOURSTASH and OURSTASH_set to SvOURSTASH_set.Nicholas Clark2007-01-031-2/+2
* Teach dump about OURSTASH and COP ranges stored in the NV union.Nicholas Clark2007-01-031-5/+15
* Update copyright years to include 2007. (Plus a couple of 2006s andNicholas Clark2007-01-021-1/+1
* PVMG can be isUV too.Nicholas Clark2007-01-021-2/+1
* Move SVt_BIND to be the lowest type after SVt_NULL. This will force allNicholas Clark2006-12-311-2/+2
* further fix for #29543: fix parser leaks caused by croakingDave Mitchell2006-12-291-1/+3
* Add a new flag SVprv_PCS_IMPORTED (which is a pseudonym for SVf_SCREAM)Nicholas Clark2006-12-161-1/+5
* Split out the use of SVp_SCREAM for GVs with GPs into a new symbolicNicholas Clark2006-12-161-1/+1
* misc MAD coredump fixes and parser leak fixesDave Mitchell2006-12-131-3/+7
* Eliminate PVBM. Store fast Boyer-Moore tables in PVGV.Nicholas Clark2006-12-131-8/+6
* Correct the dumping logic for the various bits of flag bendingNicholas Clark2006-12-121-6/+13
* Shrink Perl_sv_peek() and Perl_do_sv_dump() by using type to nameNicholas Clark2006-12-121-104/+57
* Cleanup regexp flags and structureYves Orton2006-11-231-2/+2
* Using explicit printf-like APIs with a format of "%s" isn't the world'sNicholas Clark2006-10-181-2/+2
* Re: [PATCH] Initial attempt at named captures for perls regexp engineYves Orton2006-10-071-0/+1
* ; was RE: [PATCH perlio.c pp.c regcomp.c] silence format and comparison warningsRobin Barker2006-09-051-10/+10
* g++ stage 1 reachedJarkko Hietaniemi2006-08-081-2/+2
* g++ large patchJarkko Hietaniemi2006-08-071-2/+2
* Re: Fix loads of warnings from the last escaping patch...Yves Orton2006-07-161-14/+15
* Updated escaping code. utf8 regex debug output improvementsYves Orton2006-07-151-53/+140
* Introduce a new function, pv_escape(), to display contents of PVsYves Orton2006-07-061-31/+112
* dump.c patchesAndy Lester2006-06-071-36/+36
* don't try to dump GVish parts of an LV if it hasn't got GVish partsDave Mitchell2006-05-201-10/+14
* Introduce a new keyword, state, for state variables.Rafael Garcia-Suarez2006-05-031-0/+1
* clean up loops in doio.c and dump.cAndy Lester2006-05-031-21/+17
* Re: [PATCH] cleanup 212 warnings emitted by gcc-4.2Marcus Holland-Moritz2006-04-261-1/+1
* op_type shrinkingAndy Lester2006-04-201-40/+40
* Calling cv_undef() on the CV created by newCONSTSUB() would leak likeNicholas Clark2006-04-191-2/+6
* A fix to change #27845 to get it to compile with -DPERL_MAD.Steve Peters2006-04-181-1/+1
* 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