| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add macros mPUSHs() and mXPUSHs() for pushing SVs on the stack | Marcus Holland-Moritz | 2008-01-04 | 1 | -2/+2 |
* | Needed one more cast after 32760. The VMS compiler complained | Craig A. Berry | 2007-12-31 | 1 | -1/+1 |
* | Change 32760 needed to add a cast to avoid a warning. | Nicholas Clark | 2007-12-29 | 1 | -1/+3 |
* | Change Perl_av_iter_p() to return IV* rather than I32* (which means | Nicholas Clark | 2007-12-29 | 1 | -2/+9 |
* | Implement each @array. | Nicholas Clark | 2007-12-20 | 1 | -2/+15 |
* | Perl_newAV() can become a mathom by making newAV() a wrapper around | Nicholas Clark | 2007-12-20 | 1 | -19/+0 |
* | Fix up copyright years for files modified in 2007. | Nicholas Clark | 2007-11-07 | 1 | -1/+1 |
* | Re: optimize push @ISA, (was Re: parent.pm at http://corion.net/perl-dev) | Brandon Black | 2007-08-31 | 1 | -4/+12 |
* | Second patch from: | Brandon Black | 2007-06-26 | 1 | -1/+4 |
* | The revenge of the consts | Andy Lester | 2007-05-03 | 1 | -3/+2 |
* | Add a new API function newSV_type, to replace the idiom: | Nicholas Clark | 2007-02-18 | 1 | -6/+2 |
* | Add av_create_and_push() and av_create_and_unshift_one() to refactor | Nicholas Clark | 2007-01-29 | 1 | -0/+38 |
* | assert() that SvPV_set() isn't used on arrays. | Nicholas Clark | 2006-11-06 | 1 | -9/+9 |
* | Improve documentation of av_len and av_fill. | Gisle Aas | 2006-10-30 | 1 | -3/+9 |
* | more accumulated cleanups | Andy Lester | 2006-06-06 | 1 | -3/+2 |
* | Refactoring in av.c | Andy Lester | 2006-05-24 | 1 | -41/+38 |
* | Note in av_store() that S_regclass relies on being able to pass NULL. | Nicholas Clark | 2006-04-17 | 1 | -0/+4 |
* | Speedups and shrinkages of SvREFCNT_inc | Andy Lester | 2006-02-27 | 1 | -1/+1 |
* | Change all NEWSV() to newSV() in the core and non-dual-lived modules. | Steve Hay | 2006-01-18 | 1 | -5/+5 |
* | It's the Barbie bus patch | Andy Lester | 2006-01-10 | 1 | -2/+2 |
* | Update copyright years (including some years where we made changes but | Nicholas Clark | 2006-01-08 | 1 | -1/+1 |
* | sprinkle dVAR | Jarkko Hietaniemi | 2006-01-06 | 1 | -0/+7 |
* | av.c cleanup, plus! | Andy Lester | 2005-12-29 | 1 | -3/+3 |
* | Cleanup; replace a croak("panic: ...") with assert(). | Gisle Aas | 2005-12-28 | 1 | -4/+1 |
* | assert(av); Cleanup the way that the av_*() functions check | Gisle Aas | 2005-12-28 | 1 | -24/+30 |
* | pre-likely cleanup | Andy Lester | 2005-12-27 | 1 | -9/+10 |
* | Mark all places where perl needs to look at a possibly-freed scalar | Nicholas Clark | 2005-11-14 | 1 | -1/+1 |
* | Coverage stats say av_fake() is a mathom too. | Steve Peters | 2005-10-29 | 1 | -22/+0 |
* | More consting, and DRY leads to shrinking object code | Andy Lester | 2005-10-19 | 1 | -15/+11 |
* | an assert in av_undef was leaking memory | Dave Mitchell | 2005-10-16 | 1 | -2/+0 |
* | gcc complains when it sees variables declared | Steve Peters | 2005-10-14 | 1 | -1/+1 |
* | Re: janitorial work ? [patch] | Jim Cromie | 2005-07-08 | 1 | -4/+4 |
* | No need to set flags twice. | Nicholas Clark | 2005-06-21 | 1 | -2/+2 |
* | Removing /*SUPPRESS xxx*/ | Andy Lester | 2005-06-16 | 1 | -2/+0 |
* | $r = do {my @a; \$#a}; $$r = 503 # is also naughty and now warns | Nicholas Clark | 2005-06-09 | 1 | -9/+2 |
* | Fixes the case of $a = \$#{[]}; and then accessing $$a | Nicholas Clark | 2005-06-09 | 1 | -4/+10 |