summaryrefslogtreecommitdiff
path: root/dump.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* avoid spurious "Useless use of variable" warning on C<our $foo;>Gurusamy Sarathy2000-01-141-0/+2
* more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-0/+2
* sundry cleanups for cloned interpreters (only known failure modeGurusamy Sarathy1999-11-141-1/+5
* Integrate with Sarathy.Jarkko Hietaniemi1999-11-131-2/+7
|\
| * cloned interpreters now actually run and pass all but 55/10386Gurusamy Sarathy1999-11-131-2/+7
* | Integrate with Sarathy.Jarkko Hietaniemi1999-11-111-4/+5
|\ \ | |/
| * another change towards a shareable optree: avoid pointer to filegvGurusamy Sarathy1999-11-111-2/+3
| * preliminary support for GVOP indirection via padGurusamy Sarathy1999-11-081-2/+2
* | ...and fewer.Jarkko Hietaniemi1999-11-061-2/+4
* | More printf miscasts flushed out.Jarkko Hietaniemi1999-11-061-1/+1
|/
* more cleanup: avoid unused knowledge of "file GV" notion in CV and GVGurusamy Sarathy1999-10-291-2/+1
* usurp GVOP slot for new PADOP (one small step to making optreeGurusamy Sarathy1999-10-291-2/+11
* Integrate with Sarathy; manual resolve on regcomp.c conflictsJarkko Hietaniemi1999-10-271-1/+1
|\
| * remove unused interpreter globalsGurusamy Sarathy1999-10-241-1/+1
* | More printf-fixes (see also #4426).Jarkko Hietaniemi1999-10-231-7/+8
|/
* fix typos in change#4288Gurusamy Sarathy1999-10-061-2/+2