summaryrefslogtreecommitdiff
path: root/av.c
Commit message (Expand)AuthorAgeFilesLines
* av.c cleanup, plus!Andy Lester2005-12-291-3/+3
* Cleanup; replace a croak("panic: ...") with assert().Gisle Aas2005-12-281-4/+1
* assert(av); Cleanup the way that the av_*() functions checkGisle Aas2005-12-281-24/+30
* pre-likely cleanupAndy Lester2005-12-271-9/+10
* Mark all places where perl needs to look at a possibly-freed scalarNicholas Clark2005-11-141-1/+1
* Coverage stats say av_fake() is a mathom too.Steve Peters2005-10-291-22/+0
* More consting, and DRY leads to shrinking object codeAndy Lester2005-10-191-15/+11
* an assert in av_undef was leaking memoryDave Mitchell2005-10-161-2/+0
* gcc complains when it sees variables declaredSteve Peters2005-10-141-1/+1
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-4/+4
* No need to set flags twice.Nicholas Clark2005-06-211-2/+2
* Removing /*SUPPRESS xxx*/Andy Lester2005-06-161-2/+0
* $r = do {my @a; \$#a}; $$r = 503 # is also naughty and now warnsNicholas Clark2005-06-091-9/+2
* Fixes the case of $a = \$#{[]}; and then accessing $$aNicholas Clark2005-06-091-4/+10
* Quotes fixed, see also perl #36079Andy Lester2005-06-021-1/+1
* Goodbye xav_arylen. You won't be missed that much.Nicholas Clark2005-05-291-0/+17
* Goodbye AvFLAGSNicholas Clark2005-05-201-2/+2
* consting-eleventy.patch: More consts, plus actual bug fixAndy Lester2005-05-161-5/+3
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-2/+2
* Add editor boilerplates to all C filesRafael Garcia-Suarez2005-05-101-0/+10
* GCC attributes!Andy Lester2005-05-071-2/+1
* Symbian port of PerlJarkko Hietaniemi2005-04-211-0/+5
* Refactoring to Sv*_set() macros - patch #4Steve Peters2005-04-181-10/+10
* Update copyrights.Rafael Garcia-Suarez2005-03-301-1/+1
* Consting fiveAndy Lester2005-03-251-4/+3
* Adding const qualifiersAndy Lester2005-03-141-6/+6
* only mortalize deleted array elements for AvREALDave Mitchell2004-09-051-1/+1
* [perl #30733] memory leak in array deleteDave Mitchell2004-07-231-0/+2
* Re: [PATCH] Re: Lack of error for large string on SolarisJarkko Hietaniemi2004-06-081-2/+7
* [perl #28032] delete $_[0] + (\$) prototype = bad freeDave Mitchell2004-03-311-1/+4
* malloc wrappageJarkko Hietaniemi2004-03-171-0/+2
* allow recursive FETCHesDave Mitchell2003-04-191-3/+5
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* Re: [perl #15439] unreferenced scalar due to double DESTROYDave Mitchell2003-01-221-1/+4
* LEAKTEST is dead, RIPH.Merijn Brand2002-09-261-2/+2
* Negative subscripts optionally passed to tied array methodsMark-Jason Dominus2002-08-171-50/+131
* Remove pseudo-hashes (complete)Michael G. Schwern2002-08-171-101/+0
* More VC5-induced casting found by Nikola Knezevic.Jarkko Hietaniemi2002-04-271-1/+1
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-1/+1
* more warnings tidyupPaul Marquess2002-03-111-2/+2
* PATCH (bleadperl): Quieter handling of tied arraysMark-Jason Dominus2002-03-021-4/+10
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-1/+1
* Missed the =head1 additions.Jarkko Hietaniemi2002-01-031-0/+4
* Re: Perl bug with "delete" on arraysAbhijit Menon-Sen2001-07-121-0/+1
* More -Wall sweeping.Jarkko Hietaniemi2001-05-301-0/+2
* Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,Jarkko Hietaniemi2001-05-301-1/+1
* [LARGE!] symbolic magicDave Mitchell2001-05-201-15/+20
* Bump up Larry's copyright.Jarkko Hietaniemi2001-01-011-1/+1
* dTHR is a nop in 5.6.0 onwards. Ergo, it can go.Jarkko Hietaniemi2000-12-051-6/+1