summaryrefslogtreecommitdiff
path: root/mro_core.c
Commit message (Expand)AuthorAgeFilesLines
* pod/perlmroapi.pod - document linear MRO function return type.Paul "LeoNerd" Evans2023-02-081-2/+3
* mro_core.c - define PERL_IN_MRO_CORE_C as wellYves Orton2022-12-241-0/+1
* change HvENAME_HEK() to HvENAME_HEK_NN() where NULLs would crash anywayTony Cook2022-11-181-6/+7
* only fully calculate the stash (effective) name where neededTony Cook2022-11-181-5/+5
* Replace sv_2mortal(newSVhek( with newSVhek_mortalRichard Leach2022-08-051-1/+1
* Use HvHasAUX() rather than SvOOK() when operating on HVsPaul "LeoNerd" Evans2022-07-021-2/+2
* Make use of av_push_simple in a few places.Richard Leach2022-06-081-6/+6
* perlapi: Document mro_get_from_name, mro_set_mroKarl Williamson2022-05-181-0/+20
* Perl_newSV_type_mortal - new inline function introduced and usedRichard Leach2022-03-071-11/+11
* Only call S_mro_clean_isarev() if HvTOTALKEYS() is non-zeroNicholas Clark2021-09-031-17/+19
* Pre-extend the ISA hash in Perl_mro_get_linear_isa().Nicholas Clark2021-08-231-1/+6
* S_mro_gather_and_rename() can use HvTOTALKEYS(), as placeholders don't matter.Nicholas Clark2021-07-261-4/+5
* Convert code in mro_core.c to use hv_*hek() APIs where possible.Nicholas Clark2021-07-261-9/+7
* Where the key is an SV, replace some hv_* calls with hv_*_ent equivalents.Nicholas Clark2021-07-261-4/+4
* style: Detabify indentation of the C code maintained by the core.Michael G. Schwern2021-01-171-594/+594
* Reorganize perlapiKarl Williamson2020-09-041-1/+1
* Fix: local variable hiding parameter of same nameJames E Keenan2019-11-121-4/+4
* Note that mro[gs]et_private_data are documentedKarl Williamson2019-09-021-1/+3
* Restore lost line from commentHugo van der Sanden2018-07-171-1/+1
* Use memEQs, memNEs in core filesKarl Williamson2017-11-061-2/+2
* Change white space to avoid C++ deprecation warningKarl Williamson2016-11-181-4/+4
* mro_core.c: use new SvPVCLEAR and constant string friendly macrosYves Orton2016-10-191-7/+7
* [perl #126410] keep the DESTROY cache in mro_metaTony Cook2016-02-081-5/+9
* Various pods: Add C<> around many typed-as-is thingsKarl Williamson2015-09-031-2/+2
* perlapi: Use F<> around file namesKarl Williamson2015-08-011-1/+1
* Replace common Emacs file-local variables with dir-localsDagfinn Ilmari Mannsåker2015-03-221-6/+0
* Change name of mro.cKarl Williamson2015-03-191-0/+1429