summaryrefslogtreecommitdiff
path: root/av.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] [perl #20321] Non-destructive Perl_av_makeBo Borgerson2009-11-021-1/+7
* Add Perl_ck_warner_d(), which combines Perl_ckwarn_d() and Perl_warner().Nicholas Clark2009-10-121-4/+4
* Mention in apidocs that av_push takes ownership of a refcountSteffen Mueller2009-07-311-1/+2
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2008-11-021-2/+4
* Explicitly specify some printf formats for constant strings.Rafael Garcia-Suarez2008-11-021-7/+7
* sizeof(const SV *) is the same as sizeof(SV *), except that it doesn'tNicholas Clark2008-10-311-4/+5
* Eliminate (SV *) casts from the rest of *.c, picking up one (further)Nicholas Clark2008-10-301-39/+43
* Eliminate (AV *) casts in *.c.Nicholas Clark2008-10-291-1/+1
* Bugs revealed by replacing (SV *) casts with something that doesn'tNicholas Clark2008-10-271-1/+1
* Update copyright years.Nicholas Clark2008-10-251-2/+2
* Two missing 'static's, spotted by Merijn's smoker.Nicholas Clark2008-09-201-1/+1
* [DOC PATCH] av.c - clearify that av_shift returns &PL_sv_undef if array is emptyClaes Jacobsson2008-09-071-1/+2
* [perl #51636] segmentation fault with array tiesblino@mandriva.com2008-03-121-1/+1
* Assert that the av argument to all the av_*() functions is an array.Nicholas Clark2008-03-081-0/+23
* Comment on why I don't think changing Perl_safesysmalloc_size() in av.cNicholas Clark2008-02-271-0/+13
* If the C library provides malloc_size(), we can use that in the sameNicholas Clark2008-02-261-3/+4
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2008-02-121-15/+25
* Add macros mPUSHs() and mXPUSHs() for pushing SVs on the stackMarcus Holland-Moritz2008-01-041-2/+2
* Needed one more cast after 32760. The VMS compiler complainedCraig A. Berry2007-12-311-1/+1
* Change 32760 needed to add a cast to avoid a warning.Nicholas Clark2007-12-291-1/+3
* Change Perl_av_iter_p() to return IV* rather than I32* (which meansNicholas Clark2007-12-291-2/+9
* Implement each @array.Nicholas Clark2007-12-201-2/+15
* Perl_newAV() can become a mathom by making newAV() a wrapper aroundNicholas Clark2007-12-201-19/+0
* Fix up copyright years for files modified in 2007.Nicholas Clark2007-11-071-1/+1
* Re: optimize push @ISA, (was Re: parent.pm at http://corion.net/perl-dev)Brandon Black2007-08-311-4/+12
* Second patch from:Brandon Black2007-06-261-1/+4
* The revenge of the constsAndy Lester2007-05-031-3/+2
* Add a new API function newSV_type, to replace the idiom:Nicholas Clark2007-02-181-6/+2
* Add av_create_and_push() and av_create_and_unshift_one() to refactorNicholas Clark2007-01-291-0/+38
* assert() that SvPV_set() isn't used on arrays.Nicholas Clark2006-11-061-9/+9
* Improve documentation of av_len and av_fill.Gisle Aas2006-10-301-3/+9
* more accumulated cleanupsAndy Lester2006-06-061-3/+2
* Refactoring in av.cAndy Lester2006-05-241-41/+38
* Note in av_store() that S_regclass relies on being able to pass NULL.Nicholas Clark2006-04-171-0/+4
* Speedups and shrinkages of SvREFCNT_incAndy Lester2006-02-271-1/+1
* Change all NEWSV() to newSV() in the core and non-dual-lived modules.Steve Hay2006-01-181-5/+5
* It's the Barbie bus patchAndy Lester2006-01-101-2/+2
* Update copyright years (including some years where we made changes butNicholas Clark2006-01-081-1/+1
* sprinkle dVARJarkko Hietaniemi2006-01-061-0/+7
* av.c cleanup, plus!Andy Lester2005-12-291-3/+3
* Cleanup; replace a croak("panic: ...") with assert().Gisle Aas2005-12-281-4/+1
* assert(av); Cleanup the way that the av_*() functions checkGisle Aas2005-12-281-24/+30
* pre-likely cleanupAndy Lester2005-12-271-9/+10
* Mark all places where perl needs to look at a possibly-freed scalarNicholas Clark2005-11-141-1/+1
* Coverage stats say av_fake() is a mathom too.Steve Peters2005-10-291-22/+0
* More consting, and DRY leads to shrinking object codeAndy Lester2005-10-191-15/+11
* an assert in av_undef was leaking memoryDave Mitchell2005-10-161-2/+0
* gcc complains when it sees variables declaredSteve Peters2005-10-141-1/+1
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-4/+4
* No need to set flags twice.Nicholas Clark2005-06-211-2/+2