summaryrefslogtreecommitdiff
path: root/gv.c
Commit message (Expand)AuthorAgeFilesLines
* gv.c: Split part of find_default_stash into gv_is_in_main.Brian Fraser2013-09-111-28/+39
* gv.c: Rename magicalize_gv into gv_magicalize, make it more specific.Brian Fraser2013-09-111-24/+50
* gv.c, gv_fetchpvn_flags: Split another chunk of magic-checking code.Brian Fraser2013-09-111-34/+48
* gv.c, gv_fetchpvn_flags: Comments for when the glob already exists.Brian Fraser2013-09-111-1/+19
* gv.c: Explain the purpose of the <none>:: stash a bit.Brian Fraser2013-09-111-0/+5
* gv_fetchpvn_flags: Simplify some warnings codeBrian Fraser2013-09-111-2/+1
* gv.c: Move the code that magicalizes new globs into magicalize_gv().Brian Fraser2013-09-111-124/+138
* gv.c: Begin splitting gv_fetchpvn_flags into smaller helper functions.Brian Fraser2013-09-111-195/+246
* Store all other match vars in mg_len instead of mg_ptr/mg_len.Nicholas Clark2013-09-021-12/+26
* Store the match vars in mg_len instead of calling atoi() on mg_ptr.Nicholas Clark2013-09-021-11/+20
* gv.c: Add commentKarl Williamson2013-08-291-1/+7
* ${^MPEN} had been treated as a synonym of ${^MATCH} due to a missing break;Nicholas Clark2013-08-291-0/+1
* Move super cache into mro metaFather Chrysostomos2013-08-201-2/+3
* gv.c:newGP: assert that PL_curcop is not NULLFather Chrysostomos2013-08-111-0/+3
* gv.c:newGP: merge some threaded and non-threaded codeFather Chrysostomos2013-08-111-11/+2
* Restore NULL check to gv.c:newGP, removed by 19bad673Father Chrysostomos2013-08-111-6/+10
* Revert "[perl #117855] Store CopFILEGV in a pad under ithreads"Father Chrysostomos2013-08-091-3/+6
* Stop ‘used once’ warnings from crashing on circularitiesFather Chrysostomos2013-08-051-2/+6
* Don’t use CopFILESV for ‘once’ warningsFather Chrysostomos2013-08-051-5/+5
* [perl #117855] Store CopFILEGV in a pad under ithreadsFather Chrysostomos2013-08-051-6/+3
* Allow stash elems to be array refsFather Chrysostomos2013-07-251-2/+1
* Reinstate UTF8fFather Chrysostomos2013-06-281-22/+22
* Revert "Use UTF8f in more places"Karl Williamson2013-06-251-19/+19
* Revert "UTF8f"Karl Williamson2013-06-251-3/+3
* gv.c:gv_fetchmethod_pvn_flags: Avoid unnecessary extra SVFather Chrysostomos2013-06-231-1/+1
* Use UTF8f in more placesFather Chrysostomos2013-06-231-19/+19
* UTF8fFather Chrysostomos2013-06-181-3/+3
* Stop constant inlining from countermanding ‘use subs’Father Chrysostomos2013-06-021-1/+2
* Revert "Change the warning for $* to add ", and will become a syntax error"."Nicholas Clark2013-05-031-11/+5
* Revert "Add a deprecation warning for all uses of @*, %*, &* and **."Nicholas Clark2013-05-031-22/+7
* [perl #117607] don't use a CV after it's been freedTony Cook2013-04-261-12/+20
* Add a deprecation warning for all uses of @*, %*, &* and **.Nicholas Clark2013-03-211-7/+22
* Change the warning for $* to add ", and will become a syntax error".Nicholas Clark2013-03-211-5/+11
* Generate the deprecation warnings for all uses $* or $#.Nicholas Clark2013-03-211-1/+12
* Restrict the valid identifier syntax, fix some identifier bugs.Brian Fraser2013-03-061-1/+1
* Revert "Lookup overloaded assignment operators when trying to swap the argume...Ricardo Signes2013-02-261-10/+3
* fix utf8ness in ${"string"}David Mitchell2012-12-251-1/+1
* Fix problems with -Dr during global destructionFather Chrysostomos2012-12-091-2/+4
* Use SvREFCNT_dec_NN in gv.cFather Chrysostomos2012-12-091-9/+9
* Disable PL_sawampersandFather Chrysostomos2012-11-271-0/+4
* fix -DPERL_GLOBAL_STRUCT builds broken with the hash mergeTony Cook2012-11-191-0/+1
* [perl #114864] Don’t use amt for DESTROYFather Chrysostomos2012-11-171-32/+10
* refactor gv.c:Perl_newGPDaniel Dragan2012-11-081-17/+26
* Stop %! after syntax error from leaking the module nameFather Chrysostomos2012-11-041-2/+3
* gv.c:S_require_tie_mod: remove SPAGAINFather Chrysostomos2012-11-041-1/+0
* [perl #115206] Don’t crash when vivifying $|Father Chrysostomos2012-10-101-4/+1
* -Do now also reports updates and use of PL_stashcache.Nicholas Clark2012-09-261-0/+1
* Get rid of PL_formfeed.Enache Adrian2012-09-201-1/+0
* Remove an unused variableFlorian Ragwitz2012-09-191-2/+0
* ${^LAST_FH}Father Chrysostomos2012-09-171-0/+4