Static cleanup in pp_sort.c
[p5sagit/p5-mst-13.2.git] / av.c
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...
2001-05-20 Dave Mitchell [LARGE!] symbolic magic
2001-01-08 Charles Bailey Once again syncing after too long an absence
2001-01-01 Jarkko Hietaniemi Bump up Larry's copyright.
2000-12-05 Jarkko Hietaniemi dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-11-23 Ben Tilly Re: av.c patch (having slight problems)
2000-10-31 Jens Hamisch [ID 20001030.001] 5.7.0-7489: Null-Pointer reference...
2000-08-04 Charles Bailey YA resync with mainstem, including VMS patches from...
2000-07-25 Simon Cozens av.c apidoc
2000-03-05 Gurusamy Sarathy fixes for most warnings identified by gcc -Wall
2000-03-03 Gurusamy Sarathy support for list assignment to pseudohashes (from John...
2000-02-26 Charles Bailey Resync with mainline
2000-02-14 Gurusamy Sarathy notes about running Purify
2000-02-09 Charles Bailey Minor fixes to assuage picky compilers (unsigned compar...
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-08 Gurusamy Sarathy documentation patches (from Michael Schwern and Yitzchak
2000-02-06 Gurusamy Sarathy set SvUTF8 on vectors only if there are chars > 127...
2000-01-28 Gurusamy Sarathy autogenerate API listing from comments in the source...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-13 Gurusamy Sarathy clearer docs for change#4796; faster av_exists()
2000-01-13 Gurusamy Sarathy support delete() and exists() on array, tied array...
1999-10-03 Michael G. Schwern A better version of #4296.
1999-10-03 Michael G. Schwern (Replaced by #4297.)
1999-10-02 Gurusamy Sarathy make exists() work better on pseudo-hashes (reworked...
1999-07-23 Spider Boardman Avoid core dumps resulting from humongous array indices
1999-07-07 Paul Marquess lexical warnings update (warning.t fails one test
1999-06-09 Gurusamy Sarathy more complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathy initial stub implementation of implicit thread/this
1999-03-22 Gurusamy Sarathy update copyright years
1998-11-06 Gurusamy Sarathy fix AvREALISH bogusness
1998-10-30 Gurusamy Sarathy phase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-25 Gurusamy Sarathy integrate changes#1982,2014,2021 (from maint-5.005)
1998-10-21 Gurusamy Sarathy fix handling of mayhaps-extended @_ in goto &sub
1998-09-23 Ilya Zakharevich support match indices via special variables @- and @+
1998-07-21 Ilya Zakharevich disable malloced_size() feedback with -DLEAKTEST
1998-07-18 Nick Ing-Simmons PL_ prefix to all perlvars, part1
1998-07-13 Gurusamy Sarathy add a few more PURIFY guards
1998-07-06 Gurusamy Sarathy rename s/\bSI_/PERLSI_/ to avoid collisions with sysinf...
1998-07-05 Gurusamy Sarathy patchlevel up to 5.004_70, various tweaks
1998-07-04 Gisle Aas applied patch with tweaks to prose
1998-06-28 Joshua Pritikin PUSHSTACK renovation
1998-06-23 Ilya Zakharevich applied patch, regen headers
1998-06-20 Joshua Pritikin added patch, tweaked missed files, excised comment...
1998-06-18 Joshua Pritikin hand apply whitespace-mutiliated patch
next