This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In embed.fnc, reorder the symbols conditional on HAVE_INTERP_INTERP.
[perl5.git] / av.c
2013-06-30 Ruslan Zakirovchange magic_methcall to use SV with shared hash value
2013-02-22 Nicholas ClarkAbolish STRANGE_MALLOC. Now all malloc()s are considere...
2013-02-08 Karl WilliamsonAdd av_tindex() synonym for av_top_index()
2013-02-08 Karl WilliamsonInline av_top_index()
2013-02-08 Karl WilliamsonChange name 'av_top' to 'av_top_index'
2013-01-25 Karl WilliamsonFix various minor pod issues
2013-01-20 Karl WilliamsonAdd av_top() synonym for av_len()
2013-01-12 Karl Williamsonperlapi: Clarify av_pop
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-11-23 bulk88 (via RT)av_exists: dont make a mortal never to use it
2012-11-12 Daniel Draganrmv context from Perl_croak_no_modify and Perl_croak_xs...
2012-10-28 Father ChrysostomosDon’t crash with $tied[-1] when array is tied to non-obj
2012-10-28 Father ChrysostomosDon’t skip tied EXISTS for negative array indices
2012-10-26 Father Chrysostomos[perl #115440] Fix various leaks with fatal FETCH
2012-08-21 Father ChrysostomosStop padlists from being AVs
2012-08-18 Karl WilliamsonOmnibus removal of register declarations
2012-07-15 Chip SalzenbergMagic flags harmonization.
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-02-27 David Mitchellav_fetch: de-duplicate small bit of code
2012-01-10 Father ChrysostomosDocument that [ah]v_undef/clear may free the [ah]v
2012-01-10 Father ChrysostomosBetter fix for perl #107440
2012-01-08 Father ChrysostomosSimplify magic logic in av.c:av_store
2012-01-07 Father Chrysostomos[perl #85670] Copy magic to ary elems properly
2011-12-27 Father Chrysostomosav.c: Consistent use of spaces after dots in apidocs
2011-07-19 Shlomi Fishperlapi.pod Enhancements
2011-07-16 Father Chrysostomosav.c: Add blank line before =cut
2011-01-29 Karl Williamsonperlapi: Clarify statement about av_push()
2011-01-03 Peter Martini[perl #45147] Issue with the exists function
2010-10-15 Chip SalzenbergDocument that av_delete and hv_delete make their return...
2010-09-08 Nicholas ClarkRemove offer_nice_chunk(), PL_nice_chunk and PL_nice_ch...
2010-06-27 Nicholas ClarkAdd Perl_croak_no_modify() to implement Perl_croak...
2010-06-04 David Mitchellrename DM_ARRAY flag to DM_ARRAY_ISA
2010-05-25 Shlomi FishAdd the perl equivalent for av_make.
2010-05-25 Shlomi FishAdd the Perl equivalent for av_len.
2010-05-25 Shlomi FishAdd a missing comma in the av_fill() docs.
2010-05-25 Shlomi FishClarify the av_fetch() documentation.
2010-05-25 Shlomi FishAdd Perl equivalent for av_exists().
2010-05-25 Shlomi FishAdd a Perl equivalent to av_delete().
2010-05-25 Shlomi FishAdd the Perl equivalent example to av_clear.
2010-04-26 Nicholas ClarkConvert Perl_magic_methcall() to varargs.
2010-04-26 Nicholas ClarkFor Perl_magic_methcall() add G_UNDEF_FILL to fill...
2010-04-24 David Mitchelladd Perl_magic_methcall
2010-04-21 David Mitchellfollow up fix for fd69380d5d5b95ef16e2521cf4251b34ee0ce151
2010-04-15 David Mitchelluse cBOOL for bool casts
2009-11-02 Bo Borgerson[PATCH] [perl #20321] Non-destructive Perl_av_make
2009-10-12 Nicholas ClarkAdd Perl_ck_warner_d(), which combines Perl_ckwarn_d...
2009-07-31 Steffen MuellerMention in apidocs that av_push takes ownership of...
2008-11-02 Tom ChristiansenPATCH: Large omnibus patch to clean up the JRRT quotes
2008-11-02 Rafael Garcia-SuarezExplicitly specify some printf formats for constant...
2008-10-31 Nicholas Clarksizeof(const SV *) is the same as sizeof(SV *), except...
2008-10-30 Nicholas ClarkEliminate (SV *) casts from the rest of *.c, picking...
2008-10-29 Nicholas ClarkEliminate (AV *) casts in *.c.
2008-10-27 Nicholas ClarkBugs revealed by replacing (SV *) casts with something...
2008-10-25 Nicholas ClarkUpdate copyright years.
2008-09-20 Nicholas ClarkTwo missing 'static's, spotted by Merijn's smoker.
2008-09-07 Claes Jacobsson[DOC PATCH] av.c - clearify that av_shift returns ...
2008-03-12 blino@mandriva.com[perl #51636] segmentation fault with array ties
2008-03-08 Nicholas ClarkAssert that the av argument to all the av_*() functions...
2008-02-27 Nicholas ClarkComment on why I don't think changing Perl_safesysmallo...
2008-02-26 Nicholas ClarkIf the C library provides malloc_size(), we can use...
2008-02-12 Nicholas Clarkassert() that every NN argument is not NULL. Otherwise...
2008-01-04 Marcus Holland-MoritzAdd macros mPUSHs() and mXPUSHs() for pushing SVs on...
2007-12-31 Craig A. BerryNeeded one more cast after 32760. The VMS compiler...
2007-12-29 Nicholas ClarkChange 32760 needed to add a cast to avoid a warning.
2007-12-29 Nicholas ClarkChange Perl_av_iter_p() to return IV* rather than I32...
2007-12-20 Nicholas ClarkImplement each @array.
2007-12-20 Nicholas ClarkPerl_newAV() can become a mathom by making newAV()...
2007-11-07 Nicholas ClarkFix up copyright years for files modified in 2007.
2007-08-31 Brandon BlackRe: optimize push @ISA, (was Re: parent.pm at corion...
2007-06-26 Brandon BlackSecond patch from:
2007-05-03 Andy LesterThe revenge of the consts
2007-02-18 Nicholas ClarkAdd a new API function newSV_type, to replace the idiom:
2007-01-29 Nicholas ClarkAdd av_create_and_push() and av_create_and_unshift_one...
2006-11-06 Nicholas Clarkassert() that SvPV_set() isn't used on arrays.
2006-10-30 Gisle AasImprove documentation of av_len and av_fill.
2006-06-06 Andy Lestermore accumulated cleanups
2006-05-24 Andy LesterRefactoring in av.c
2006-04-17 Nicholas ClarkNote in av_store() that S_regclass relies on being...
2006-02-27 Andy LesterSpeedups and shrinkages of SvREFCNT_inc
2006-01-18 Steve HayChange all NEWSV() to newSV() in the core and non-dual...
2006-01-10 Andy LesterIt's the Barbie bus patch
2006-01-08 Nicholas ClarkUpdate copyright years (including some years where...
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2005-12-29 Andy Lesterav.c cleanup, plus!
2005-12-28 Gisle AasCleanup; replace a croak("panic: ...") with assert().
2005-12-28 Gisle Aasassert(av); Cleanup the way that the av_*() functions...
2005-12-27 Andy Lesterpre-likely cleanup
2005-11-14 Nicholas ClarkMark all places where perl needs to look at a possibly...
2005-10-29 Steve PetersCoverage stats say av_fake() is a mathom too.
2005-10-19 Andy LesterMore consting, and DRY leads to shrinking object code
2005-10-16 Dave Mitchellan assert in av_undef was leaking memory
2005-10-14 Steve Petersgcc complains when it sees variables declared
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-06-21 Nicholas ClarkNo need to set flags twice.
2005-06-16 Andy LesterRemoving /*SUPPRESS xxx*/
2005-06-09 Nicholas Clark$r = do {my @a; \$#a}; $$r = 503 # is also naughty...
2005-06-09 Nicholas ClarkFixes the case of $a = \$#{[]}; and then accessing $$a
2005-06-02 Andy LesterQuotes fixed, see also perl #36079
2005-05-29 Nicholas ClarkGoodbye xav_arylen. You won't be missed that much.
2005-05-20 Nicholas ClarkGoodbye AvFLAGS
next