summaryrefslogtreecommitdiff
path: root/gv.h
Commit message (Expand)AuthorAgeFilesLines
* gv.h - mark the unused GVf flag with a RESERVED defineYves Orton2022-12-301-1/+1
* replace (0+(pointer)) with casts to the pointer typeTony Cook2022-07-181-2/+2
* Convert '!!' to cBOOL()Karl Williamson2022-06-141-2/+2
* perlapi: Document 'gv*add' macros/functionsKarl Williamson2022-05-181-0/+11
* Add CopFILEAVn() and use it when cleaning up COP pointersTony Cook2021-11-151-0/+3
* Add GV_NOUNIVERSAL flag to skip UNIVERSAL lookupMarc Reisner2021-04-151-0/+1
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-43/+43
* Document gv_autoload4Karl Williamson2020-12-271-0/+7
* autodoc.pl: Specify scn for single-purpose filesKarl Williamson2020-11-061-2/+0
* Document GvSVnKarl Williamson2020-10-051-0/+7
* Use macro instead of its expansionKarl Williamson2020-09-091-1/+1
* Change formal parameter name of gv_autload4Karl Williamson2020-09-051-2/+2
* Reorganize perlapiKarl Williamson2020-09-041-1/+1
* 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