This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Revert "postpone perl_parse() exit(0) bugfix"
[perl5.git] / mro_core.c
2022-08-05 Richard LeachReplace sv_2mortal(newSVhek( with newSVhek_mortal
2022-07-02 Paul "LeoNerd" EvansUse HvHasAUX() rather than SvOOK() when operating on HVs
2022-06-08 Richard LeachMake use of av_push_simple in a few places.
2022-05-18 Karl Williamsonperlapi: Document mro_get_from_name, mro_set_mro
2022-03-07 Richard LeachPerl_newSV_type_mortal - new inline function introduced...
2021-09-03 Nicholas ClarkOnly call S_mro_clean_isarev() if HvTOTALKEYS() is... 19095/head
2021-08-23 Nicholas ClarkPre-extend the ISA hash in Perl_mro_get_linear_isa().
2021-07-26 Nicholas ClarkS_mro_gather_and_rename() can use HvTOTALKEYS(), as...
2021-07-26 Nicholas ClarkConvert code in mro_core.c to use hv_*hek() APIs where...
2021-07-26 Nicholas ClarkWhere the key is an SV, replace some hv_* calls with...
2021-01-17 Michael G. Schwernstyle: Detabify indentation of the C code maintained...
2020-09-04 Karl WilliamsonReorganize perlapi
2019-11-12 James E KeenanFix: local variable hiding parameter of same name
2019-09-03 Karl WilliamsonNote that mro[gs]et_private_data are documented
2018-07-17 Hugo van der SandenRestore lost line from comment
2017-11-06 Karl WilliamsonUse memEQs, memNEs in core files
2016-11-18 Karl WilliamsonChange white space to avoid C++ deprecation warning
2016-10-19 Yves Ortonmro_core.c: use new SvPVCLEAR and constant string frien...
2016-02-08 Tony Cook[perl #126410] keep the DESTROY cache in mro_meta
2015-09-04 Karl WilliamsonVarious pods: Add C<> around many typed-as-is things
2015-08-01 Karl Williamsonperlapi: Use F<> around file names
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-03-19 Karl WilliamsonChange name of mro.c