| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Quotes fixed, see also perl #36079 | Andy Lester | 2005-06-02 | 1 | -1/+1 |
* | Goodbye xav_arylen. You won't be missed that much. | Nicholas Clark | 2005-05-29 | 1 | -0/+17 |
* | Goodbye AvFLAGS | Nicholas Clark | 2005-05-20 | 1 | -2/+2 |
* | consting-eleventy.patch: More consts, plus actual bug fix | Andy Lester | 2005-05-16 | 1 | -5/+3 |
* | Include vim/emacs modelines in generated files to open them | Rafael Garcia-Suarez | 2005-05-11 | 1 | -2/+2 |
* | Add editor boilerplates to all C files | Rafael Garcia-Suarez | 2005-05-10 | 1 | -0/+10 |
* | GCC attributes! | Andy Lester | 2005-05-07 | 1 | -2/+1 |
* | Symbian port of Perl | Jarkko Hietaniemi | 2005-04-21 | 1 | -0/+5 |
* | Refactoring to Sv*_set() macros - patch #4 | Steve Peters | 2005-04-18 | 1 | -10/+10 |
* | Update copyrights. | Rafael Garcia-Suarez | 2005-03-30 | 1 | -1/+1 |
* | Consting five | Andy Lester | 2005-03-25 | 1 | -4/+3 |
* | Adding const qualifiers | Andy Lester | 2005-03-14 | 1 | -6/+6 |
* | only mortalize deleted array elements for AvREAL | Dave Mitchell | 2004-09-05 | 1 | -1/+1 |
* | [perl #30733] memory leak in array delete | Dave Mitchell | 2004-07-23 | 1 | -0/+2 |
* | Re: [PATCH] Re: Lack of error for large string on Solaris | Jarkko Hietaniemi | 2004-06-08 | 1 | -2/+7 |
* | [perl #28032] delete $_[0] + (\$) prototype = bad free | Dave Mitchell | 2004-03-31 | 1 | -1/+4 |
* | malloc wrappage | Jarkko Hietaniemi | 2004-03-17 | 1 | -0/+2 |
* | allow recursive FETCHes | Dave Mitchell | 2003-04-19 | 1 | -3/+5 |
* | Fix up Larry's copyright statements to my best knowledge. | Jarkko Hietaniemi | 2003-04-16 | 1 | -1/+2 |
* | Update all copyrights to 2003, from Jarkko | Hugo van der Sanden | 2003-03-02 | 1 | -1/+1 |
* | Re: [perl #15439] unreferenced scalar due to double DESTROY | Dave Mitchell | 2003-01-22 | 1 | -1/+4 |
* | LEAKTEST is dead, RIP | H.Merijn Brand | 2002-09-26 | 1 | -2/+2 |
* | Negative subscripts optionally passed to tied array methods | Mark-Jason Dominus | 2002-08-17 | 1 | -50/+131 |
* | Remove pseudo-hashes (complete) | Michael G. Schwern | 2002-08-17 | 1 | -101/+0 |
* | More VC5-induced casting found by Nikola Knezevic. | Jarkko Hietaniemi | 2002-04-27 | 1 | -1/+1 |
* | fixes for all the warnings reported by Visual C (most of this | Gurusamy Sarathy | 2002-04-21 | 1 | -1/+1 |
* | more warnings tidyup | Paul Marquess | 2002-03-11 | 1 | -2/+2 |
* | PATCH (bleadperl): Quieter handling of tied arrays | Mark-Jason Dominus | 2002-03-02 | 1 | -4/+10 |
* | Copyright++. (Not all the toplevel *.h have one, it seems.) | Jarkko Hietaniemi | 2002-01-23 | 1 | -1/+1 |
* | Missed the =head1 additions. | Jarkko Hietaniemi | 2002-01-03 | 1 | -0/+4 |
* | Re: Perl bug with "delete" on arrays | Abhijit Menon-Sen | 2001-07-12 | 1 | -0/+1 |
* | More -Wall sweeping. | Jarkko Hietaniemi | 2001-05-30 | 1 | -0/+2 |
* | Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden, | Jarkko Hietaniemi | 2001-05-30 | 1 | -1/+1 |
* | [LARGE!] symbolic magic | Dave Mitchell | 2001-05-20 | 1 | -15/+20 |
* | Bump up Larry's copyright. | Jarkko Hietaniemi | 2001-01-01 | 1 | -1/+1 |
* | dTHR is a nop in 5.6.0 onwards. Ergo, it can go. | Jarkko Hietaniemi | 2000-12-05 | 1 | -6/+1 |