LOGONLY mark f58883 NODOC since it's just a semicolon deletion
[p5sagit/p5-mst-13.2.git] / av.c
2010-06-04 David Mitchell rename DM_ARRAY flag to DM_ARRAY_ISA
2010-05-25 Shlomi Fish Add the perl equivalent for av_make.
2010-05-25 Shlomi Fish Add the Perl equivalent for av_len.
2010-05-25 Shlomi Fish Add a missing comma in the av_fill() docs.
2010-05-25 Shlomi Fish Clarify the av_fetch() documentation.
2010-05-25 Shlomi Fish Add Perl equivalent for av_exists().
2010-05-25 Shlomi Fish Add a Perl equivalent to av_delete().
2010-05-25 Shlomi Fish Add the Perl equivalent example to av_clear.
2010-04-26 Nicholas Clark Convert Perl_magic_methcall() to varargs.
2010-04-26 Nicholas Clark For Perl_magic_methcall() add G_UNDEF_FILL to fill...
2010-04-24 David Mitchell add Perl_magic_methcall
2010-04-21 David Mitchell follow up fix for fd69380d5d5b95ef16e2521cf4251b34ee0ce151
2010-04-15 David Mitchell use cBOOL for bool casts
2009-11-02 Bo Borgerson [PATCH] [perl #20321] Non-destructive Perl_av_make
2009-10-12 Nicholas Clark Add Perl_ck_warner_d(), which combines Perl_ckwarn_d...
2009-07-31 Steffen Mueller Mention in apidocs that av_push takes ownership of...
2008-11-02 Tom Christiansen PATCH: Large omnibus patch to clean up the JRRT quotes
2008-11-02 Rafael Garcia-Suarez Explicitly specify some printf formats for constant...
2008-10-31 Nicholas Clark sizeof(const SV *) is the same as sizeof(SV *), except...
2008-10-30 Nicholas Clark Eliminate (SV *) casts from the rest of *.c, picking...
2008-10-29 Nicholas Clark Eliminate (AV *) casts in *.c.
2008-10-27 Nicholas Clark Bugs revealed by replacing (SV *) casts with something...
2008-10-25 Nicholas Clark Update copyright years.
2008-09-20 Nicholas Clark Two 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 Clark Assert that the av argument to all the av_*() functions...
2008-02-27 Nicholas Clark Comment on why I don't think changing Perl_safesysmallo...
2008-02-26 Nicholas Clark If the C library provides malloc_size(), we can use...
2008-02-12 Nicholas Clark assert() that every NN argument is not NULL. Otherwise...
2008-01-04 Marcus Holland-Moritz Add macros mPUSHs() and mXPUSHs() for pushing SVs on...
2007-12-31 Craig A. Berry Needed one more cast after 32760. The VMS compiler...
2007-12-29 Nicholas Clark Change 32760 needed to add a cast to avoid a warning.
2007-12-29 Nicholas Clark Change Perl_av_iter_p() to return IV* rather than I32...
2007-12-20 Nicholas Clark Implement each @array.
2007-12-20 Nicholas Clark Perl_newAV() can become a mathom by making newAV()...
2007-11-07 Nicholas Clark Fix up copyright years for files modified in 2007.
2007-08-31 Brandon Black Re: optimize push @ISA, (was Re: parent.pm at corion...
2007-06-26 Brandon Black Second patch from:
2007-05-03 Andy Lester The revenge of the consts
2007-02-18 Nicholas Clark Add a new API function newSV_type, to replace the idiom:
2007-01-29 Nicholas Clark Add av_create_and_push() and av_create_and_unshift_one...
2006-11-06 Nicholas Clark assert() that SvPV_set() isn't used on arrays.
2006-10-30 Gisle Aas Improve documentation of av_len and av_fill.
2006-06-06 Andy Lester more accumulated cleanups
2006-05-24 Andy Lester Refactoring in av.c
2006-04-17 Nicholas Clark Note in av_store() that S_regclass relies on being...
2006-02-27 Andy Lester Speedups and shrinkages of SvREFCNT_inc
2006-01-18 Steve Hay Change all NEWSV() to newSV() in the core and non-dual...
2006-01-10 Andy Lester It's the Barbie bus patch
2006-01-08 Nicholas Clark Update copyright years (including some years where...
2006-01-06 Jarkko Hietaniemi sprinkle dVAR
2005-12-29 Andy Lester av.c cleanup, plus!
2005-12-28 Gisle Aas Cleanup; replace a croak("panic: ...") with assert().
2005-12-28 Gisle Aas assert(av); Cleanup the way that the av_*() functions...
2005-12-27 Andy Lester pre-likely cleanup
2005-11-14 Nicholas Clark Mark all places where perl needs to look at a possibly...
2005-10-29 Steve Peters Coverage stats say av_fake() is a mathom too.
2005-10-19 Andy Lester More consting, and DRY leads to shrinking object code
2005-10-16 Dave Mitchell an assert in av_undef was leaking memory
2005-10-14 Steve Peters gcc complains when it sees variables declared
2005-07-08 Jim Cromie Re: janitorial work ? [patch]
2005-06-21 Nicholas Clark No need to set flags twice.
2005-06-16 Andy Lester Removing /*SUPPRESS xxx*/
2005-06-09 Nicholas Clark $r = do {my @a; \$#a}; $$r = 503 # is also naughty...
2005-06-09 Nicholas Clark Fixes the case of $a = \$#{[]}; and then accessing $$a
2005-06-02 Andy Lester Quotes fixed, see also perl #36079
2005-05-29 Nicholas Clark Goodbye xav_arylen. You won't be missed that much.
2005-05-20 Nicholas Clark Goodbye AvFLAGS
2005-05-16 Andy Lester consting-eleventy.patch: More consts, plus actual bug fix
2005-05-11 Rafael Garcia-Suarez Include vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-Suarez Add editor boilerplates to all C files
2005-05-07 Andy Lester GCC attributes!
2005-04-21 Jarkko Hietaniemi Symbian port of Perl
2005-04-18 Steve Peters Refactoring to Sv*_set() macros - patch #4
2005-03-30 Rafael Garcia-Suarez Update copyrights.
2005-03-25 Andy Lester Consting five
2005-03-14 Andy Lester Adding const qualifiers
2004-09-05 Dave Mitchell only mortalize deleted array elements for AvREAL
2004-07-23 Dave Mitchell [perl #30733] memory leak in array delete
2004-06-08 Jarkko Hietaniemi Re: [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 Hietaniemi malloc wrappage
2003-04-19 Dave Mitchell allow recursive FETCHes
2003-04-16 Jarkko Hietaniemi Fix up Larry's copyright statements to my best knowledge.
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
2003-01-22 Dave Mitchell Re: [perl #15439] unreferenced scalar due to double...
2002-09-26 H.Merijn Brand LEAKTEST is dead, RIP
2002-08-17 Mark-Jason Dominus Negative subscripts optionally passed to tied array...
2002-08-17 Michael G. Schwern Remove pseudo-hashes (complete)
2002-04-27 Jarkko Hietaniemi More VC5-induced casting found by Nikola Knezevic.
2002-04-21 Gurusamy Sarathy fixes for all the warnings reported by Visual C (most...
2002-03-11 Paul Marquess more warnings tidyup
2002-03-02 Mark-Jason Dominus PATCH (bleadperl): Quieter handling of tied arrays
2002-01-25 Nick Ing-Simmons Integrate mainline
2002-01-23 Jarkko Hietaniemi Copyright++. (Not all the toplevel *.h have one, it...
2002-01-03 Jarkko Hietaniemi Missed the =head1 additions.
2001-07-12 Abhijit Menon-Sen Re: Perl bug with "delete" on arrays
2001-05-30 Jarkko Hietaniemi More -Wall sweeping.
2001-05-30 Jarkko Hietaniemi Medley of -Wall cleanups from Michael Schwen, Hugo...
next