summaryrefslogtreecommitdiff
path: root/dump.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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