| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove bad assertion in gv.c:newGP | Father Chrysostomos | 2013-09-21 | 1 | -3/+4 |
* | gv.c: Split part of find_default_stash into gv_is_in_main. | Brian Fraser | 2013-09-11 | 1 | -28/+39 |
* | gv.c: Rename magicalize_gv into gv_magicalize, make it more specific. | Brian Fraser | 2013-09-11 | 1 | -24/+50 |
* | gv.c, gv_fetchpvn_flags: Split another chunk of magic-checking code. | Brian Fraser | 2013-09-11 | 1 | -34/+48 |
* | gv.c, gv_fetchpvn_flags: Comments for when the glob already exists. | Brian Fraser | 2013-09-11 | 1 | -1/+19 |
* | gv.c: Explain the purpose of the <none>:: stash a bit. | Brian Fraser | 2013-09-11 | 1 | -0/+5 |
* | gv_fetchpvn_flags: Simplify some warnings code | Brian Fraser | 2013-09-11 | 1 | -2/+1 |
* | gv.c: Move the code that magicalizes new globs into magicalize_gv(). | Brian Fraser | 2013-09-11 | 1 | -124/+138 |
* | gv.c: Begin splitting gv_fetchpvn_flags into smaller helper functions. | Brian Fraser | 2013-09-11 | 1 | -195/+246 |
* | Store all other match vars in mg_len instead of mg_ptr/mg_len. | Nicholas Clark | 2013-09-02 | 1 | -12/+26 |
* | Store the match vars in mg_len instead of calling atoi() on mg_ptr. | Nicholas Clark | 2013-09-02 | 1 | -11/+20 |
* | gv.c: Add comment | Karl Williamson | 2013-08-29 | 1 | -1/+7 |
* | ${^MPEN} had been treated as a synonym of ${^MATCH} due to a missing break; | Nicholas Clark | 2013-08-29 | 1 | -0/+1 |
* | Move super cache into mro meta | Father Chrysostomos | 2013-08-20 | 1 | -2/+3 |
* | gv.c:newGP: assert that PL_curcop is not NULL | Father Chrysostomos | 2013-08-11 | 1 | -0/+3 |
* | gv.c:newGP: merge some threaded and non-threaded code | Father Chrysostomos | 2013-08-11 | 1 | -11/+2 |
* | Restore NULL check to gv.c:newGP, removed by 19bad673 | Father Chrysostomos | 2013-08-11 | 1 | -6/+10 |
* | Revert "[perl #117855] Store CopFILEGV in a pad under ithreads" | Father Chrysostomos | 2013-08-09 | 1 | -3/+6 |
* | Stop ‘used once’ warnings from crashing on circularities | Father Chrysostomos | 2013-08-05 | 1 | -2/+6 |
* | Don’t use CopFILESV for ‘once’ warnings | Father Chrysostomos | 2013-08-05 | 1 | -5/+5 |
* | [perl #117855] Store CopFILEGV in a pad under ithreads | Father Chrysostomos | 2013-08-05 | 1 | -6/+3 |
* | Allow stash elems to be array refs | Father Chrysostomos | 2013-07-25 | 1 | -2/+1 |
* | Reinstate UTF8f | Father Chrysostomos | 2013-06-28 | 1 | -22/+22 |
* | Revert "Use UTF8f in more places" | Karl Williamson | 2013-06-25 | 1 | -19/+19 |
* | Revert "UTF8f" | Karl Williamson | 2013-06-25 | 1 | -3/+3 |
* | gv.c:gv_fetchmethod_pvn_flags: Avoid unnecessary extra SV | Father Chrysostomos | 2013-06-23 | 1 | -1/+1 |
* | Use UTF8f in more places | Father Chrysostomos | 2013-06-23 | 1 | -19/+19 |
* | UTF8f | Father Chrysostomos | 2013-06-18 | 1 | -3/+3 |
* | Stop constant inlining from countermanding ‘use subs’ | Father Chrysostomos | 2013-06-02 | 1 | -1/+2 |
* | Revert "Change the warning for $* to add ", and will become a syntax error"." | Nicholas Clark | 2013-05-03 | 1 | -11/+5 |
* | Revert "Add a deprecation warning for all uses of @*, %*, &* and **." | Nicholas Clark | 2013-05-03 | 1 | -22/+7 |
* | [perl #117607] don't use a CV after it's been freed | Tony Cook | 2013-04-26 | 1 | -12/+20 |
* | Add a deprecation warning for all uses of @*, %*, &* and **. | Nicholas Clark | 2013-03-21 | 1 | -7/+22 |
* | Change the warning for $* to add ", and will become a syntax error". | Nicholas Clark | 2013-03-21 | 1 | -5/+11 |
* | Generate the deprecation warnings for all uses $* or $#. | Nicholas Clark | 2013-03-21 | 1 | -1/+12 |
* | Restrict the valid identifier syntax, fix some identifier bugs. | Brian Fraser | 2013-03-06 | 1 | -1/+1 |
* | Revert "Lookup overloaded assignment operators when trying to swap the argume... | Ricardo Signes | 2013-02-26 | 1 | -10/+3 |
* | fix utf8ness in ${"string"} | David Mitchell | 2012-12-25 | 1 | -1/+1 |
* | Fix problems with -Dr during global destruction | Father Chrysostomos | 2012-12-09 | 1 | -2/+4 |
* | Use SvREFCNT_dec_NN in gv.c | Father Chrysostomos | 2012-12-09 | 1 | -9/+9 |
* | Disable PL_sawampersand | Father Chrysostomos | 2012-11-27 | 1 | -0/+4 |
* | 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 |