summaryrefslogtreecommitdiff
path: root/av.c
Commit message (Expand)AuthorAgeFilesLines
* av_fetch: de-duplicate small bit of codeDavid Mitchell2012-02-271-11/+5
* Document that [ah]v_undef/clear may free the [ah]vFather Chrysostomos2012-01-091-3/+8
* Better fix for perl #107440Father Chrysostomos2012-01-091-3/+11
* Simplify magic logic in av.c:av_storeFather Chrysostomos2012-01-081-2/+1
* [perl #85670] Copy magic to ary elems properlyFather Chrysostomos2012-01-061-5/+12
* av.c: Consistent use of spaces after dots in apidocsFather Chrysostomos2011-12-271-4/+6
* perlapi.pod EnhancementsShlomi Fish2011-07-181-2/+14
* av.c: Add blank line before =cutFather Chrysostomos2011-07-151-0/+1
* perlapi: Clarify statement about av_push()Karl Williamson2011-01-291-2/+1
* [perl #45147] Issue with the exists functionPeter Martini2011-01-021-1/+12
* Document that av_delete and hv_delete make their return values mortal.Chip Salzenberg2010-10-141-5/+5
* Remove offer_nice_chunk(), PL_nice_chunk and PL_nice_chunk_size.Nicholas Clark2010-09-081-5/+1
* Add Perl_croak_no_modify() to implement Perl_croak("%s", PL_no_modify).Nicholas Clark2010-06-271-7/+7
* rename DM_ARRAY flag to DM_ARRAY_ISADavid Mitchell2010-06-041-2/+2
* Add the perl equivalent for av_make.Shlomi Fish2010-05-251-0/+2
* Add the Perl equivalent for av_len.Shlomi Fish2010-05-251-0/+2
* Add a missing comma in the av_fill() docs.Shlomi Fish2010-05-251-1/+1
* Clarify the av_fetch() documentation.Shlomi Fish2010-05-251-2/+4
* Add Perl equivalent for av_exists().Shlomi Fish2010-05-251-0/+2
* Add a Perl equivalent to av_delete().Shlomi Fish2010-05-251-1/+3
* Add the Perl equivalent example to av_clear.Shlomi Fish2010-05-251-1/+1
* Convert Perl_magic_methcall() to varargs.Nicholas Clark2010-04-261-8/+10
* For Perl_magic_methcall() add G_UNDEF_FILL to fill the stack with &PL_sv_undef.Nicholas Clark2010-04-261-2/+2
* add Perl_magic_methcallDavid Mitchell2010-04-251-76/+16
* follow up fix for fd69380d5d5b95ef16e2521cf4251b34ee0ce151David Mitchell2010-04-211-0/+2
* use cBOOL for bool castsDavid Mitchell2010-04-151-1/+1
* [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