summaryrefslogtreecommitdiff
path: root/gv.c
Commit message (Expand)AuthorAgeFilesLines
...
* &CORE::pwent()Father Chrysostomos2011-08-191-1/+2
* &CORE::wantarray()Father Chrysostomos2011-08-181-2/+8
* &CORE::foo() for nullary functionsFather Chrysostomos2011-08-181-11/+83
* &CORE::not and &CORE::getprotobynumberFather Chrysostomos2011-08-151-4/+1
* Move pp_-specific code out of core_prototypeFather Chrysostomos2011-08-141-1/+1
* Change core_prototype to take a keyword numFather Chrysostomos2011-08-141-1/+1
* Add inlinable &CORE::functionsFather Chrysostomos2011-08-141-1/+61
* Make sure the CORE package is always called COREFather Chrysostomos2011-08-141-1/+7
* SvREFCNT_dec already checks if the SV is non-NULLVincent Pit2011-08-021-3/+4
* Bypass a switch in gv_fetchpvn for 2-char symbolsFather Chrysostomos2011-06-241-1/+1
* Make $$ writable, but still magicalFather Chrysostomos2011-06-131-3/+1
* [perl #88138] ' is not equivalent to :: before a nullFather Chrysostomos2011-06-031-2/+3
* Turn $$ into a magical readonly variable that always fetches getpid() instead...Max Maischein2011-05-221-0/+3
* Move an assertFather Chrysostomos2011-05-201-1/+1
* 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