summaryrefslogtreecommitdiff
path: root/av.c
Commit message (Expand)AuthorAgeFilesLines
* pp_sort.c: fix fencepost error in call to av_extend()Yves Orton2020-01-311-2/+16
* Revert "Add some defensive coding to av_store()"Karl Williamson2020-01-021-2/+2
* Add some defensive coding to av_store()Karl Williamson2019-06-271-2/+2
* rmv/de-dup static const char array "strings"Daniel Dragan2018-03-071-10/+2
* ‘Nonelems’ for pushing sparse array on the stackFather Chrysostomos2018-02-181-0/+13
* store AV iterator as mg_len in more casesZefram2017-11-111-10/+10
* av.c: silence compiler warningYves Orton2017-06-011-2/+3
* Change white space to avoid C++ deprecation warningKarl Williamson2016-11-181-1/+1
* speed up AV and HV clearing/undeffingDavid Mitchell2016-10-261-12/+44
* fixup some AV API pod descriptions.David Mitchell2016-09-271-11/+12
* Revert "tmp fix for Bleadperl breaks Variable-Magic"David Mitchell2016-09-081-2/+1
* tmp fix for Bleadperl breaks Variable-MagicDavid Mitchell2016-08-241-1/+2
* av_fetch(): remove check for freed SVDavid Mitchell2016-08-191-5/+0
* av_fetch(): use less branches.David Mitchell2016-08-171-7/+14
* av_fetch(): sprinkle UNLIKELY()David Mitchell2016-08-171-3/+3
* av_fetch(): optimise the negative index branch.David Mitchell2016-08-171-2/+4
* av_fetch(): use AvFILLp rather than AvFILLDavid Mitchell2016-08-171-1/+1
* av_fetch(): remove redundant conditionDavid Mitchell2016-08-171-3/+2
* perlapi: Slight clarificationKarl Williamson2016-03-071-2/+2
* Improve pod for [ah]v_(clear|undef)David Mitchell2015-10-201-7/+15
* make EXTEND() and stack_grow() safe(r)David Mitchell2015-10-021-0/+4
* perlapi: Add some S<>Karl Williamson2015-09-031-7/+7
* Various pods: Add C<> around many typed-as-is thingsKarl Williamson2015-09-031-8/+8
* 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