Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Magic flags harmonization. | Chip Salzenberg | 2012-07-15 | 1 | -0/+2 |
* | Fix @{*ISA} autovivification | Father Chrysostomos | 2012-07-12 | 1 | -0/+3 |
* | fix 386a548 for fallback => undef | Jesse Luehrs | 2012-06-29 | 1 | -3/+6 |
* | "use overload fallback => 0" should enable overloading [perl #113010] | Jesse Luehrs | 2012-06-29 | 1 | -2/+8 |
* | propagate context into overloads [perl #47119] | Jesse Luehrs | 2012-06-28 | 1 | -2/+102 |
* | Don’t create pads for sub stubs | Father Chrysostomos | 2012-06-15 | 1 | -10/+3 |
* | gv.c: Don’t repeat GvSVn | Father Chrysostomos | 2012-06-15 | 1 | -1/+1 |
* | gv.c: Remove mro_method_changed_in() from gv_init | Father Chrysostomos | 2012-06-15 | 1 | -1/+0 |
* | gv.c: Don’t ENTER/LEAVE unnecessarily | Father Chrysostomos | 2012-06-15 | 1 | -2/+2 |
* | [perl #78742] Store CopSTASH in a pad under threads | Father Chrysostomos | 2012-06-04 | 1 | -9/+0 |
* | update the editor hints for spaces, not tabs | Ricardo Signes | 2012-05-29 | 1 | -2/+2 |
* | &CORE::undef should be an lvalue sub | Father Chrysostomos | 2012-05-29 | 1 | -1/+2 |
* | Add &CORE::undef | Father Chrysostomos | 2012-05-29 | 1 | -1/+1 |
* | Add &CORE::study | Father Chrysostomos | 2012-05-29 | 1 | -1/+1 |
* | Add &CORE::split | Father Chrysostomos | 2012-05-29 | 1 | -2/+2 |
* | Add &CORE::scalar | Father Chrysostomos | 2012-05-29 | 1 | -1/+1 |
* | Add &CORE::prototype | Father Chrysostomos | 2012-05-29 | 1 | -1/+1 |
* | Add &CORE::pos | Father Chrysostomos | 2012-05-29 | 1 | -2/+2 |
* | Add &CORE::glob | Father Chrysostomos | 2012-05-29 | 1 | -1/+1 |
* | Add &CORE::exists | Father Chrysostomos | 2012-05-29 | 1 | -2/+2 |
* | Add &CORE::delete | Father Chrysostomos | 2012-05-29 | 1 | -2/+2 |
* | Add &CORE::defined | Father Chrysostomos | 2012-05-29 | 1 | -5/+3 |
* | gv.c: List all keywords with no coresubs | Father Chrysostomos | 2012-05-29 | 1 | -7/+22 |
* | Merge branch 'rgs/overload' into blead | Rafael Garcia-Suarez | 2012-05-23 | 1 | -3/+10 |
|\ | |||||
| * | Lookup overloaded assignment operators when trying to swap the arguments | Rafael Garcia-Suarez | 2012-05-22 | 1 | -3/+10 |
* | | [perl #113050] Put fallback back under "()" | Father Chrysostomos | 2012-05-23 | 1 | -15/+11 |
* | | Excise PL_amagic_generation | Father Chrysostomos | 2012-05-23 | 1 | -5/+2 |
|/ | |||||
* | Don’t magicalise %OVERLOAD | Father Chrysostomos | 2012-05-21 | 1 | -22/+1 |
* | Make overloaded classes inherit fallback | Father Chrysostomos | 2012-05-21 | 1 | -8/+15 |
* | gv.c: Check overload tables when overloading is used | Father Chrysostomos | 2012-05-21 | 1 | -2/+2 |
* | Move SvAMAGIC flag from object to stash | Father Chrysostomos | 2012-05-21 | 1 | -6/+2 |
* | [perl #112316] Make strict vars respect assignment from null pkg | Father Chrysostomos | 2012-04-19 | 1 | -2/+4 |
* | Silence compiler warnings | Robin Barker | 2012-02-09 | 1 | -1/+1 |
* | Move amagic hint checking to new function | Father Chrysostomos | 2012-01-24 | 1 | -17/+26 |
* | [rt.cpan.org #74289] Don’t make *CORE::foo read-only | Father Chrysostomos | 2012-01-23 | 1 | -3/+5 |
* | defined *{"+"} should not stop %+ from working | Father Chrysostomos | 2012-01-13 | 1 | -0/+4 |
* | defined *{"!"} should not stop %! from working | Father Chrysostomos | 2012-01-13 | 1 | -0/+4 |
* | [perl #24237] @& should not stop $& from working | Father Chrysostomos | 2012-01-10 | 1 | -4/+9 |
* | Don’t double-free GVs in gv:S_maybe_add_coresub | Father Chrysostomos | 2012-01-01 | 1 | -1/+1 |
* | Simplify gv:S_maybe_add_coresub | Father Chrysostomos | 2012-01-01 | 1 | -22/+7 |
* | diag_listed_as galore | Father Chrysostomos | 2011-12-28 | 1 | -0/+2 |
* | Move diag_listed_as entry in gv.c | Father Chrysostomos | 2011-12-27 | 1 | -1/+1 |
* | Use new feature-testing macros | Father Chrysostomos | 2011-12-24 | 1 | -1/+2 |
* | Use only \w+ for internal feature names | Father Chrysostomos | 2011-12-24 | 1 | -1/+1 |
* | Disable $[ under 5.16 | Father Chrysostomos | 2011-12-15 | 1 | -1/+3 |
* | Fix segfault on overloaded arithmetic assignment | David Golden | 2011-12-09 | 1 | -2/+2 |
* | [perl #105024] UNIVERSAL::AUTOLOAD and %+ | Father Chrysostomos | 2011-11-30 | 1 | -1/+1 |
* | panic after cow-to-stash assignment | Father Chrysostomos | 2011-11-28 | 1 | -1/+3 |
* | gv.c: Remove SV_GMAGIC from sv_catpvn_flags call. | Father Chrysostomos | 2011-11-24 | 1 | -1/+1 |
* | Make constant promotion null-clean | Father Chrysostomos | 2011-11-20 | 1 | -12/+1 |