summaryrefslogtreecommitdiff
path: root/gv.c
Commit message (Expand)AuthorAgeFilesLines
* Followup to 088225f/[perl #88132]: packages ending with :Father Chrysostomos2011-04-151-1/+9
* [perl #88132] broken ISA lookup after aliasing packages ending with ::Father Chrysostomos2011-04-131-3/+2
* [perl #87708] Fix ‘$tied binop $tied’Father Chrysostomos2011-04-071-2/+14
* [perl #87388] bless[], "main::" crashesFather Chrysostomos2011-04-061-1/+2
* In gv_autoload4(), ensure set magic is called on $...::AUTOLOAD if necessary.Nicholas Clark2011-02-271-1/+3
* Avoid loading modules for %! and %+ on meeting %{"foo::!"} and %{"foo::+"}Nicholas Clark2011-02-221-1/+2
* Prevent destructors called from gp_free from seeing freed SVsFather Chrysostomos2011-02-101-13/+50
* Two Safefree() changes to make -DPERL_POISON builds work again.George Greer2011-02-061-1/+1
* add GvCV_set() and GvGP_set() macros.David Mitchell2011-01-211-8/+9
* Generate pp_* prototypes in pp_proto.h, and remove pp.symNicholas Clark2011-01-091-1/+1
* Fix typos (spelling errors) in Perl sources.Peter J. Acklam) (via RT2011-01-071-1/+1
* standardise amagic method namingDavid Mitchell2010-12-311-1/+1
* Silence some data truncation compiler warningsJan Dubois2010-12-161-1/+1
* [perl #71286] fallback/nomethod failuresMichael Breen2010-12-031-6/+19
* Eliminate strlen and strEQ usage in gv_fetchmethodFlorian Ragwitz2010-11-301-4/+5
* Filehandle method calls load IO::File on demandDavid Golden2010-11-291-0/+13
* Fix compiler warningFather Chrysostomos2010-11-261-1/+1
* [perl #78634] Conflict in defining constant INITFather Chrysostomos2010-11-261-0/+3
* Only call mro_package_moved on new substashesFather Chrysostomos2010-11-221-8/+10
* Newly-created stashes may need effective names addedFather Chrysostomos2010-11-221-0/+6
* Eliminate PL_dirtyFlorian Ragwitz2010-11-141-1/+1
* Add ${^GLOBAL_PHASE}Florian Ragwitz2010-11-141-1/+6
* [perl #79024] Bleadperl 80ebaca breaks OVID/Class-Trait-0.31.tar.gzFather Chrysostomos2010-11-111-0/+4
* Add Perl_amagic_deref_call() to implement the bulk of tryAMAGICunDEREF_var().Nicholas Clark2010-11-031-0/+19
* Inline RvDEEPCP() into its only caller, Perl_amagic_call().Nicholas Clark2010-11-021-1/+9
* Expand AMG_CALLun_var() into all its users, and eliminate it.Nicholas Clark2010-11-021-1/+2
* add CvSTASH_set() macro and make CvSTASH() rvalue onlyZefram2010-10-251-8/+17
* full API for cop hint hashesZefram2010-10-211-2/+1
* In Perl_gv_autoload4(), remove weakref before reassigning to CvSTASH()Nicholas Clark2010-10-211-0/+2
* Remove now-unused parameters from S_gv_magicalize_isa().Nicholas Clark2010-10-091-3/+3
* Move the automatic instantiation of @AnyDBM_File::ISA to Perl_yylex()Nicholas Clark2010-10-091-15/+0
* Remove dead code from Perl_gv_stashpvn().Nicholas Clark2010-10-081-4/+2
* Fix bugs in e771aaa95f65a9c4 (reducing copying in gv_fetchpvn_flags)Nicholas Clark2010-10-081-8/+9
* Perl_gv_fetchpvn_flags() can avoid copying when the package separator is ::Nicholas Clark2010-10-081-8/+9
* Avoid downgrading GVs during global destructionFather Chrysostomos2010-10-031-0/+5
* [perl #77362] Assigning glob to lvalue causes stringificationFather Chrysostomos2010-09-261-1/+7
* [perl #71806] perldb does not setup %dbline with the shebang option -dFather Chrysostomos2010-09-231-2/+2
* Fix build for threaded perlsFlorian Ragwitz2010-09-081-2/+2
* Move magicalize_{isa,overload} out into functionsFlorian Ragwitz2010-09-081-28/+44
* [perl #76138] perl inadvertently destroys signal handlers as of f746176000Father Chrysostomos2010-09-061-21/+50
* small code tweak in Perl_gv_initDavid Mitchell2010-07-241-1/+2
* [perl #76540] "print CONSTANT," gives double-freeDavid Mitchell2010-07-241-1/+9
* add CvGV_set() macro and make CvGV() rvalue onlyDavid Mitchell2010-07-181-2/+2
* change when to make CvGV refcountedDavid Mitchell2010-07-181-4/+4
* add CVf_CVGV_RC flagDavid Mitchell2010-07-181-4/+4
* protect CvGV weakref with backrefDavid Mitchell2010-07-141-2/+49
* protect CvSTASH weakref with backrefsDavid Mitchell2010-07-141-0/+4
* tidy some code in gv_init()David Mitchell2010-07-141-6/+8
* make overload respect get magicDavid Mitchell2010-05-211-0/+96
* [perl #73712] ‘Variable is not imported’ cannot be suppressedFather Chrysostomos2010-04-131-2/+7