summaryrefslogtreecommitdiff
path: root/dump.c
Commit message (Collapse)AuthorAgeFilesLines
* dump.c recognizes CvLOCKEDTim Jenness2002-05-231-0/+1
| | | | | Message-ID: <Pine.LNX.4.44.0205230959040.3222-100000@lapaki> p4raw-id: //depot/perl@16754
* various minor fixes in threads. Dave Mitchell2002-05-131-1/+4
| | | | | Message-ID: <20020513234822.G21318@fdgroup.com> p4raw-id: //depot/perl@16586
* -Wformat cleanups from Robin Barker.Jarkko Hietaniemi2002-04-251-1/+1
| | | p4raw-id: //depot/perl@16156
* squelch some more type mismatch warningsGurusamy Sarathy2002-04-211-2/+2
| | | | | | SvREFCNT_dec(x ? y : z) did not typecast the right thing due to missing parens in macro definition p4raw-id: //depot/perl@16055
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-1/+1
| | | | | | change is from change#12026) p4raw-link: @12026 on //depot/maint-5.6/perl: ff42b73b40f5a895aef4bed81c794f468e0609bc p4raw-id: //depot/perl@16048
* [dodgy PATCH] Re: [Storable] utf8 keys started working!Nicholas Clark2002-04-131-1/+2
| | | | | Message-ID: <20020413015806.GA371@Bagpuss.unfortu.net> p4raw-id: //depot/perl@15893
* Re: the dirty half dozen (Re: perl@15662)Nicholas Clark2002-04-061-1/+1
| | | | | | | Message-ID: <20020405232117.GE323@Bagpuss.unfortu.net> (with the last one reversed) p4raw-id: //depot/perl@15757
* If Unicode keys are entered to a hash, a bit is turned on.Jarkko Hietaniemi2002-03-221-0/+1
| | | | | | | | | | If the bit is on, when the keys are fetched from the hash (%h, each %h, keys %h), the Unicodified versions of the keys are returned if needed. This solution errs on the size of over-Unicodifying, the old solution erred on the side of under-Unicodifying. As long as the hash keys can be a mix of byte and Unicode strings, a perfect fit is hard to come by. p4raw-id: //depot/perl@15407
* more warnings tidyupPaul Marquess2002-03-111-1/+1
| | | | | | From: "Paul Marquess" <paul_marquess@yahoo.co.uk> Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk> p4raw-id: //depot/perl@15155
* perl -Dt doesnt output newlinesDave Mitchell2002-03-091-1/+1
| | | | | Message-Id: <200203090013.AAA01000@gizmo.fdgroup.co.uk> p4raw-id: //depot/perl@15127
* Debugging OPsIlya Zakharevich2002-03-031-1/+7
| | | | | | Message-Id: <20020302054958.A5511@math.ohio-state.edu> p4raw-link: @14577 on //depot/perl: 0ad5258ff3f3328f321188cbb4fcd6a74b365431 p4raw-id: //depot/perl@14956
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-1/+1
| | | p4raw-id: //depot/perl@14391
* 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