summaryrefslogtreecommitdiff
path: root/pp_ctl.c
Commit message (Collapse)AuthorAgeFilesLines
* Test for OPpCONST_NOVER only on OP_CONST ops.Rafael Garcia-Suarez2005-09-271-1/+1
| | | | | Plus a regression test by Schwern. p4raw-id: //depot/perl@25611
* PATCH for #37138: using XSUB as DB::DB causes perl to crashSalvador FandiƱo2005-09-201-7/+18
| | | | | | | Message-ID: <20050919135639.96726.qmail@web52701.mail.yahoo.com> (adapted to bleadperl) p4raw-id: //depot/perl@25511
* Add the "no 6" / "no v6" syntax.Rafael Garcia-Suarez2005-09-011-3/+10
| | | p4raw-id: //depot/perl@25344
* Use SvGETMAGIC more oftenRick Delaney2005-08-231-6/+3
| | | | | Message-ID: <20050822170033.GH7674@localhost.localdomain> p4raw-id: //depot/perl@25322
* Re: [perl #36959] List Constructor Operator - Undefined ValuesRick Delaney2005-08-221-0/+2
| | | | | Message-ID: <20050821190957.GE7674@localhost.localdomain> p4raw-id: //depot/perl@25319
* undup Jarkko Hietaniemi2005-08-071-1/+1
| | | | | Message-ID: <42F5E243.80500@gmail.com> p4raw-id: //depot/perl@25274
* Various patches by John E. Malmberg to fix dataRafael Garcia-Suarez2005-08-011-2/+2
| | | | | | | corruption issues on VMS. Back out change 25218 and the parts of change 25217 that affect pp_ctl.c and pp_sys.c. p4raw-id: //depot/perl@25257
* More embed.fnc goodnessAndy Lester2005-07-291-1/+1
| | | | | Message-ID: <20050728190956.GB607@petdance.com> p4raw-id: //depot/perl@25243
* blead help for VMSCraig A. Berry2005-07-241-2/+2
| | | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <42E3FABB.1020900@mac.com> Date: Sun, 24 Jul 2005 15:31:55 -0500 p4raw-id: //depot/perl@25217
* perl -Dstv -e'... for min..max' displayed wrong stack elementsDave Mitchell2005-07-181-0/+4
| | | p4raw-id: //depot/perl@25163
* more embed cleanupAndy Lester2005-07-151-1/+1
| | | | | | | Message-ID: <20050715155115.GC29983@petdance.com> (and run regen.pl) p4raw-id: //depot/perl@25156
* More embed.fnc plowingAndy Lester2005-07-131-1/+1
| | | | | Message-ID: <20050713154919.GA24586@petdance.com> p4raw-id: //depot/perl@25138
* Making my way thru embed.fncAndy Lester2005-07-101-10/+10
| | | | | Message-ID: <20050710193635.GC8081@petdance.com> p4raw-id: //depot/perl@25107
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-2/+2
| | | | | | | | Message-ID: <42CC3CE9.5050606@divsol.com> (reverted all dual-lived modules since they must work with older perls too so must wait for a new Devel::PPPort) p4raw-id: //depot/perl@25101
* [perl #34171] bytes pragma error in substitution operatorDave Mitchell2005-07-071-1/+1
| | | p4raw-id: //depot/perl@25088
* the PAD_SET_CUR macro expanded too much for AIX compilersDave Mitchell2005-07-011-2/+4
| | | p4raw-id: //depot/perl@25042
* silence a warning in Perl_sv_compile_2opDave Mitchell2005-07-011-1/+1
| | | p4raw-id: //depot/perl@25035
* We're going round in circles with pp_sys.cAndy Lester2005-06-271-12/+17
| | | | | | | Message-ID: <20050627180659.GB29744@petdance.com> (edited) p4raw-id: //depot/perl@24997
* Pre-YAPC consting funAndy Lester2005-06-231-1/+2
| | | | | Message-ID: <20050623190423.GA13835@petdance.com> p4raw-id: //depot/perl@24965
* Add a define PERL_POISON which tries to trip up anything accessingNicholas Clark2005-06-231-0/+7
| | | | | | freed or uninitialised memory. Currently only Poison()s freed pointers. p4raw-id: //depot/perl@24959
* Silence bcc32 compiler warnings following change 24945Steve Hay2005-06-231-1/+1
| | | | | ("Possible use of '%s' before definition") p4raw-id: //depot/perl@24953
* Const Boy II: The LocalizingAndy Lester2005-06-231-1/+6
| | | | | Message-ID: <20050622144059.GA19598@petdance.com> p4raw-id: //depot/perl@24945
* Silence yet more bcc32 compiler warningsSteve Hay2005-06-221-1/+1
| | | | | ("Code has no effect") p4raw-id: //depot/perl@24939
* More random cleanupsAndy Lester2005-06-201-28/+26
| | | | | Message-ID: <20050617145029.GC11769@petdance.com> p4raw-id: //depot/perl@24906
* Bring bleadperl up to version.pmJohn Peacock2005-06-131-2/+2
| | | | | Message-ID: <42A414DD.8090504@rowman.com> p4raw-id: //depot/perl@24823
* More SvPV consting, including some code cleanup and living dangerouslyNicholas Clark2005-06-101-8/+8
| | | | | with socket API calls. p4raw-id: //depot/perl@24799
* const-ize pp_formlineNicholas Clark2005-06-081-221/+234
| | | p4raw-id: //depot/perl@24765
* Allow a null length pointer to sv_pvn_force_flags.Nicholas Clark2005-06-081-4/+3
| | | | | Add SvPV_force_nolen and use it to remove some C<n_a>s p4raw-id: //depot/perl@24759
* n_a no moreNicholas Clark2005-06-081-16/+11
| | | p4raw-id: //depot/perl@24758
* s/PERL_COPY_ON_WRITE/PERL_OLD_COPY_ON_WRITE/gNicholas Clark2005-06-081-5/+5
| | | p4raw-id: //depot/perl@24755
* Convert POPpx POPpconstx and POPpbytex to use nolen macros.Nicholas Clark2005-06-081-1/+0
| | | | | Elminate a lot of C<n_a>s p4raw-id: //depot/perl@24748
* More SvPV constingNicholas Clark2005-06-071-1/+1
| | | p4raw-id: //depot/perl@24743
* More consting of SvPVNicholas Clark2005-06-071-8/+6
| | | p4raw-id: //depot/perl@24742
* More SvPV consting.Nicholas Clark2005-06-071-5/+4
| | | p4raw-id: //depot/perl@24740
* Random cleanups #47Andy Lester2005-06-071-2/+2
| | | | | Message-ID: <20050606151107.GC7022@petdance.com> p4raw-id: //depot/perl@24735
* Lots of constingNicholas Clark2005-06-071-5/+5
| | | p4raw-id: //depot/perl@24726
* Unvoid SvUPGRADEAndy Lester2005-06-071-1/+1
| | | | | Message-ID: <20050607040850.GA7033@petdance.com> p4raw-id: //depot/perl@24717
* Random constingAndy Lester2005-06-031-2/+2
| | | | | Message-ID: <20050602171943.GA16553@petdance.com> p4raw-id: //depot/perl@24689
* add pointer to email explaining why eval {goto &foo} is bannedDave Mitchell2005-05-301-0/+1
| | | p4raw-id: //depot/perl@24642
* embed.fnc cleanup + SvPVX_const usageAndy Lester2005-05-241-7/+7
| | | | | Message-ID: <20050521140640.GB875@petdance.com> p4raw-id: //depot/perl@24561
* [perl #35878] goto &xsub that croaks corrupts memoryDave Mitchell2005-05-211-5/+4
| | | | | | When an XS sub is called, a CxSUB context shouldn't be pushed. Make goto &xs_sub mimic this behaviour by first popping the old CxSUB p4raw-id: //depot/perl@24535
* stop goto &foo wasting stack spaceDave Mitchell2005-05-211-1/+3
| | | | | | it used to push @_ onto the end of the stack; now it pops the stack back to the old watermark first. p4raw-id: //depot/perl@24534
* disallow eval { goto &foo }Dave Mitchell2005-05-211-2/+5
| | | | | | | | eval 'goto &foo' is already banned, and the try-version usually coredumps due to the code assuming the CxEVAL is actually a CxSUB. Anyway exiting an eval but preserving "it's" @_ doesn't make much sense. p4raw-id: //depot/perl@24532
* SvPVX_const - patch #2Steve Peters2005-05-211-19/+19
| | | | | Message-Id: <20050521024210.GA29036@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@24523
* Goodbye AvFLAGSNicholas Clark2005-05-201-1/+1
| | | p4raw-id: //depot/perl@24518
* consting-eleventy.patch: More consts, plus actual bug fixAndy Lester2005-05-161-1/+1
| | | | | Message-ID: <20050516151353.GA25387@petdance.com> p4raw-id: //depot/perl@24489
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-2/+2
| | | | | | in read-only mode. Make vi modelines compatible with non-vim vi versions. p4raw-id: //depot/perl@24445
* Add editor boilerplates to all C filesRafael Garcia-Suarez2005-05-101-1/+1
| | | | | (except the generated ones) p4raw-id: //depot/perl@24440
* s/sv_setpv(sv,"")/sv_setpvn(sv,"",0)/Nicholas Clark2005-05-101-7/+7
| | | | | plus a couple of 1 byte sv_setpv()s too. p4raw-id: //depot/perl@24439
* attributes-two.patch, the next batchAndy Lester2005-05-091-18/+17
| | | | | Message-ID: <20050509154518.GA18273@petdance.com> p4raw-id: //depot/perl@24431