summaryrefslogtreecommitdiff
path: root/dump.c
Commit message (Collapse)AuthorAgeFilesLines
* More regex and utf8 debug dumping.Jarkko Hietaniemi2002-01-071-3/+4
| | | p4raw-id: //depot/perl@14114
* %g -> NVgf cleanup, based on Schwern's RedHat 7.1/AlphaJarkko Hietaniemi2001-12-181-1/+1
| | | | | | findings -- some of the warnings I can't explain except by NVgf being detected wrong, though. p4raw-id: //depot/perl@13764
* Re: attributes are brokenSpider Boardman2001-12-091-2/+5
| | | | | Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US> p4raw-id: //depot/perl@13543
* The _uni_display should not be in dump.c since theyJarkko Hietaniemi2001-11-191-29/+0
| | | | | are used under normal operation (S_not_a_number()). p4raw-id: //depot/perl@13099
* runtime runops switchIlya Zakharevich2001-11-161-1/+121
| | | | | Message-ID: <20011116004809.A934@math.ohio-state.edu> p4raw-id: //depot/perl@13044
* Rewrite sv_uni_display() as pv_uni_display() asJarkko Hietaniemi2001-10-241-2/+9
| | | | | reimplement sv_uni_display() using that. p4raw-id: //depot/perl@12619
* sv_uni_display(): do not add the "...", let the callerJarkko Hietaniemi2001-10-231-7/+6
| | | | | do it if wanted, and be prepared for more display options. p4raw-id: //depot/perl@12612
* vmsish fix, ieee rand() cleanupCharles Lane2001-10-191-1/+7
| | | | | Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu> p4raw-id: //depot/perl@12513
* Don't assume that %x is good for displaying UVs.Jarkko Hietaniemi2001-10-051-1/+1
| | | p4raw-id: //depot/perl@12341
* Dump Unicode hash keys also as Unicode,Jarkko Hietaniemi2001-09-271-6/+10
| | | | | not just as a byte string. p4raw-id: //depot/perl@12246
* Dump SvUTF8(sv)s also as \x{...}.Jarkko Hietaniemi2001-09-271-18/+45
| | | | | TODO: dump the SvUTF8() hash keys similarly. p4raw-id: //depot/perl@12243
* What's a backet?Abhijit Menon-Sen2001-09-221-2/+2
| | | p4raw-id: //depot/perl@12127
* 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