| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Revert "fix: [perl #129267] Possible string overrun with invalid len in gv.c" | Yves Orton | 2016-09-13 | 1 | -6/+5 |
* | Revert "rename "nend" name_cursor in Perl_gv_fetchmethod_pvn_flags" | Yves Orton | 2016-09-13 | 1 | -13/+13 |
* | rename "nend" name_cursor in Perl_gv_fetchmethod_pvn_flags | Yves Orton | 2016-09-13 | 1 | -13/+13 |
* | fix: [perl #129267] Possible string overrun with invalid len in gv.c | Yves Orton | 2016-09-13 | 1 | -5/+6 |
* | gv.c:require_tie_mod: Make var name a char param | Father Chrysostomos | 2016-08-12 | 1 | -11/+8 |
* | gv.c:require_tie_mod: Create namesv only when needed | Father Chrysostomos | 2016-08-04 | 1 | -10/+7 |
* | Rationalise gv.c:gv_magicalize | Father Chrysostomos | 2016-08-04 | 1 | -24/+22 |
* | Revert "gv.c:require_tie_mod: Create namesv only when needed" | James E Keenan | 2016-08-04 | 1 | -5/+6 |
* | gv.c:require_tie_mod: Create namesv only when needed | Father Chrysostomos | 2016-08-04 | 1 | -6/+5 |
* | gv.c: comment typeo | Father Chrysostomos | 2016-08-04 | 1 | -1/+1 |
* | gv.c:require_tie_mod: Accept pvn params | Father Chrysostomos | 2016-08-04 | 1 | -7/+9 |
* | Rework mod loading for %- and %!; fix mem leak | Father Chrysostomos | 2016-08-04 | 1 | -39/+46 |
* | Exempt @DB::args from ‘used once’ warnings | Father Chrysostomos | 2016-07-31 | 1 | -0/+4 |
* | gv.c: Add a comment about what powers Foo->import|unimport | Ævar Arnfjörð Bjarmason | 2016-07-15 | 1 | -0/+3 |
* | Disable ${^ENCODING} | Father Chrysostomos | 2016-07-13 | 1 | -3/+0 |
* | [perl #128238] Crash with non-stash in stash | Father Chrysostomos | 2016-06-23 | 1 | -2/+2 |
* | only treat stash entries with .*:: as sub-stashes | David Mitchell | 2016-06-21 | 1 | -1/+4 |
* | Allow assignment to &CORE::keys() | Father Chrysostomos | 2016-05-20 | 1 | -1/+1 |
* | Allow &CORE::foo() with array functions | Father Chrysostomos | 2016-05-20 | 1 | -5/+1 |
* | Allow &CORE::foo() with hash functions | Father Chrysostomos | 2016-05-20 | 1 | -3/+1 |
* | Add missing break in switch. | Jarkko Hietaniemi | 2016-02-07 | 1 | -0/+1 |
* | make gimme consistently U8 | David Mitchell | 2016-02-03 | 1 | -1/+1 |
* | reimplement $^WIN32_SLOPPY_STAT as a magic var | Daniel Dragan | 2015-10-19 | 1 | -0/+4 |
* | perlapi use 'UTF-8' instead of variants of that | Karl Williamson | 2015-09-03 | 1 | -2/+2 |
* | Various pods: Add C<> around many typed-as-is things | Karl Williamson | 2015-09-03 | 1 | -19/+19 |
* | perlapi, perlintern: Add L<> links to pod | Karl Williamson | 2015-09-03 | 1 | -3/+5 |
* | dont create *{"_<$filename"} globs for perl lang debugging of XSUBs | Daniel Dragan | 2015-08-12 | 1 | -1/+3 |
* | [perl #125541] Fix crash with %::=(); J->${\"::"} | Father Chrysostomos | 2015-07-24 | 1 | -1/+1 |
* | overload.c -> overload.inc | Jarkko Hietaniemi | 2015-07-22 | 1 | -1/+1 |
* | combine PERLDB_LINE and PERLDB_SAVESRC flag tests | Daniel Dragan | 2015-07-22 | 1 | -1/+1 |
* | gv_const_sv() handle subrefs directly in the stash | Tony Cook | 2015-03-24 | 1 | -1/+1 |
* | Replace common Emacs file-local variables with dir-locals | Dagfinn Ilmari Mannsåker | 2015-03-22 | 1 | -6/+0 |
* | [perl #123814] replace grok_atou with grok_atoUV | Hugo van der Sanden | 2015-03-09 | 1 | -7/+5 |
* | [perl #123960] sv.c: Fix gp_free -Do output | Father Chrysostomos | 2015-03-01 | 1 | -2/+5 |
* | [PATCH] fix PL_nan_u from leaking in every translation object on Win32 VC | Daniel Dragan | 2015-02-04 | 1 | -1/+1 |
* | 5th arg to indicate numeric bitwise overloading | Father Chrysostomos | 2015-01-31 | 1 | -2/+9 |
* | gv.c: Make &.= overloading work | Father Chrysostomos | 2015-01-31 | 1 | -0/+3 |
* | Revert "refactor gv_add_by_type" | Matthew Horsfall | 2015-01-20 | 1 | -81/+50 |
* | refactor gv_add_by_type | Daniel Dragan | 2015-01-06 | 1 | -50/+81 |
* | Fix gv_fetchmeth_sv: it might stringify SV more than once. | syber | 2014-12-08 | 1 | -2/+8 |
* | Fix method assertion failures | Father Chrysostomos | 2014-12-07 | 1 | -3/+9 |
* | gv_fetchmeth_sv now supports SV shared hashes | syber | 2014-12-06 | 1 | -14/+19 |
* | Refactor bodyless-IV/NV hacks into define | Eric Herman | 2014-11-28 | 1 | -0/+2 |
* | Make encoding pragma lexical in scope | Karl Williamson | 2014-11-20 | 1 | -1/+4 |
* | [perl #123103] Just set SVf_READONLY on magic vars | Father Chrysostomos | 2014-11-03 | 1 | -0/+10 |
* | [perl #57512] Warnings for implicitly closed handles | Father Chrysostomos | 2014-11-02 | 1 | -0/+10 |
* | free up CvPADLIST slot for XSUBs for future use | Daniel Dragan | 2014-10-31 | 1 | -0/+1 |
* | [perl #122799] Always turn off CvNAMED in cvgv-set | Father Chrysostomos | 2014-09-20 | 1 | -1/+1 |
* | gv.c: For ‘Global symbol’ msg, don’t check utf8ness twice | Father Chrysostomos | 2014-09-18 | 1 | -6/+3 |
* | [perl #121638] Make ‘Global symbol’ message more newbie-friendly | Father Chrysostomos | 2014-09-18 | 1 | -1/+6 |