summaryrefslogtreecommitdiff
path: root/gv.c
Commit message (Expand)AuthorAgeFilesLines
* Use HvHasAUX() rather than SvOOK() when operating on HVsPaul "LeoNerd" Evans2022-07-021-4/+4
* gv.c: Comments/white-space onlyKarl Williamson2022-07-021-6/+7
* Follow on to 6d21409fd4b749511b9ec73e2dbaaff513f6eae8Karl Williamson2022-06-181-4/+4
* Convert '!!' to cBOOL()Karl Williamson2022-06-141-2/+2
* perlapi: Consolidate gv_fetchmeth forms, improve docKarl Williamson2022-06-021-45/+47
* perldiag: Fix typo, collapse some msgsKarl Williamson2022-05-311-1/+0
* perlapi: Document gv_autoload*Karl Williamson2022-05-281-0/+30
* perlapi: Document gv_name_setKarl Williamson2022-05-281-0/+12
* Fix typos for generating perlapiKarl Williamson2022-05-191-1/+1
* perlapi: Document amagic(_deref)?_callKarl Williamson2022-05-191-0/+43
* perlapi: Document Gv_AMupdateKarl Williamson2022-05-191-6/+20
* perlapi: Document newGVgen(_flags)?Karl Williamson2022-05-181-0/+15
* Document gv_e?fullname[34]Karl Williamson2022-05-181-0/+19
* perlapi: Document gv_add_by_typeKarl Williamson2022-05-181-0/+8
* perlapi: Document and mark internal gv_handlerKarl Williamson2022-05-121-0/+7
* gv.c: Fix indentation; add braces for clarityKarl Williamson2022-05-111-2/+4
* perlapi: Rename GV sectionKarl Williamson2022-05-091-1/+4
* Perl_newSV_type_mortal - new inline function introduced and usedRichard Leach2022-03-071-1/+1
* Inlined newSV_type(SVt_NULL) leaner than non-inlined newSV(0)Richard Leach2022-03-071-5/+5
* Perl_gv_init_pvn() must handle a stash holding the value -1Nicholas Clark2022-02-231-3/+56
* Define 'finally' keywordPaul "LeoNerd" Evans2022-01-201-1/+1
* Add CopFILEAVn() and use it when cleaning up COP pointersTony Cook2021-11-151-22/+28
* In Perl_gp_free() use PL_tmps_stack to avoid freeing glob entries immediately.Nicholas Clark2021-09-221-12/+124
* Keep lines under 80 charactersJames E Keenan2021-09-161-2/+4
* g++10 -Wparentheses build-time warningsJames E Keenan2021-09-161-2/+2
* Add SvIsBOOL() macro to test for SVs being boolean-intentPaul "LeoNerd" Evans2021-09-101-1/+1
* Create `defer` syntax and `OP_PUSHDEFER` opcodePaul "LeoNerd" Evans2021-08-251-1/+1
* In Perl_gv_check() set and clear HvAUXf_SCAN_STASH just once.Nicholas Clark2021-07-261-3/+3
* Rename G_ARRAY to G_LIST; provide back-compat when not(PERL_CORE)Paul "LeoNerd" Evans2021-06-021-2/+2
* Add documentation for new GV_NOUNIVERSAL flagMarc Reisner2021-04-151-1/+5
* Add GV_NOUNIVERSAL flag to skip UNIVERSAL lookupMarc Reisner2021-04-151-1/+1
* Document gv_stashsvpvn_cachedKarl Williamson2021-04-141-4/+10
* Initial attempt at feature 'try'Paul "LeoNerd" Evans2021-02-041-2/+2
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-1036/+1036
* perlapi: More fully document gv_stashpvnKarl Williamson2020-12-271-6/+7
* Document gv_fetchfile(_flags)?Karl Williamson2020-12-271-0/+21
* gv.c: Note GV is documented hereKarl Williamson2020-10-081-0/+2
* Document gv_fetch[ps]v and kinKarl Williamson2020-09-221-2/+69
* perlapi: Add some links, wrap C<...>Karl Williamson2020-09-051-3/+3
* Change formal parameter name of gv_fetchpv*Karl Williamson2020-09-051-2/+2
* Reorganize perlapiKarl Williamson2020-09-041-1/+1
* gv.c: Clarify commentKarl Williamson2020-09-011-1/+1
* Remove use of dVAR in coreDagfinn Ilmari Mannsåker2020-07-201-3/+0
* Note that certain flags are documentedKarl Williamson2019-12-171-0/+7
* Add the `isa` operatorPaul "LeoNerd" Evans2019-12-091-3/+4
* updates to $^H{feature_validname} now update cop_featuresTony Cook2019-12-051-4/+0
* gv.c: SVf needs to be surrounded by spacesKarl Williamson2019-11-051-2/+2
* S_gv_fetchmeth_internal fix STRLEN warningNicolas R2019-11-041-3/+3
* Factor out common code from sv_derived_from_* subs familySergey Aleynikov2019-11-041-2/+2
* And silence some silly examples.Max Maischein2019-11-031-4/+26