This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Meta-oops. Change 25987 was not the change you were looking for.
[perl5.git] / av.c
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
2002-01-23 Jarkko HietaniemiCopyright++. (Not all the toplevel *.h have one, it...
2002-01-03 Jarkko HietaniemiMissed the =head1 additions.
2001-07-12 Abhijit Menon-SenRe: Perl bug with "delete" on arrays
2001-05-30 Jarkko HietaniemiMore -Wall sweeping.
2001-05-30 Jarkko HietaniemiMedley of -Wall cleanups from Michael Schwen, Hugo...
2001-05-20 Dave Mitchell[LARGE!] symbolic magic
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2001-01-01 Jarkko HietaniemiBump up Larry's copyright.
2000-12-05 Jarkko HietaniemidTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-11-23 Ben TillyRe: 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 BaileyYA resync with mainstem, including VMS patches from...
2000-07-25 Simon Cozensav.c apidoc
2000-03-05 Gurusamy Sarathyfixes for most warnings identified by gcc -Wall
2000-03-03 Gurusamy Sarathysupport for list assignment to pseudohashes (from John...
2000-02-26 Charles BaileyResync with mainline
2000-02-14 Gurusamy Sarathynotes about running Purify
2000-02-09 Charles BaileyMinor fixes to assuage picky compilers (unsigned compar...
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-08 Gurusamy Sarathydocumentation patches (from Michael Schwern and Yitzchak
2000-02-06 Gurusamy Sarathyset SvUTF8 on vectors only if there are chars > 127...
2000-01-28 Gurusamy Sarathyautogenerate API listing from comments in the source...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-13 Gurusamy Sarathyclearer docs for change#4796; faster av_exists()
2000-01-13 Gurusamy Sarathysupport delete() and exists() on array, tied array...
1999-10-03 Michael G. SchwernA better version of #4296.
1999-10-03 Michael G. Schwern(Replaced by #4297.)
1999-10-02 Gurusamy Sarathymake exists() work better on pseudo-hashes (reworked...
1999-07-23 Spider BoardmanAvoid core dumps resulting from humongous array indices
1999-07-07 Paul Marquesslexical warnings update (warning.t fails one test
1999-06-09 Gurusamy Sarathymore complete support for implicit thread/interpreter...
1999-06-07 Gurusamy Sarathyinitial stub implementation of implicit thread/this
1999-03-22 Gurusamy Sarathyupdate copyright years
1998-11-06 Gurusamy Sarathyfix AvREALISH bogusness
1998-10-30 Gurusamy Sarathyphase 1 of somewhat major rearrangement of PERL_OBJECT...
1998-10-25 Gurusamy Sarathyintegrate changes#1982,2014,2021 (from maint-5.005)
1998-10-21 Gurusamy Sarathyfix handling of mayhaps-extended @_ in goto &sub
1998-09-23 Ilya Zakharevichsupport match indices via special variables @- and @+
1998-07-21 Ilya Zakharevichdisable malloced_size() feedback with -DLEAKTEST
1998-07-18 Nick Ing-SimmonsPL_ prefix to all perlvars, part1
1998-07-13 Gurusamy Sarathyadd a few more PURIFY guards
1998-07-06 Gurusamy Sarathyrename s/\bSI_/PERLSI_/ to avoid collisions with sysinf...
1998-07-05 Gurusamy Sarathypatchlevel up to 5.004_70, various tweaks
1998-07-04 Gisle Aasapplied patch with tweaks to prose
1998-06-28 Joshua PritikinPUSHSTACK renovation
1998-06-23 Ilya Zakharevichapplied patch, regen headers
1998-06-20 Joshua Pritikinadded patch, tweaked missed files, excised comment...
1998-06-18 Joshua Pritikinhand apply whitespace-mutiliated patch
1998-05-18 Gurusamy Sarathy[win32] more whitespace tweaks from maintbranch
1998-05-17 Gurusamy Sarathy[win32] sundry whitespace cleanups from maintbranch
1998-04-03 Gurusamy Sarathy[win32] implement stack-of-stacks so that magic invocat...
1998-03-09 Gurusamy Sarathy[win32] merge C<local $tied{foo}> patch, also moved...
1998-03-07 Gurusamy Sarathy[win32] change all 'sp' to 'SP' in code and in the...
1998-02-03 Malcolm BeattieReplaced two occurrences of THREADSV(find_thread_sv...
1998-02-01 Douglas Lankshear[asperl] added AS patch#3
1998-01-24 Nick Ing-SimmonsGisle's av_unshift tweak, two small patches from chip
1998-01-14 Nick Ing-SimmonsTIEARRAY updates - almost works ...
1998-01-13 Nick Ing-Simmonstiearray tweaks
1998-01-13 Nick Ing-Simmonstie array changes to core and tests
1997-11-19 Malcolm Beattieavhv_keys under Digital UNIX made avhv.t fail because...
1997-11-18 Joshua PritikinSeparate avhv_foo() key handling into avhv_keys()....
next