summaryrefslogtreecommitdiff
path: root/gv.c
Commit message (Expand)AuthorAgeFilesLines
* pp_ctl.c - add support for hooking require.Yves Orton2023-03-181-0/+7
* mg.c - add support for ${^LAST_SUCCESSFUL_PATTERN}Yves Orton2023-03-141-2/+3
* gv.c - in comments for ${^LONG_NAMES} use the curly bracesYves Orton2023-03-141-6/+6
* call_sv, amagic_call: call pp_entersub via runopsDavid Mitchell2023-02-281-7/+6
* Make @ISA a readonly array on class stashes so user code can't fiddle with it...Paul "LeoNerd" Evans2023-02-101-0/+8
* Initial attack at basic 'class' featurePaul "LeoNerd" Evans2023-02-101-7/+12
* Correct typos as per GH 20435James E Keenan2022-12-291-7/+7
* gv.c - rename amagic_find() to amagic_applies()Yves Orton2022-12-221-16/+122
* Added function amagic_find(sv, method, flags)Eric Herman2022-12-161-0/+42
* only fully calculate the stash (effective) name where neededTony Cook2022-11-181-4/+4
* cop.h - add support for refcounted filenames in cops under threadsYves Orton2022-11-011-15/+8
* only negative cache a method lookup if we look at UNIVERSALTony Cook2022-10-241-1/+1
* gv.c - use SVf_QUOTEDPREFIX in error messageYves Orton2022-08-271-2/+2
* sv.c - add a _QUOTEDPREFIX version of SVf, UTF8f, and HEKf for use in error m...Yves Orton2022-08-251-5/+5
* Replace sv_2mortal(newSVhek( with newSVhek_mortalRichard Leach2022-08-051-5/+5
* Rename CVf_METHOD to CVf_NOWARN_AMBIGUOUSPaul "LeoNerd" Evans2022-07-261-1/+1
* 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