summaryrefslogtreecommitdiff
path: root/mro_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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