summaryrefslogtreecommitdiff
path: root/av.c
Commit message (Collapse)AuthorAgeFilesLines
* Mark all places where perl needs to look at a possibly-freed scalarNicholas Clark2005-11-141-1/+1
| | | | | with a macro SvIS_FREED(sv) p4raw-id: //depot/perl@26132
* Coverage stats say av_fake() is a mathom too.Steve Peters2005-10-291-22/+0
| | | p4raw-id: //depot/perl@25872
* More consting, and DRY leads to shrinking object codeAndy Lester2005-10-191-15/+11
| | | | | Message-ID: <20051018145723.GA4964@petdance.com> p4raw-id: //depot/perl@25803
* an assert in av_undef was leaking memoryDave Mitchell2005-10-161-2/+0
| | | p4raw-id: //depot/perl@25771
* gcc complains when it sees variables declaredSteve Peters2005-10-141-1/+1
| | | | | | | | | const register ... switched them all to register const ... p4raw-id: //depot/perl@25757
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-4/+4
| | | | | | | | 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
* No need to set flags twice.Nicholas Clark2005-06-211-2/+2
| | | p4raw-id: //depot/perl@24919
* Removing /*SUPPRESS xxx*/Andy Lester2005-06-161-2/+0
| | | | | Message-ID: <20050616141342.GA22188@petdance.com> p4raw-id: //depot/perl@24871
* $r = do {my @a; \$#a}; $$r = 503 # is also naughty and now warnsNicholas Clark2005-06-091-9/+2
| | | p4raw-id: //depot/perl@24784
* Fixes the case of $a = \$#{[]}; and then accessing $$aNicholas Clark2005-06-091-4/+10
| | | | | (but not \$#a after local @a or my @a leave a block) p4raw-id: //depot/perl@24783
* Quotes fixed, see also perl #36079Andy Lester2005-06-021-1/+1
| | | | | Message-ID: <20050602050238.GA4001@petdance.com> p4raw-id: //depot/perl@24666
* Goodbye xav_arylen. You won't be missed that much.Nicholas Clark2005-05-291-0/+17
| | | | | So now there's a buy 5 get one free offer on PVAV bodies. p4raw-id: //depot/perl@24619
* Goodbye AvFLAGSNicholas Clark2005-05-201-2/+2
| | | p4raw-id: //depot/perl@24518
* consting-eleventy.patch: More consts, plus actual bug fixAndy Lester2005-05-161-5/+3
| | | | | 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-0/+10
| | | | | (except the generated ones) p4raw-id: //depot/perl@24440
* GCC attributes!Andy Lester2005-05-071-2/+1
| | | | | Message-ID: <20050504215540.GA20413@petdance.com> p4raw-id: //depot/perl@24414
* Symbian port of PerlJarkko Hietaniemi2005-04-211-0/+5
| | | | | Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D653@esebe105.NOE.Nokia.com> p4raw-id: //depot/perl@24271
* Refactoring to Sv*_set() macros - patch #4Steve Peters2005-04-181-10/+10
| | | | | | | Message-ID: <20050416160502.GA26957@mccoy.peters.homeunix.org> plus fix to Perl_rvpv_dup assigning to an RV with SvPVX p4raw-id: //depot/perl@24239
* Update copyrights.Rafael Garcia-Suarez2005-03-301-1/+1
| | | p4raw-id: //depot/perl@24106
* Consting fiveAndy Lester2005-03-251-4/+3
| | | | | | | | Message-ID: <20050325231409.GB17660@petdance.com> [with modification - the extra argument to incpush was supposed to be being used] p4raw-id: //depot/perl@24081
* Adding const qualifiersAndy Lester2005-03-141-6/+6
| | | | | Message-ID: <20050313202005.GA23535@petdance.com> p4raw-id: //depot/perl@24037
* only mortalize deleted array elements for AvREALDave Mitchell2004-09-051-1/+1
| | | | | | (update to change #23158) p4raw-link: @23158 on //depot/perl: 2c8ddff3c182e26372c9343750c9b3c45e438ca2 p4raw-id: //depot/perl@23271
* [perl #30733] memory leak in array deleteDave Mitchell2004-07-231-0/+2
| | | | | av_delete() wasn't mortalizing the returned value p4raw-id: //depot/perl@23158
* Re: [PATCH] Re: Lack of error for large string on SolarisJarkko Hietaniemi2004-06-081-2/+7
| | | | | Message-ID: <40C4A156.5030205@iki.fi> p4raw-id: //depot/perl@22904
* [perl #28032] delete $_[0] + (\$) prototype = bad freeDave Mitchell2004-03-311-1/+4
| | | | | av_delete() didn't reify. I also updated its description p4raw-id: //depot/perl@22624
* malloc wrappageJarkko Hietaniemi2004-03-171-0/+2
| | | | | | | | Message-Id: <37BF70DE-5C0E-11D8-B5A1-00039362CB92@iki.fi> plus change croak to Perl_croak_nocontext to make ithread safe plus make it conditional on PERL_MALLOC_WRAP (default for blead is on) p4raw-id: //depot/perl@22517
* allow recursive FETCHesDave Mitchell2003-04-191-3/+5
| | | | | Message-ID: <20030407100041.A1617@fdgroup.com> p4raw-id: //depot/perl@19268
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
| | | | | | | (Lots of Perl 5 source code archaeology was involved.) Larry didn't make strangled noises when I showed him the patch, either :-) p4raw-id: //depot/perl@19242
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
| | | p4raw-id: //depot/perl@18801
* Re: [perl #15439] unreferenced scalar due to double DESTROYDave Mitchell2003-01-221-1/+4
| | | | | Message-ID: <20030119164353.B24444@fdgroup.com> p4raw-id: //depot/perl@18554
* LEAKTEST is dead, RIPH.Merijn Brand2002-09-261-2/+2
| | | | | | | Subject: Re: [perl #17197] SIGSEGV in perl 5.8.0 multithread build with -DLEAKTEST From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020923182824.C7B6.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@17920
* Negative subscripts optionally passed to tied array methodsMark-Jason Dominus2002-08-171-50/+131
| | | | | Message-id: <20020415033855.6343.qmail@plover.com> p4raw-id: //depot/perl@17727
* Remove pseudo-hashes (complete)Michael G. Schwern2002-08-171-101/+0
| | | | | Message-id: <20020806200510.GC31473@ool-18b93024.dyn.optonline.net> p4raw-id: //depot/perl@17725
* More VC5-induced casting found by Nikola Knezevic.Jarkko Hietaniemi2002-04-271-1/+1
| | | p4raw-id: //depot/perl@16232
* 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
* more warnings tidyupPaul Marquess2002-03-111-2/+2
| | | | | | From: "Paul Marquess" <paul_marquess@yahoo.co.uk> Message-ID: <AIEAJICLCBDNAAOLLOKLMEEGDPAA.paul_marquess@yahoo.co.uk> p4raw-id: //depot/perl@15155
* PATCH (bleadperl): Quieter handling of tied arraysMark-Jason Dominus2002-03-021-4/+10
| | | | | Message-ID: <20020301233535.15969.qmail@plover.com> p4raw-id: //depot/perl@14938
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-1/+1
| | | p4raw-id: //depot/perl@14391
* Missed the =head1 additions.Jarkko Hietaniemi2002-01-031-0/+4
| | | p4raw-id: //depot/perl@14041
* Re: Perl bug with "delete" on arraysAbhijit Menon-Sen2001-07-121-0/+1
| | | | | Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org> p4raw-id: //depot/perl@11329
* More -Wall sweeping.Jarkko Hietaniemi2001-05-301-0/+2
| | | p4raw-id: //depot/perl@10338
* Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,Jarkko Hietaniemi2001-05-301-1/+1
| | | | | and Abhijit Menon-Sen. p4raw-id: //depot/perl@10321
* [LARGE!] symbolic magicDave Mitchell2001-05-201-15/+20
| | | | | Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk> p4raw-id: //depot/perl@10168
* 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-6/+1
| | | p4raw-id: //depot/perl@7984
* Re: av.c patch (having slight problems)Ben Tilly2000-11-231-0/+8
| | | | | | | Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com> unshift() speedup. p4raw-id: //depot/perl@7825
* [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.cJens Hamisch2000-10-311-2/+7
| | | | | Message-Id: <20001030151707.A9597@Strawberry.COM> p4raw-id: //depot/perl@7499
* av.c apidocSimon Cozens2000-07-251-3/+24
| | | | | Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org> p4raw-id: //depot/perl@6438
* fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-9/+7
| | | p4raw-id: //depot/perl@5540