summaryrefslogtreecommitdiff
path: root/dump.c
Commit message (Expand)AuthorAgeFilesLines
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-2/+2
* Add editor boilerplates to all C filesRafael Garcia-Suarez2005-05-101-0/+10
* s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/Nicholas Clark2005-05-101-1/+1
* Symbian port of PerlJarkko Hietaniemi2005-04-211-13/+13
* Refactoring to Sv*_set() macros - patch #5Steve Peters2005-04-191-3/+5
* Add CLONE_SKIP() class method to allow individual classes to skipDave Mitchell2005-04-191-1/+3
* const-eight.diffAndy Lester2005-04-041-13/+12
* Update copyrights.Rafael Garcia-Suarez2005-03-301-1/+1
* expand -DDEBUG_LEAKING_SCALARS to instrument the creation of each SVDave Mitchell2005-03-281-0/+8
* Third consting batchAndy Lester2005-03-241-19/+19
* More consting goodnessAndy Lester2005-03-211-3/+3
* SvUTF8 can be present on scalars other than PVsNicholas Clark2005-02-261-1/+2
* Add comment to top of reentr.c and fix typos in other filesDave Mitchell2004-08-011-1/+1
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-0/+7
* make -Dl log runops loop entry and exit, and jump level poppingDave Mitchell2004-07-251-0/+2
* update -Dx to cope with lexical version of OP_AELEMFASTDave Mitchell2004-03-281-10/+12
* pv_display() had code to display \n etc as escapes but it didn'tDave Mitchell2004-03-281-13/+11
* format/casting/warning RE: perl 5.9.1Robin Barker2004-03-171-9/+10
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
* Fix segfaults when running under -Dx.Marcus Holland-Moritz2004-02-281-5/+5
* Re: op_seq (was: Freeing code)Paul Johnson2004-02-211-13/+127
* -Dx could coredump on threaded builds because consts are nowDave Mitchell2004-02-191-0/+4
* Re: [PATCH] GLOB to LVALUE assignment fixTassilo von Parseval2004-02-171-12/+12
* Implement stacked filetest operators (-f -w -x $file).Rafael Garcia-Suarez2004-02-091-3/+5
* show the rehash flags in dumpsNicholas Clark2003-10-251-1/+5
* Re: [PATCH] Re: Storing &PL_sv_undef as a hash key with perl-5.8.xMarcus Holland-Moritz2003-07-271-2/+9
* dump.c -Wformat; Re: maint @ 19975, maint @ 19997Robin Barker2003-07-051-2/+4
* Re: Bug stomping fun. [PATCH: bug #1016]Alex Vandiver2003-05-121-1/+1
* Salvage 'use filetest "access"' from compiletime to runtime.Jarkko Hietaniemi2003-05-031-0/+4
* allow recursive FETCHesDave Mitchell2003-04-191-2/+3
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* stray n_aMichael G. Schwern2003-03-311-1/+0
* [unPATCH] Re: Smoke [5.8.1] 19076 FAIL(F) openbsd 3.2 (i386/1 cpu)Nicholas Clark2003-03-291-5/+7
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* add support for assertions. Updated form of:Salvador FandiƱo2003-02-161-0/+1
* Move SvPVIV out of ->op_sv of METHOD_NAMED into the pad, fixesArtur Bergman2003-02-021-1/+1
* Retract the %_/SVf change (part of #18456) for PROTOTYPE (CV)Jarkko Hietaniemi2003-01-291-1/+1
* Re: slight tweak to -DR flag - display whether on tmps stackDave Mitchell2003-01-221-3/+15
* integrate (by hand) #18353 and #18359 from maint-5.8:Hugo van der Sanden2003-01-211-3/+19
* %_ (was Re: [PATCH] operation on `PL_na' may be undefined)Nicholas Clark2003-01-071-10/+7
* new flag SvPADSTALEDave Mitchell2003-01-031-0/+1
* remove flag SvPADBUSYDave Mitchell2003-01-031-1/+0
* Proper fix for CvOUTSIDE weak refcountingDave Mitchell2002-12-141-0/+1
* allow evals to see the full lexical scopeDave Mitchell2002-12-021-0/+1
* add support for STASH and MAGIC information for REFs to sv_dump().Slaven Rezic2002-11-251-2/+0
* 1. Update pp_ucfirst to enter the UTF-8 branch only if the firstAbhijit Menon-Sen2002-11-051-1/+1
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-4/+0
* move all pad-related code to its own src fileDave Mitchell2002-10-021-20/+2
* Re: sv_2pv_flags and ROK and UTF8 flagsYitzchak Scott-Thoennes2002-10-011-3/+5
* [REVISED PATCH] Magic v-stringsJohn Peacock2002-08-201-0/+1