This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
formats: allow > 256 decimal places
[perl5.git] / av.c
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
2005-05-16 Andy Lesterconsting-eleventy.patch: More consts, plus actual bug fix
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-SuarezAdd editor boilerplates to all C files
2005-05-07 Andy LesterGCC attributes!
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-04-18 Steve PetersRefactoring to Sv*_set() macros - patch #4
2005-03-30 Rafael Garcia-SuarezUpdate copyrights.
2005-03-25 Andy LesterConsting five
2005-03-14 Andy LesterAdding const qualifiers
2004-09-05 Dave Mitchellonly mortalize deleted array elements for AvREAL
2004-07-23 Dave Mitchell[perl #30733] memory leak in array delete
2004-06-08 Jarkko HietaniemiRe: [PATCH] Re: Lack of error for large string on Solaris
2004-03-31 Dave Mitchell [perl #28032] delete $_[0] + (\$) prototype = bad...
2004-03-17 Jarkko Hietaniemimalloc wrappage
2003-04-19 Dave Mitchellallow recursive FETCHes
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2003-01-22 Dave MitchellRe: [perl #15439] unreferenced scalar due to double...
2002-09-26 H.Merijn BrandLEAKTEST is dead, RIP
2002-08-17 Mark-Jason DominusNegative subscripts optionally passed to tied array...
2002-08-17 Michael G. SchwernRemove pseudo-hashes (complete)
2002-04-27 Jarkko HietaniemiMore VC5-induced casting found by Nikola Knezevic.
2002-04-21 Gurusamy Sarathyfixes for all the warnings reported by Visual C (most...
2002-03-11 Paul Marquessmore warnings tidyup
2002-03-02 Mark-Jason DominusPATCH (bleadperl): Quieter handling of tied arrays
2002-01-25 Nick Ing-SimmonsIntegrate mainline
next