| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Mention in apidocs that av_push takes ownership of a refcount | Steffen Mueller | 2009-07-31 | 1 | -1/+2 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 1 | -2/+4 |
* | Explicitly specify some printf formats for constant strings. | Rafael Garcia-Suarez | 2008-11-02 | 1 | -7/+7 |
* | sizeof(const SV *) is the same as sizeof(SV *), except that it doesn't | Nicholas Clark | 2008-10-31 | 1 | -4/+5 |
* | Eliminate (SV *) casts from the rest of *.c, picking up one (further) | Nicholas Clark | 2008-10-30 | 1 | -39/+43 |
* | Eliminate (AV *) casts in *.c. | Nicholas Clark | 2008-10-29 | 1 | -1/+1 |
* | Bugs revealed by replacing (SV *) casts with something that doesn't | Nicholas Clark | 2008-10-27 | 1 | -1/+1 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -2/+2 |
* | Two missing 'static's, spotted by Merijn's smoker. | Nicholas Clark | 2008-09-20 | 1 | -1/+1 |
* | [DOC PATCH] av.c - clearify that av_shift returns &PL_sv_undef if array is empty | Claes Jacobsson | 2008-09-07 | 1 | -1/+2 |
* | [perl #51636] segmentation fault with array ties | blino@mandriva.com | 2008-03-12 | 1 | -1/+1 |
* | Assert that the av argument to all the av_*() functions is an array. | Nicholas Clark | 2008-03-08 | 1 | -0/+23 |
* | Comment on why I don't think changing Perl_safesysmalloc_size() in av.c | Nicholas Clark | 2008-02-27 | 1 | -0/+13 |
* | If the C library provides malloc_size(), we can use that in the same | Nicholas Clark | 2008-02-26 | 1 | -3/+4 |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2008-02-12 | 1 | -15/+25 |