summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * dump.c: Dump CvNAME_HEKFather Chrysostomos2012-09-151-1/+4
| * Remove & from redef warnings for lex subsFather Chrysostomos2012-09-152-5/+12
| * lexsub.t: Fix another testFather Chrysostomos2012-09-151-3/+1
| * Clone state subs in anon subsFather Chrysostomos2012-09-156-222/+281
| * perldiag: closure referents → closure referencesFather Chrysostomos2012-09-151-2/+2
| * Don’t say ‘variable &foo’ in warningsFather Chrysostomos2012-09-153-5/+13
| * lexsub.t: Fix some testsFather Chrysostomos2012-09-151-5/+3
| * Make pad_fixup_inner_anons cope with closed-over subsFather Chrysostomos2012-09-152-5/+1
| * ‘Undefined subroutine &foo called’ for lex subsFather Chrysostomos2012-09-152-3/+5
| * op.c:newMYSUB: inline var used only onceFather Chrysostomos2012-09-151-2/+1
| * Lexical stubs should not AUTOLOADFather Chrysostomos2012-09-151-18/+18
| * Allow CVs to point to HEKs rather than GVsFather Chrysostomos2012-09-157-10/+53
| * Implement padcvFather Chrysostomos2012-09-153-22/+29
| * Test state subsFather Chrysostomos2012-09-151-1/+188
| * Look up state subs in the padFather Chrysostomos2012-09-155-617/+637
| * op.c:newMYSUB: disable stub optimisationFather Chrysostomos2012-09-151-0/+2
| * Store state subs in the padFather Chrysostomos2012-09-158-533/+826
| * lexsub.t: Add test name, test override from another pkgFather Chrysostomos2012-09-151-3/+5
| * Let barewords look up our subsFather Chrysostomos2012-09-152-13/+44
| * toke.c:yylex:KEY_sub can use PL_tokenbuf to begin withFather Chrysostomos2012-09-151-4/+3
| * Make ‘sub foo{}’ respect ‘our foo’Father Chrysostomos2012-09-156-967/+955
| * Fix our sub with protoFather Chrysostomos2012-09-156-51/+55
| * Make do sub() respect our declarationsFather Chrysostomos2012-09-152-4/+17
| * lexsub.t: Fix a testFather Chrysostomos2012-09-151-4/+3
| * Use test.pl in lexsub.tFather Chrysostomos2012-09-151-29/+28
| * Make &foo respect our subFather Chrysostomos2012-09-154-6/+79
| * Allocate ‘our sub’ in the padFather Chrysostomos2012-09-155-1125/+1160
| * Add padcv to Opcode.pmFather Chrysostomos2012-09-151-1/+1
| * padcv op typeFather Chrysostomos2012-09-155-1/+15
| * Don’t allow name after our/state subFather Chrysostomos2012-09-153-3/+20
|/
* PATCH: [perl #82954] Make "Can't do {n,m} with n > m into warningKarl Williamson2012-09-155-12/+34
* Update Sys-Syslog to CPAN version 0.32Chris 'BinGOs' Williams2012-09-156-15/+29
* Fix build under C++Father Chrysostomos2012-09-141-1/+2
* [perl #114888] Localise PL_comppad_name in cv_cloneFather Chrysostomos2012-09-142-1/+28
* Make SUPER::method respect method changes in moved pkgFather Chrysostomos2012-09-142-2/+6
* Make SUPER::method calls work in moved stashesFather Chrysostomos2012-09-142-3/+17
* Make SUPER:: in main less sensitiveFather Chrysostomos2012-09-142-4/+12
* method.t: Add basic tests for SUPERFather Chrysostomos2012-09-141-2/+21
* method.t: Test more method-BLOCK edge casesFather Chrysostomos2012-09-141-1/+13
* cop.h: Remove obsolete commentFather Chrysostomos2012-09-141-1/+0
* pp_ctl.c:caller: Remove obsolete commentFather Chrysostomos2012-09-141-3/+0
* Prevent assertion failure with ‘no a a 3’Father Chrysostomos2012-09-142-3/+5
* Increase $warnings::VERSION to 1.14Father Chrysostomos2012-09-142-2/+2
* Stop lexical warnings from turning off deprecationsFather Chrysostomos2012-09-148-13/+47
* Make (caller $n)[9] respect std warningsFather Chrysostomos2012-09-142-3/+21
* perldiag: 13 years for reserved word deprec. is enoughFather Chrysostomos2012-09-141-9/+0
* perldiag: ‘Attempt to free unreffed scalar’ is SFather Chrysostomos2012-09-141-1/+1
* perlhacktips.pod: readonly ops update (again)Father Chrysostomos2012-09-141-27/+4
* sv.c: %vd printf format microöptimisationFather Chrysostomos2012-09-141-4/+1
* Fix %vd with alpha versionFather Chrysostomos2012-09-144-4/+21