summaryrefslogtreecommitdiff
path: root/dump.c
Commit message (Collapse)AuthorAgeFilesLines
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-271-2/+2
| | | | | | Thanks to H. Merijn Brand for the patch. Some of the comments and or guards might be removable in perl.h now. p4raw-id: //depot/perl@11758
* Custom OpsSimon Cozens2001-08-271-1/+1
| | | | | | Message-ID: <20010825174509.A5752@netthink.co.uk> I also added a fix to Opcode.pm to quite test cases. p4raw-id: //depot/perl@11756
* UTF8 flag should be meaningful only when POK.Jarkko Hietaniemi2001-08-181-1/+1
| | | p4raw-id: //depot/perl@11716
* UTF8 wasn't printing for PVMGs.Jarkko Hietaniemi2001-08-181-1/+2
| | | p4raw-id: //depot/perl@11713
* More accurate line numbers in messagesPaul Johnson2001-07-121-0/+13
| | | | | | | Message-ID: <20010712041411.A3467@pjcj.net> (With prototyping and multiplicity tweaks.) p4raw-id: //depot/perl@11305
* Retract #11166 (and #11237).Jarkko Hietaniemi2001-07-121-2/+0
| | | p4raw-id: //depot/perl@11285
* (Retracted by #11285.)Abhijit Menon-Sen2001-07-061-0/+2
| | | | | | Subject: Re: [PATCH] mkdir() mode argument is missing initial 0 Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org> p4raw-id: //depot/perl@11166
* Re: [PATH] shared -> unique;Abhijit Menon-Sen2001-07-021-1/+1
| | | | | Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org> p4raw-id: //depot/perl@11089
* Step 2: Use the new PM_GETRE/SETRE macros everywhere.Richard Soderberg2001-06-211-7/+7
| | | | | Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com> p4raw-id: //depot/perl@10780
* FLAGS = (...,OUR,TYPED,...)Abhijit Menon-Sen2001-06-181-1/+6
| | | | | Message-ID: <20010618142344.A13136@lustre.linux.in> p4raw-id: //depot/perl@10681
* anonymous stashesAbhijit Menon-Sen2001-06-121-3/+3
| | | | | Message-ID: <20010612124704.A29029@lustre.linux.in> p4raw-id: //depot/perl@10533
* Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,Jarkko Hietaniemi2001-05-301-35/+36
| | | | | and Abhijit Menon-Sen. p4raw-id: //depot/perl@10321
* [LARGE!] symbolic magicDave Mitchell2001-05-201-4/+59
| | | | | Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk> p4raw-id: //depot/perl@10168
* Op private flagsSimon Cozens2001-05-151-2/+68
| | | | | Message-ID: <20010513202036.A21896@netthink.co.uk> p4raw-id: //depot/perl@10117
* Let sv_dump understand GvSHAREDBenjamin Sugars2001-05-031-0/+1
| | | | | Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca> p4raw-id: //depot/perl@9982
* Re: [PATCH dump.c] hash qualityMike Guy2001-04-071-3/+12
| | | | | Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk> p4raw-id: //depot/perl@9612
* printf warningRobin Barker2001-03-291-1/+1
| | | | | Message-Id: <200103291229.NAA03968@tempest.npl.co.uk> p4raw-id: //depot/perl@9436
* Builds an passes all tests after integrate and this tweak.Nick Ing-Simmons2001-03-091-8/+8
| | | p4raw-id: //depot/perlio@9094
* Re: [ PATCH perl@8956 ] new debug option -DR shows ref countsDave Mitchell2001-03-091-0/+5
| | | | | Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk> p4raw-id: //depot/perl@9087
* Add missing CV flags to dump.cTim Jenness2001-01-301-0/+2
| | | | | Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu> p4raw-id: //depot/perl@8617
* Fix spurious GVSV OPpOUR_INTROStephen McCamant2001-01-081-0/+1
| | | | | Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu> p4raw-id: //depot/perl@8363
* Bump up Larry's copyright.Jarkko Hietaniemi2001-01-011-1/+1
| | | p4raw-id: //depot/perl@8289
* dTHR is a nop in 5.6.0 onwards. Ergo, it can go.Jarkko Hietaniemi2000-12-051-5/+0
| | | p4raw-id: //depot/perl@7984
* Trivial dump.c featureSimon Cozens2000-12-041-0/+2
| | | | | | | Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk> Show whether a constant is UTF-8. p4raw-id: //depot/perl@7981
* ripples from constsub patchJohn Tobey2000-10-221-0/+1
| | | | | Message-Id: <m13nSOB-000FObC@feynman.localnet> p4raw-id: //depot/perl@7403
* Put back the flags dump as reasoned inMike Guy2000-08-301-0/+1
| | | | | | Subject: Re: [PATCH] Glob dumping Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk> p4raw-id: //depot/perl@6906
* Glob dumpingGisle Aas2000-08-291-1/+1
| | | | | Message-ID: <20000829075942.20923.qmail@eik.g.aas.no> p4raw-id: //depot/perl@6881
* Introduce NVef, NVff, and NVgf, use the middle one.Abigail2000-08-181-1/+1
| | | | | | | | | (helps for lib/peek + Linux + long doubles) Reported in Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13 Message-Id: <20000815040638.8524.qmail@foad.org> (note: the lib/complex failure has not yet been addressed) p4raw-id: //depot/perl@6685
* The #6648 wasn't protective enough for limited platformsJarkko Hietaniemi2000-08-171-10/+4
| | | | | (like microperl). p4raw-id: //depot/perl@6678
* The numeric locale was reset to "C" by s?printf and never restored.Christian Kirsch2000-08-161-4/+10
| | | | | | | | | | | | | Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6 Message-Id: <20000809170517.A25389@held> No test since adding the failing example to locale.t does not fail -- probably because the locale settings are so thoroughly tweaked by that time. Running the example standalone does fail, though. UPDATE: test case added at change #7540. p4raw-link: @7540 (not found) p4raw-id: //depot/perl@6648
* This is 6512. Really.Jarkko Hietaniemi2000-08-041-3/+9
| | | p4raw-id: //depot/perl@6516
* another optimized-OP_SASSIGN bug: ops that were not OA_TARGLEXGurusamy Sarathy2000-03-121-0/+4
| | | | | were being mistakenly subverted anyway p4raw-id: //depot/perl@5683
* fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-2/+2
| | | p4raw-id: //depot/perl@5540
* support for list assignment to pseudohashes (from John TobeyGurusamy Sarathy2000-03-031-0/+2
| | | | | <jtobey@john-edwin-tobey.org>) p4raw-id: //depot/perl@5492
* op_dump() tweakGurusamy Sarathy2000-02-171-2/+0
| | | p4raw-id: //depot/perl@5121
* set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-061-3/+4
| | | | | years (from Gisle Aas) p4raw-id: //depot/perl@5009
* add patch for printf-style format typechecks (from Robin BarkerGurusamy Sarathy2000-01-221-8/+8
| | | | | <rmb1@cise.npl.co.uk>); fixes for problems so identified p4raw-id: //depot/perl@4836
* nailed "our" declarations, and better warnings on duplicateGurusamy Sarathy2000-01-141-0/+2
| | | | | "our" declarations p4raw-id: //depot/perl@4801
* avoid spurious "Useless use of variable" warning on C<our $foo;>Gurusamy Sarathy2000-01-141-0/+2
| | | p4raw-id: //depot/perl@4800
* more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-0/+2
| | | p4raw-id: //depot/perl@4602
* sundry cleanups for cloned interpreters (only known failure modeGurusamy Sarathy1999-11-141-1/+5
| | | | | | is due to regexps keeping non-constant data in their compiled structures) p4raw-id: //depot/perl@4579
* Integrate with Sarathy.Jarkko Hietaniemi1999-11-131-2/+7
|\ | | | | p4raw-id: //depot/cfgperl@4555
| * cloned interpreters now actually run and pass all but 55/10386Gurusamy Sarathy1999-11-131-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | subtests; various subtle bugs, new and old, observed when running cloned interpreters have been fixed still to do: | * dup psig_ptr table | * merge PADOP GVs support with "our" SVs (existing PADOPs are too | simple-minded and grab one pad entry each, heavily bloating | the pad by not avoiding dups) | * overloaded constants are not really immutable--they need to | be PADOPs | * allocator for constants and OPs need to be spelled differently | (shared vs interpreter-local allocations) | * optree refcounting is still missing locking (macros are in place) | * curstackinfo, {mark,scope,save,ret}stack need to be cloned so | perl_clone() can be called from within runops*() p4raw-id: //depot/perl@4553
* | Integrate with Sarathy.Jarkko Hietaniemi1999-11-111-4/+5
|\ \ | |/ | | p4raw-id: //depot/cfgperl@4549
| * another change towards a shareable optree: avoid pointer to filegvGurusamy Sarathy1999-11-111-2/+3
| | | | | | | | | | | | | | | | | | in COP; revert parts of change#4485 and s/xcv_filegv/xcv_file/ (CvFILE() may yet come in handy somewhere); adjust compiler doodads to suit p4raw-link: @4485 on //depot/perl: b195d4879f55e1610299cb9b1b55356940c2a577 p4raw-id: //depot/perl@4545
| * preliminary support for GVOP indirection via padGurusamy Sarathy1999-11-081-2/+2
| | | | | | p4raw-id: //depot/perl@4539
* | ...and fewer.Jarkko Hietaniemi1999-11-061-2/+4
| | | | | | p4raw-id: //depot/cfgperl@4527
* | More printf miscasts flushed out.Jarkko Hietaniemi1999-11-061-1/+1
|/ | | p4raw-id: //depot/cfgperl@4525
* more cleanup: avoid unused knowledge of "file GV" notion in CV and GVGurusamy Sarathy1999-10-291-2/+1
| | | p4raw-id: //depot/perl@4485
* usurp GVOP slot for new PADOP (one small step to making optreeGurusamy Sarathy1999-10-291-2/+11
| | | | | shareable across interpreters) p4raw-id: //depot/perl@4484