summaryrefslogtreecommitdiff
path: root/dump.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Copy On WriteNicholas Clark2002-08-171-1/+11
* Remove pseudo-hashes (complete)Michael G. Schwern2002-08-171-2/+0
* add verbose stack display option, -DvsDave Mitchell2002-08-121-1/+10
* dump.c recognizes CvLOCKEDTim Jenness2002-05-231-0/+1
* various minor fixes in threads. Dave Mitchell2002-05-131-1/+4
* -Wformat cleanups from Robin Barker.Jarkko Hietaniemi2002-04-251-1/+1
* squelch some more type mismatch warningsGurusamy Sarathy2002-04-211-2/+2
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-1/+1
* [dodgy PATCH] Re: [Storable] utf8 keys started working!Nicholas Clark2002-04-131-1/+2
* Re: the dirty half dozen (Re: perl@15662)Nicholas Clark2002-04-061-1/+1
* If Unicode keys are entered to a hash, a bit is turned on.Jarkko Hietaniemi2002-03-221-0/+1
* more warnings tidyupPaul Marquess2002-03-111-1/+1
* perl -Dt doesnt output newlinesDave Mitchell2002-03-091-1/+1
* Debugging OPsIlya Zakharevich2002-03-031-1/+7
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-1/+1
* More regex and utf8 debug dumping.Jarkko Hietaniemi2002-01-071-3/+4
* %g -> NVgf cleanup, based on Schwern's RedHat 7.1/AlphaJarkko Hietaniemi2001-12-181-1/+1
* Re: attributes are brokenSpider Boardman2001-12-091-2/+5
* The _uni_display should not be in dump.c since theyJarkko Hietaniemi2001-11-191-29/+0
* runtime runops switchIlya Zakharevich2001-11-161-1/+121
* Rewrite sv_uni_display() as pv_uni_display() asJarkko Hietaniemi2001-10-241-2/+9
* sv_uni_display(): do not add the "...", let the callerJarkko Hietaniemi2001-10-231-7/+6
* vmsish fix, ieee rand() cleanupCharles Lane2001-10-191-1/+7
* Don't assume that %x is good for displaying UVs.Jarkko Hietaniemi2001-10-051-1/+1
* Dump Unicode hash keys also as Unicode,Jarkko Hietaniemi2001-09-271-6/+10
* Dump SvUTF8(sv)s also as \x{...}.Jarkko Hietaniemi2001-09-271-18/+45
* What's a backet?Abhijit Menon-Sen2001-09-221-2/+2
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-2/+2
* Custom OpsSimon Cozens2001-08-271-1/+1
* UTF8 flag should be meaningful only when POK.Jarkko Hietaniemi2001-08-181-1/+1
* UTF8 wasn't printing for PVMGs.Jarkko Hietaniemi2001-08-181-1/+2
* More accurate line numbers in messagesPaul Johnson2001-07-121-0/+13
* Retract #11166 (and #11237).Jarkko Hietaniemi2001-07-121-2/+0