Imported Upstream version 5.23.3
[platform/upstream/perl.git] / av.c
2017-06-28 DongHun KwakImported Upstream version 5.23.3 32/136032/1
2017-06-28 DongHun KwakImported Upstream version 5.23.0 29/136029/1
2017-06-28 DongHun KwakImported Upstream version 5.22.1 26/136026/1
2017-06-28 DongHun KwakImported Upstream version 5.21.11 24/136024/1
2017-06-28 DongHun KwakImported Upstream version 5.21.8 21/136021/1
2017-06-28 DongHun KwakImported Upstream version 5.21.7 20/136020/1
2017-06-28 DongHun KwakImported Upstream version 5.21.3 16/136016/1
2017-06-28 DongHun KwakImported Upstream version 5.21.2 15/136015/1
2017-06-28 DongHun KwakImported Upstream version 5.21.1 14/136014/1
2017-06-28 DongHun KwakImported Upstream version 5.21.0 13/136013/1
2017-06-28 DongHun KwakImported Upstream version 5.20.1 10/136010/1
2013-12-29 Father Chrysostomosperlapi: Consistent spaces after dots
2013-12-02 Steve HayMerge branch 'dirnames' into blead
2013-11-23 Father ChrysostomosExtend STRESS_REALLOC to move the stack with every...
2013-11-15 Daniel Dragan[perl #120544] fix "goto" around var init error in...
2013-11-04 Father Chrysostomossub NEGATIVE_INDICES; + $tied[-1] = crash
2013-08-25 Father ChrysostomosUse SSize_t for arrays
2013-08-25 Father ChrysostomosUse SSize_t when extending the stack
2013-08-21 Father Chrysostomos[perl #7508] Use NULL for nonexistent array elems
2013-07-20 Steffen MuellerClarify av_shift API docs
2013-06-30 Ruslan Zakirovchange magic_methcall to use SV with shared hash value
2013-02-22 Nicholas ClarkAbolish STRANGE_MALLOC. Now all malloc()s are considere...
2013-02-08 Karl WilliamsonAdd av_tindex() synonym for av_top_index()
2013-02-08 Karl WilliamsonInline av_top_index()
2013-02-08 Karl WilliamsonChange name 'av_top' to 'av_top_index'
2013-01-25 Karl WilliamsonFix various minor pod issues
2013-01-20 Karl WilliamsonAdd av_top() synonym for av_len()
2013-01-12 Karl Williamsonperlapi: Clarify av_pop
2012-11-25 Karl WilliamsonRemove "register" declarations
2012-11-23 bulk88 (via RT)av_exists: dont make a mortal never to use it
2012-11-12 Daniel Draganrmv context from Perl_croak_no_modify and Perl_croak_xs...
2012-10-28 Father ChrysostomosDon’t crash with $tied[-1] when array is tied to non-obj
2012-10-28 Father ChrysostomosDon’t skip tied EXISTS for negative array indices
2012-10-26 Father Chrysostomos[perl #115440] Fix various leaks with fatal FETCH
2012-08-22 Father Chrysostomos[Merge] New PADLIST type
2012-08-21 Father ChrysostomosStop padlists from being AVs
2012-08-18 Karl WilliamsonOmnibus removal of register declarations
2012-07-15 Chip SalzenbergMagic flags harmonization.
2012-06-04 Steve PetersMerge branch 'post-5.16' into blead
2012-05-30 Ricardo Signesupdate the editor hints for spaces, not tabs
2012-02-27 David Mitchellav_fetch: de-duplicate small bit of code
2012-01-10 Father ChrysostomosDocument that [ah]v_undef/clear may free the [ah]v
2012-01-10 Father ChrysostomosBetter fix for perl #107440
2012-01-08 Father ChrysostomosSimplify magic logic in av.c:av_store
2012-01-07 Father Chrysostomos[perl #85670] Copy magic to ary elems properly
2011-12-27 Father Chrysostomosav.c: Consistent use of spaces after dots in apidocs
2011-07-19 Shlomi Fishperlapi.pod Enhancements
2011-07-16 Father Chrysostomosav.c: Add blank line before =cut
2011-01-31 AbigailMerge branch 'blead' of ssh://perl5.git.perl.org/gitroo...
2011-01-29 Karl Williamsonperlapi: Clarify statement about av_push()
2011-01-03 Peter Martini[perl #45147] Issue with the exists function
2010-10-28 brian d foyMerge branch 'briandfoy/pos' into blead
2010-10-15 Chip SalzenbergDocument that av_delete and hv_delete make their return...
2010-09-14 brian d foyMerge branch 'briandfoy/perlfaq' of ssh://perl5.git...
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-05-19 Vincent PitMerge branch 'vincent/rvalue_stmt_given' into blead
2010-05-04 Rafael Garcia-SuarezMerge remote branch 'zefram/zefram/reliable_exception...
2010-04-29 Rafael Garcia-SuarezMerge branch 'dual/Safe' into blead
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-23 Rafael Garcia-SuarezMerge commit 'avar/avar/pod-perlrepository' into blead
2010-04-21 David Mitchellfollow up fix for fd69380d5d5b95ef16e2521cf4251b34ee0ce151
2010-04-16 H.Merijn BrandMerge branch 'blead' of perl5.git.perl.org:/gitroot...
2010-04-15 David Mitchelluse cBOOL for bool casts
2009-11-07 Steve HayMerge commit 'origin/blead' into blead
2009-11-06 Rafael Garcia-SuarezMerge branch 'legacy-pragma' into blead
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...
2009-01-03 Rafael Garcia-SuarezMerge branch 'schwern/y2038' into blead
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()...
next