summaryrefslogtreecommitdiff
path: root/dump.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* (Retracted by #11285.)Abhijit Menon-Sen2001-07-061-0/+2
* Re: [PATH] shared -> unique;Abhijit Menon-Sen2001-07-021-1/+1
* Step 2: Use the new PM_GETRE/SETRE macros everywhere.Richard Soderberg2001-06-211-7/+7
* FLAGS = (...,OUR,TYPED,...)Abhijit Menon-Sen2001-06-181-1/+6
* anonymous stashesAbhijit Menon-Sen2001-06-121-3/+3
* Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,Jarkko Hietaniemi2001-05-301-35/+36
* [LARGE!] symbolic magicDave Mitchell2001-05-201-4/+59
* Op private flagsSimon Cozens2001-05-151-2/+68
* Let sv_dump understand GvSHAREDBenjamin Sugars2001-05-031-0/+1
* Re: [PATCH dump.c] hash qualityMike Guy2001-04-071-3/+12
* printf warningRobin Barker2001-03-291-1/+1
* Builds an passes all tests after integrate and this tweak.Nick Ing-Simmons2001-03-091-8/+8
* Re: [ PATCH perl@8956 ] new debug option -DR shows ref countsDave Mitchell2001-03-091-0/+5
* Add missing CV flags to dump.cTim Jenness2001-01-301-0/+2
* Fix spurious GVSV OPpOUR_INTROStephen McCamant2001-01-081-0/+1
* Bump up Larry's copyright.Jarkko Hietaniemi2001-01-011-1/+1
* dTHR is a nop in 5.6.0 onwards. Ergo, it can go.Jarkko Hietaniemi2000-12-051-5/+0
* Trivial dump.c featureSimon Cozens2000-12-041-0/+2
* ripples from constsub patchJohn Tobey2000-10-221-0/+1
* Put back the flags dump as reasoned inMike Guy2000-08-301-0/+1
* Glob dumpingGisle Aas2000-08-291-1/+1
* Introduce NVef, NVff, and NVgf, use the middle one.Abigail2000-08-181-1/+1
* The #6648 wasn't protective enough for limited platformsJarkko Hietaniemi2000-08-171-10/+4
* The numeric locale was reset to "C" by s?printf and never restored.Christian Kirsch2000-08-161-4/+10
* This is 6512. Really.Jarkko Hietaniemi2000-08-041-3/+9
* another optimized-OP_SASSIGN bug: ops that were not OA_TARGLEXGurusamy Sarathy2000-03-121-0/+4
* fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-2/+2
* support for list assignment to pseudohashes (from John TobeyGurusamy Sarathy2000-03-031-0/+2
* op_dump() tweakGurusamy Sarathy2000-02-171-2/+0
* set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-061-3/+4
* add patch for printf-style format typechecks (from Robin BarkerGurusamy Sarathy2000-01-221-8/+8
* nailed "our" declarations, and better warnings on duplicateGurusamy Sarathy2000-01-141-0/+2