summaryrefslogtreecommitdiff
path: root/av.c
Commit message (Expand)AuthorAgeFilesLines
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* avoid integer overflow in Perl_av_extend_guts()David Mitchell2014-12-311-3/+13
* Remove duplicate apidoc entriesDavid Mitchell2014-12-171-4/+0
* Documentation typo fixRafael Garcia-Suarez2014-08-061-1/+1
* Remove or downgrade unnecessary dVAR.Jarkko Hietaniemi2014-06-251-16/+0
* PATCH: [perl #120386]: av_len documentationKarl Williamson2014-05-311-3/+8
* refactor av_deleteDaniel Dragan2014-05-281-8/+8
* perlapi: Consistent spaces after dotsFather Chrysostomos2013-12-291-1/+1
* Extend STRESS_REALLOC to move the stack with every EXTENDFather Chrysostomos2013-11-221-0/+9
* [perl #120544] fix "goto" around var init error in av_extend_gutsDaniel Dragan2013-11-151-7/+14
* sub NEGATIVE_INDICES; + $tiï½...Father Chrysostomos2013-11-041-1/+2
* Use SSize_t for arraysFather Chrysostomos2013-08-251-18/+18
* Use SSize_t when extending the stackFather Chrysostomos2013-08-251-4/+4
* [perl #7508] Use NULL for nonexistent array elemsFather Chrysostomos2013-08-201-32/+27
* Clarify av_shift API docsSteffen Mueller2013-07-201-3/+3
* change magic_methcall to use SV with shared hash valueRuslan Zakirov2013-06-301-6/+6
* Abolish STRANGE_MALLOC. Now all malloc()s are considered strange :-)Nicholas Clark2013-02-221-21/+0
* Add av_tindex() synonym for av_top_index()Karl Williamson2013-02-081-0/+2
* Inline av_top_index()Karl Williamson2013-02-081-16/+1
* Change name 'av_top' to 'av_top_index'Karl Williamson2013-02-081-6/+6
* Fix various minor pod issuesKarl Williamson2013-01-241-1/+1
* Add av_top() synonym for av_len()Karl Williamson2013-01-191-2/+22
* perlapi: Clarify av_popKarl Williamson2013-01-121-2/+3
* Remove "register" declarationsKarl Williamson2012-11-241-10/+10
* av_exists: dont make a mortal never to use itbulk88 (via RT)2012-11-231-9/+12
* rmv context from Perl_croak_no_modify and Perl_croak_xs_usageDaniel Dragan2012-11-121-7/+7
* Don’t crash with $tied[-1] when array is tied to non-objFather Chrysostomos2012-10-281-58/+29
* Don’t skip tied EXISTS for negative array indicesFather Chrysostomos2012-10-281-2/+0
* [perl #115440] Fix various leaks with fatal FETCHFather Chrysostomos2012-10-251-2/+9
* Stop padlists from being AVsFather Chrysostomos2012-08-211-27/+39
* Omnibus removal of register declarationsKarl Williamson2012-08-181-6/+6
* Magic flags harmonization.Chip Salzenberg2012-07-151-1/+1
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* av_fetch: de-duplicate small bit of codeDavid Mitchell2012-02-271-11/+5
* Document that [ah]v_undef/clear may free the [ah]vFather Chrysostomos2012-01-091-3/+8
* Better fix for perl #107440Father Chrysostomos2012-01-091-3/+11
* Simplify magic logic in av.c:av_storeFather Chrysostomos2012-01-081-2/+1
* [perl #85670] Copy magic to ary elems properlyFather Chrysostomos2012-01-061-5/+12
* av.c: Consistent use of spaces after dots in apidocsFather Chrysostomos2011-12-271-4/+6
* perlapi.pod EnhancementsShlomi Fish2011-07-181-2/+14
* av.c: Add blank line before =cutFather Chrysostomos2011-07-151-0/+1
* perlapi: Clarify statement about av_push()Karl Williamson2011-01-291-2/+1
* [perl #45147] Issue with the exists functionPeter Martini2011-01-021-1/+12
* Document that av_delete and hv_delete make their return values mortal.Chip Salzenberg2010-10-141-5/+5
* Remove offer_nice_chunk(), PL_nice_chunk and PL_nice_chunk_size.Nicholas Clark2010-09-081-5/+1
* Add Perl_croak_no_modify() to implement Perl_croak("%s", PL_no_modify).Nicholas Clark2010-06-271-7/+7
* rename DM_ARRAY flag to DM_ARRAY_ISADavid Mitchell2010-06-041-2/+2
* Add the perl equivalent for av_make.Shlomi Fish2010-05-251-0/+2
* Add the Perl equivalent for av_len.Shlomi Fish2010-05-251-0/+2
* Add a missing comma in the av_fill() docs.Shlomi Fish2010-05-251-1/+1