summaryrefslogtreecommitdiff
path: root/gv.h
Commit message (Expand)AuthorAgeFilesLines
* reduce cost of SvVALID()David Mitchell2016-11-131-1/+0
* eliminate SVpbm_VALID flagDavid Mitchell2016-11-121-1/+1
* document save_gp() and the GVf_INTRO flagTony Cook2015-12-171-0/+4
* Eliminate GvASSIGN_GENERATION and _set macrosDavid Mitchell2015-08-171-5/+0
* Eliminate PL_sawalias, GPf_ALIASED_SVDavid Mitchell2015-08-171-6/+0
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* Revert "refactor gv_add_by_type"Matthew Horsfall2015-01-201-21/+10
* refactor gv_add_by_typeDaniel Dragan2015-01-061-10/+21
* gv.h: Use PERL_BITFIELD32 for the bitfieldFather Chrysostomos2014-09-231-2/+2
* gv.h: Make gp_line and gp_flags into a bitfieldFather Chrysostomos2014-09-221-2/+2
* Skip no-common-vars optimisation for aliasesFather Chrysostomos2014-09-181-0/+6
* gv.h: Add a gp_flags fieldFather Chrysostomos2014-09-181-0/+3
* gv.h: Comment typoFather Chrysostomos2014-09-181-1/+1
* Remove GVf_IN_PADFather Chrysostomos2014-09-171-5/+4
* Remove GV_ADDINEVALFather Chrysostomos2014-09-061-1/+1
* Make S_method_common use gv_stashpvn instead of copypasted cache usagesyber2014-08-201-0/+2
* fix definition of GvFILEGV()David Mitchell2013-11-131-2/+3
* Reset method caches when GPs are sharedFather Chrysostomos2012-11-291-0/+7
* [perl #114924] Make method calls work with ::SUPER packagesFather Chrysostomos2012-09-171-0/+3
* document some more Gv* macrosJesse Luehrs2012-06-211-0/+12
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* 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