summaryrefslogtreecommitdiff
path: root/gv.h
Commit message (Expand)AuthorAgeFilesLines
* Merge multi and flags params to gv_init_*Father Chrysostomos2011-10-061-3/+5
* gv.c: newGVgen_flags and a flags parameter for gv_get_super_pkg.Brian Fraser2011-10-061-0/+1
* Remove method param from gv_autoload_*Father Chrysostomos2011-10-061-2/+7
* Remove 4 from new gv_autoload4_(sv|pvn?) functionsFather Chrysostomos2011-10-061-1/+1
* gv.c: Added gv_autoload4_(sv|pv|pvn)Brian Fraser2011-10-061-0/+1
* gv.c: Added gv_fetchmethod_(sv|pv|pvn)_flags.Brian Fraser2011-10-061-0/+1
* gv.c: Added gv_fetchmeth_(sv|pv|pvn)_autoload.Brian Fraser2011-10-061-1/+2
* Remove some _get variants of *NAMEUTF8 macros in [gh]v.hFather Chrysostomos2011-10-061-3/+2
* gv.c: Added gv_fetchmeth_(sv|pv|pvn).Brian Fraser2011-10-061-0/+1
* gv.c: Added gv_init_(sv|pv|pvn), renamed gv_init_sv as gv_init_svtype.Brian Fraser2011-10-061-0/+1
* UTF-8 related macros in hv.h and gv.hBrian Fraser2011-10-061-0/+6
* Enter gv_fetchsv_nomgFather Chrysostomos2011-09-081-1/+4
* Eliminate is_gv_magical_svFather Chrysostomos2011-08-301-2/+6
* Revert ‘Deprecate tie $handle without *’Father Chrysostomos2011-06-111-3/+0
* add GvCV_set() and GvGP_set() macros.David Mitchell2011-01-211-4/+11
* Deprecate tie $handle without *Father Chrysostomos2010-12-021-0/+3
* [perl #77362] Assigning glob to lvalue causes stringificationFather Chrysostomos2010-09-261-1/+11
* fix indendation of DM_* flag definitionsDavid Mitchell2010-06-041-5/+5
* express DM_[GU]ID flags in terms of componentsDavid Mitchell2010-06-041-2/+2
* rename DM_ARRAY flag to DM_ARRAY_ISADavid Mitchell2010-06-041-1/+1
* Fix clang "incompatible operand types" error in ternary expressions.George Greer2010-05-271-1/+1
* PL_defoutgv isn't always a GV.David Mitchell2010-03-301-0/+1
* Merge gv_IOadd() into gv_add_by_type().Nicholas Clark2009-08-081-0/+1
* Merge gv_AVadd(), gv_HVadd() and gv_SVadd() into gv_add_by_type().Nicholas Clark2009-08-081-0/+4
* Remove GvREFCNT_inc(), which is deprecated and unused.Nicholas Clark2009-08-071-3/+0
* GvUNIQUE* have been defined as 0 since 2005/06/30 - high time to remove them.Nicholas Clark2009-04-131-10/+0
* Add a macro MUTABLE_PTR(p), which on (non-pedantic) gcc will not castNicholas Clark2008-10-271-1/+1
* Update copyright years.Nicholas Clark2008-10-251-2/+2
* readable assertion namesReini Urban2008-06-081-17/+17
* /* This code tries to figure out just what went wrong withNicholas Clark2008-04-171-0/+2
* Deprecate (and remove core use of ) Nullav, Nullcv, Nullgv, Nullhe,Nicholas Clark2008-01-231-1/+3
* Fix up copyright years for files modified in 2007.Nicholas Clark2007-11-071-1/+1
* Re: optimize push @ISA, (was Re: parent.pm at http://corion.net/perl-dev)Brandon Black2007-08-311-0/+1
* More portability nits by JarkkoRafael Garcia-Suarez2007-06-161-1/+1
* Rearrange members of structures to reduce memory size on someNicholas Clark2007-03-311-5/+5
* Don't SEGV when dumping an undefined typeglob. The HEK used to storeNicholas Clark2007-03-011-1/+1
* Add get_cvn_flags(), which is like get_cv() but takes a length. ThisNicholas Clark2007-01-151-0/+4
* Assert that PVGVs are never SvVALID() in the PVBM sense.Nicholas Clark2006-12-121-0/+1
* Another place where Intel C++ pretending to be gcc is a reallySteve Peters2006-05-021-1/+1
* GvFILE() cannot be a pointer to the memory owned by the COP, becauseNicholas Clark2006-05-021-2/+13
* use NOOP macroAndy Lester2006-04-251-2/+2
* Ensure GvNAME doesn't return NULLMarcus Holland-Moritz2006-04-241-3/+4
* Random accumulated patchesAndy Lester2006-03-311-3/+2
* Change 27380 (HEK into the IV union failed to convert the code in theNicholas Clark2006-03-051-1/+1
* Perl_gv_name_set should not leak the old HEK. Allow the flag GV_ADDNicholas Clark2006-03-051-1/+3
* Move the GvNAME HEK into the IV union - every GV is now 1 pointerNicholas Clark2006-03-051-1/+1
* Use a HEK to store the GV's name, rather than a malloc()ed string.Nicholas Clark2006-03-051-12/+8
* Provide Perl_gv_name_set to replace LVALUE use of GvNAME and GvNAMESET.Nicholas Clark2006-03-051-14/+17
* fix up gv.c and gv.hAndy Lester2006-02-271-3/+3
* Fix argument grouping for some macrosRafael Garcia-Suarez2006-02-271-5/+5