Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | dump.c: Dump CvNAME_HEK | Father Chrysostomos | 2012-09-15 | 1 | -1/+4 | |
| * | Remove & from redef warnings for lex subs | Father Chrysostomos | 2012-09-15 | 2 | -5/+12 | |
| * | lexsub.t: Fix another test | Father Chrysostomos | 2012-09-15 | 1 | -3/+1 | |
| * | Clone state subs in anon subs | Father Chrysostomos | 2012-09-15 | 6 | -222/+281 | |
| * | perldiag: closure referents → closure references | Father Chrysostomos | 2012-09-15 | 1 | -2/+2 | |
| * | Don’t say ‘variable &foo’ in warnings | Father Chrysostomos | 2012-09-15 | 3 | -5/+13 | |
| * | lexsub.t: Fix some tests | Father Chrysostomos | 2012-09-15 | 1 | -5/+3 | |
| * | Make pad_fixup_inner_anons cope with closed-over subs | Father Chrysostomos | 2012-09-15 | 2 | -5/+1 | |
| * | ‘Undefined subroutine &foo called’ for lex subs | Father Chrysostomos | 2012-09-15 | 2 | -3/+5 | |
| * | op.c:newMYSUB: inline var used only once | Father Chrysostomos | 2012-09-15 | 1 | -2/+1 | |
| * | Lexical stubs should not AUTOLOAD | Father Chrysostomos | 2012-09-15 | 1 | -18/+18 | |
| * | Allow CVs to point to HEKs rather than GVs | Father Chrysostomos | 2012-09-15 | 7 | -10/+53 | |
| * | Implement padcv | Father Chrysostomos | 2012-09-15 | 3 | -22/+29 | |
| * | Test state subs | Father Chrysostomos | 2012-09-15 | 1 | -1/+188 | |
| * | Look up state subs in the pad | Father Chrysostomos | 2012-09-15 | 5 | -617/+637 | |
| * | op.c:newMYSUB: disable stub optimisation | Father Chrysostomos | 2012-09-15 | 1 | -0/+2 | |
| * | Store state subs in the pad | Father Chrysostomos | 2012-09-15 | 8 | -533/+826 | |
| * | lexsub.t: Add test name, test override from another pkg | Father Chrysostomos | 2012-09-15 | 1 | -3/+5 | |
| * | Let barewords look up our subs | Father Chrysostomos | 2012-09-15 | 2 | -13/+44 | |
| * | toke.c:yylex:KEY_sub can use PL_tokenbuf to begin with | Father Chrysostomos | 2012-09-15 | 1 | -4/+3 | |
| * | Make ‘sub foo{}’ respect ‘our foo’ | Father Chrysostomos | 2012-09-15 | 6 | -967/+955 | |
| * | Fix our sub with proto | Father Chrysostomos | 2012-09-15 | 6 | -51/+55 | |
| * | Make do sub() respect our declarations | Father Chrysostomos | 2012-09-15 | 2 | -4/+17 | |
| * | lexsub.t: Fix a test | Father Chrysostomos | 2012-09-15 | 1 | -4/+3 | |
| * | Use test.pl in lexsub.t | Father Chrysostomos | 2012-09-15 | 1 | -29/+28 | |
| * | Make &foo respect our sub | Father Chrysostomos | 2012-09-15 | 4 | -6/+79 | |
| * | Allocate ‘our sub’ in the pad | Father Chrysostomos | 2012-09-15 | 5 | -1125/+1160 | |
| * | Add padcv to Opcode.pm | Father Chrysostomos | 2012-09-15 | 1 | -1/+1 | |
| * | padcv op type | Father Chrysostomos | 2012-09-15 | 5 | -1/+15 | |
| * | Don’t allow name after our/state sub | Father Chrysostomos | 2012-09-15 | 3 | -3/+20 | |
|/ | ||||||
* | PATCH: [perl #82954] Make "Can't do {n,m} with n > m into warning | Karl Williamson | 2012-09-15 | 5 | -12/+34 | |
* | Update Sys-Syslog to CPAN version 0.32 | Chris 'BinGOs' Williams | 2012-09-15 | 6 | -15/+29 | |
* | Fix build under C++ | Father Chrysostomos | 2012-09-14 | 1 | -1/+2 | |
* | [perl #114888] Localise PL_comppad_name in cv_clone | Father Chrysostomos | 2012-09-14 | 2 | -1/+28 | |
* | Make SUPER::method respect method changes in moved pkg | Father Chrysostomos | 2012-09-14 | 2 | -2/+6 | |
* | Make SUPER::method calls work in moved stashes | Father Chrysostomos | 2012-09-14 | 2 | -3/+17 | |
* | Make SUPER:: in main less sensitive | Father Chrysostomos | 2012-09-14 | 2 | -4/+12 | |
* | method.t: Add basic tests for SUPER | Father Chrysostomos | 2012-09-14 | 1 | -2/+21 | |
* | method.t: Test more method-BLOCK edge cases | Father Chrysostomos | 2012-09-14 | 1 | -1/+13 | |
* | cop.h: Remove obsolete comment | Father Chrysostomos | 2012-09-14 | 1 | -1/+0 | |
* | pp_ctl.c:caller: Remove obsolete comment | Father Chrysostomos | 2012-09-14 | 1 | -3/+0 | |
* | Prevent assertion failure with ‘no a a 3’ | Father Chrysostomos | 2012-09-14 | 2 | -3/+5 | |
* | Increase $warnings::VERSION to 1.14 | Father Chrysostomos | 2012-09-14 | 2 | -2/+2 | |
* | Stop lexical warnings from turning off deprecations | Father Chrysostomos | 2012-09-14 | 8 | -13/+47 | |
* | Make (caller $n)[9] respect std warnings | Father Chrysostomos | 2012-09-14 | 2 | -3/+21 | |
* | perldiag: 13 years for reserved word deprec. is enough | Father Chrysostomos | 2012-09-14 | 1 | -9/+0 | |
* | perldiag: ‘Attempt to free unreffed scalar’ is S | Father Chrysostomos | 2012-09-14 | 1 | -1/+1 | |
* | perlhacktips.pod: readonly ops update (again) | Father Chrysostomos | 2012-09-14 | 1 | -27/+4 | |
* | sv.c: %vd printf format microöptimisation | Father Chrysostomos | 2012-09-14 | 1 | -4/+1 | |
* | Fix %vd with alpha version | Father Chrysostomos | 2012-09-14 | 4 | -4/+21 |