summaryrefslogtreecommitdiff
path: root/gv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* PL_defoutgv isn't always a GV.David Mitchell2010-03-301-2/+2
* [perl #72740]: Blead breaks LEMBARK/LinkedList-Single-0.99.1.tar.gzZefram2010-03-101-10/+23
* Make perl's magic variables in gv.c grep-ableÆvar Arnfjörð Bjarmason2010-01-201-35/+35
* fix bug 67156: overload: nomethod(..., '!') return value invertedMichael Breen2009-12-141-20/+10
* Bareword sub lookupsZefram2009-11-081-0/+47
* Implement the 'qr' overload type.Ben Morrow2009-11-011-0/+1
* Enable deprecation warnings by default.Nicholas Clark2009-10-161-3/+3
* Remove category 'syntax' from 5 warnings that should just be in 'deprecated'.Nicholas Clark2009-10-131-1/+1
* Add Perl_ck_warner_d(), which combines Perl_ckwarn_d() and Perl_warner().Nicholas Clark2009-10-121-9/+8