summaryrefslogtreecommitdiff
path: root/gv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [perl #114924] Make method calls work with ::SUPER packagesFather Chrysostomos2012-09-171-62/+29
* Allow CVs to point to HEKs rather than GVsFather Chrysostomos2012-09-151-1/+3
* Make SUPER::method respect method changes in moved pkgFather Chrysostomos2012-09-141-1/+1
* Make SUPER::method calls work in moved stashesFather Chrysostomos2012-09-141-2/+2
* Make SUPER:: in main less sensitiveFather Chrysostomos2012-09-141-3/+5
* PL_sawampersand: use 3 bit flags rather than boolDavid Mitchell2012-09-081-7/+24
* minor doc patches to api stuffYves Orton2012-08-251-0/+10
* Omnibus removal of register declarationsKarl Williamson2012-08-181-6/+6
* Magic flags harmonization.Chip Salzenberg2012-07-151-0/+2
* Fix @{*ISA} autovivificationFather Chrysostomos2012-07-121-0/+3
* fix 386a548 for fallback => undefJesse Luehrs2012-06-291-3/+6
* "use overload fallback => 0" should enable overloading [perl #113010]Jesse Luehrs2012-06-291-2/+8
* propagate context into overloads [perl #47119]Jesse Luehrs2012-06-281-2/+102