This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Time-HiRes version bump
[perl5.git] / av.c
2016-03-07 Karl Williamsonperlapi: Slight clarification
2015-10-20 David MitchellImprove pod for [ah]v_(clear|undef)
2015-10-02 David Mitchellmake EXTEND() and stack_grow() safe(r)
2015-09-04 Karl Williamsonperlapi: Add some S<>
2015-09-04 Karl WilliamsonVarious pods: Add C<> around many typed-as-is things
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2014-12-31 David Mitchellavoid integer overflow in Perl_av_extend_guts()
2014-12-17 David MitchellRemove duplicate apidoc entries
2014-08-06 Rafael Garcia-SuarezDocumentation typo fix
2014-06-25 Jarkko HietaniemiRemove or downgrade unnecessary dVAR.
2014-06-01 Karl WilliamsonPATCH: [perl #120386]: av_len documentation
2014-05-28 Daniel Draganrefactor av_delete
2013-12-29 Father Chrysostomosperlapi: Consistent spaces after dots
2013-11-23 Father ChrysostomosExtend STRESS_REALLOC to move the stack with every...
2013-11-15 Daniel Dragan[perl #120544] fix "goto" around var init error in...
2013-11-04 Father Chrysostomossub NEGATIVE_INDICES; + $tied[-1] = crash
2013-08-25 Father ChrysostomosUse SSize_t for arrays
2013-08-25 Father ChrysostomosUse SSize_t when extending the stack
2013-08-21 Father Chrysostomos[perl #7508] Use NULL for nonexistent array elems
2013-07-20 Steffen MuellerClarify av_shift API docs
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...
next