| Commit message (Expand) | Author | Age | Files | Lines |
* | Use SSize_t for arrays | Father Chrysostomos | 2013-08-25 | 1 | -18/+18 |
* | Use SSize_t when extending the stack | Father Chrysostomos | 2013-08-25 | 1 | -4/+4 |
* | [perl #7508] Use NULL for nonexistent array elems | Father Chrysostomos | 2013-08-20 | 1 | -32/+27 |
* | Clarify av_shift API docs | Steffen Mueller | 2013-07-20 | 1 | -3/+3 |
* | change magic_methcall to use SV with shared hash value | Ruslan Zakirov | 2013-06-30 | 1 | -6/+6 |
* | Abolish STRANGE_MALLOC. Now all malloc()s are considered strange :-) | Nicholas Clark | 2013-02-22 | 1 | -21/+0 |
* | Add av_tindex() synonym for av_top_index() | Karl Williamson | 2013-02-08 | 1 | -0/+2 |
* | Inline av_top_index() | Karl Williamson | 2013-02-08 | 1 | -16/+1 |
* | Change name 'av_top' to 'av_top_index' | Karl Williamson | 2013-02-08 | 1 | -6/+6 |
* | Fix various minor pod issues | Karl Williamson | 2013-01-24 | 1 | -1/+1 |
* | Add av_top() synonym for av_len() | Karl Williamson | 2013-01-19 | 1 | -2/+22 |
* | perlapi: Clarify av_pop | Karl Williamson | 2013-01-12 | 1 | -2/+3 |
* | Remove "register" declarations | Karl Williamson | 2012-11-24 | 1 | -10/+10 |
* | av_exists: dont make a mortal never to use it | bulk88 (via RT) | 2012-11-23 | 1 | -9/+12 |
* | rmv context from Perl_croak_no_modify and Perl_croak_xs_usage | Daniel Dragan | 2012-11-12 | 1 | -7/+7 |
* | Don’t crash with $tied[-1] when array is tied to non-obj | Father Chrysostomos | 2012-10-28 | 1 | -58/+29 |
* | Don’t skip tied EXISTS for negative array indices | Father Chrysostomos | 2012-10-28 | 1 | -2/+0 |
* | [perl #115440] Fix various leaks with fatal FETCH | Father Chrysostomos | 2012-10-25 | 1 | -2/+9 |
* | Stop padlists from being AVs | Father Chrysostomos | 2012-08-21 | 1 | -27/+39 |
* | Omnibus removal of register declarations | Karl Williamson | 2012-08-18 | 1 | -6/+6 |
* | Magic flags harmonization. | Chip Salzenberg | 2012-07-15 | 1 | -1/+1 |
* | update the editor hints for spaces, not tabs | Ricardo Signes | 2012-05-29 | 1 | -2/+2 |
* | av_fetch: de-duplicate small bit of code | David Mitchell | 2012-02-27 | 1 | -11/+5 |
* | Document that [ah]v_undef/clear may free the [ah]v | Father Chrysostomos | 2012-01-09 | 1 | -3/+8 |
* | Better fix for perl #107440 | Father Chrysostomos | 2012-01-09 | 1 | -3/+11 |
* | Simplify magic logic in av.c:av_store | Father Chrysostomos | 2012-01-08 | 1 | -2/+1 |
* | [perl #85670] Copy magic to ary elems properly | Father Chrysostomos | 2012-01-06 | 1 | -5/+12 |
* | av.c: Consistent use of spaces after dots in apidocs | Father Chrysostomos | 2011-12-27 | 1 | -4/+6 |
* | perlapi.pod Enhancements | Shlomi Fish | 2011-07-18 | 1 | -2/+14 |
* | av.c: Add blank line before =cut | Father Chrysostomos | 2011-07-15 | 1 | -0/+1 |
* | perlapi: Clarify statement about av_push() | Karl Williamson | 2011-01-29 | 1 | -2/+1 |
* | [perl #45147] Issue with the exists function | Peter Martini | 2011-01-02 | 1 | -1/+12 |
* | Document that av_delete and hv_delete make their return values mortal. | Chip Salzenberg | 2010-10-14 | 1 | -5/+5 |
* | Remove offer_nice_chunk(), PL_nice_chunk and PL_nice_chunk_size. | Nicholas Clark | 2010-09-08 | 1 | -5/+1 |
* | Add Perl_croak_no_modify() to implement Perl_croak("%s", PL_no_modify). | Nicholas Clark | 2010-06-27 | 1 | -7/+7 |
* | rename DM_ARRAY flag to DM_ARRAY_ISA | David Mitchell | 2010-06-04 | 1 | -2/+2 |
* | Add the perl equivalent for av_make. | Shlomi Fish | 2010-05-25 | 1 | -0/+2 |
* | Add the Perl equivalent for av_len. | Shlomi Fish | 2010-05-25 | 1 | -0/+2 |
* | Add a missing comma in the av_fill() docs. | Shlomi Fish | 2010-05-25 | 1 | -1/+1 |
* | Clarify the av_fetch() documentation. | Shlomi Fish | 2010-05-25 | 1 | -2/+4 |
* | Add Perl equivalent for av_exists(). | Shlomi Fish | 2010-05-25 | 1 | -0/+2 |
* | Add a Perl equivalent to av_delete(). | Shlomi Fish | 2010-05-25 | 1 | -1/+3 |
* | Add the Perl equivalent example to av_clear. | Shlomi Fish | 2010-05-25 | 1 | -1/+1 |
* | Convert Perl_magic_methcall() to varargs. | Nicholas Clark | 2010-04-26 | 1 | -8/+10 |
* | For Perl_magic_methcall() add G_UNDEF_FILL to fill the stack with &PL_sv_undef. | Nicholas Clark | 2010-04-26 | 1 | -2/+2 |
* | add Perl_magic_methcall | David Mitchell | 2010-04-25 | 1 | -76/+16 |
* | follow up fix for fd69380d5d5b95ef16e2521cf4251b34ee0ce151 | David Mitchell | 2010-04-21 | 1 | -0/+2 |
* | use cBOOL for bool casts | David Mitchell | 2010-04-15 | 1 | -1/+1 |
* | [PATCH] [perl #20321] Non-destructive Perl_av_make | Bo Borgerson | 2009-11-02 | 1 | -1/+7 |
* | Add Perl_ck_warner_d(), which combines Perl_ckwarn_d() and Perl_warner(). | Nicholas Clark | 2009-10-12 | 1 | -4/+4 |