| Commit message (Expand) | Author | Age | Files | Lines |
* | gv.c, mg.c: fix 32-bit compiler warnings | David Mitchell | 2017-06-12 | 1 | -4/+4 |
* | Fatalize inheriting AUTOLOAD for non-methods. | Abigail | 2017-06-06 | 1 | -5/+3 |
* | S_require_tie_mod(): use a new stack | David Mitchell | 2017-06-05 | 1 | -0/+2 |
* | Add NOT_REACHED to quiet clang -Weverything warnings | Andy Lester | 2017-06-01 | 1 | -0/+1 |
* | [perl #131085] Crash with sub-in-stash | Father Chrysostomos | 2017-06-01 | 1 | -1/+1 |
* | S_gv_stashsvpvn_cached(): add asserts | David Mitchell | 2017-02-27 | 1 | -1/+8 |
* | Reuse previously-computed flag | Steffen Mueller | 2017-01-27 | 1 | -1/+1 |
* | fix special-case recreation of *:: | Zefram | 2017-01-22 | 1 | -2/+9 |
* | Use of $* and $# will be fatal in 5.30. | Abigail | 2017-01-16 | 1 | -4/+6 |
* | Revert "Remove deprecation warnings related to $* and $#." | Abigail | 2017-01-16 | 1 | -0/+14 |
* | Use of inherited AUTOLOAD for non-methods will be fatal in 5.28. | Abigail | 2017-01-16 | 1 | -1/+2 |
* | Remove deprecation warnings related to $* and $#. | Abigail | 2017-01-16 | 1 | -14/+0 |
* | Convert core (except toke.c) to use isFOO_utf8_safe() | Karl Williamson | 2016-12-23 | 1 | -5/+16 |
* | Change white space to avoid C++ deprecation warning | Karl Williamson | 2016-11-18 | 1 | -24/+24 |
* | Remove obsolete comment | Dagfinn Ilmari Mannsåker | 2016-11-13 | 1 | -2/+0 |
* | new feature @{^CAPTURE} (and %{^CAPTURE} and %{^CAPTURE_ALL}) | Yves Orton | 2016-11-01 | 1 | -14/+32 |
* | optimise gv.c a bit (we could do better) | Yves Orton | 2016-10-27 | 1 | -4/+8 |
* | must check all the EXPORT vars in two places! | Yves Orton | 2016-10-27 | 1 | -1/+6 |
* | gv.c: rework special var matching logic to be simpler | Yves Orton | 2016-10-19 | 1 | -28/+30 |
* | gv.c: rework string separator parsing to use new string macros | Yves Orton | 2016-10-19 | 1 | -5/+6 |
* | gv.c: switch to using string constant friendly macros | Yves Orton | 2016-10-19 | 1 | -7/+7 |
* | gv.c: add a require_tie_mod_s() wrapper for constant string args | Yves Orton | 2016-10-19 | 1 | -7/+14 |
* | gv.c: document where @- and @+ (and %- and %+ are initialized in gv.c) | Yves Orton | 2016-10-19 | 1 | -2/+2 |
* | fix #129267: rework gv_fetchmethod_pvn_flags separator parsing | Yves Orton | 2016-09-13 | 1 | -10/+26 |
* | clean up gv_fetchmethod_pvn_flags: rename nsplit to last_separator | Yves Orton | 2016-09-13 | 1 | -12/+12 |
* | clean up gv_fetchmethod_pvn_flags: move origname init to function start | Yves Orton | 2016-09-13 | 1 | -1/+0 |
* | clean up gv_fetchmethod_pvn_flags: introduce name_end | Yves Orton | 2016-09-13 | 1 | -6/+8 |
* | 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 |