Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix -DPERL_GLOBAL_STRUCT builds broken with the hash merge | Tony Cook | 2012-11-19 | 1 | -0/+1 |
* | [perl #114864] Don’t use amt for DESTROY | Father Chrysostomos | 2012-11-17 | 1 | -32/+10 |
* | refactor gv.c:Perl_newGP | Daniel Dragan | 2012-11-08 | 1 | -17/+26 |
* | Stop %! after syntax error from leaking the module name | Father Chrysostomos | 2012-11-04 | 1 | -2/+3 |
* | gv.c:S_require_tie_mod: remove SPAGAIN | Father Chrysostomos | 2012-11-04 | 1 | -1/+0 |
* | [perl #115206] Don’t crash when vivifying $| | Father Chrysostomos | 2012-10-10 | 1 | -4/+1 |
* | -Do now also reports updates and use of PL_stashcache. | Nicholas Clark | 2012-09-26 | 1 | -0/+1 |
* | Get rid of PL_formfeed. | Enache Adrian | 2012-09-20 | 1 | -1/+0 |
* | Remove an unused variable | Florian Ragwitz | 2012-09-19 | 1 | -2/+0 |
* | ${^LAST_FH} | Father Chrysostomos | 2012-09-17 | 1 | -0/+4 |
* | [perl #114924] Make method calls work with ::SUPER packages | Father Chrysostomos | 2012-09-17 | 1 | -62/+29 |
* | Allow CVs to point to HEKs rather than GVs | Father Chrysostomos | 2012-09-15 | 1 | -1/+3 |
* | Make SUPER::method respect method changes in moved pkg | Father Chrysostomos | 2012-09-14 | 1 | -1/+1 |
* | Make SUPER::method calls work in moved stashes | Father Chrysostomos | 2012-09-14 | 1 | -2/+2 |
* | Make SUPER:: in main less sensitive | Father Chrysostomos | 2012-09-14 | 1 | -3/+5 |
* | PL_sawampersand: use 3 bit flags rather than bool | David Mitchell | 2012-09-08 | 1 | -7/+24 |
* | minor doc patches to api stuff | Yves Orton | 2012-08-25 | 1 | -0/+10 |
* | Omnibus removal of register declarations | Karl Williamson | 2012-08-18 | 1 | -6/+6 |
* | 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 |