Branch: refs/heads/yves/wellrng512a_support Home: https://github.com/Perl/perl5 Commit: fd15acae6f714fe55e4c5585ad99db4baf4d001b https://github.com/Perl/perl5/commit/fd15acae6f714fe55e4c5585ad99db4baf4d001b Author: Yves Orton <demer...@gmail.com> Date: 2025-02-26 (Wed, 26 Feb 2025)
Changed paths: M Configure M Cross/config.sh-arm-linux M Cross/config.sh-arm-linux-n770 M Porting/Glossary M Porting/config.sh M Porting/config_H M Porting/findrfuncs M config_h.SH M configure.com M hints/aix.sh M hints/aix_3.sh M hints/aix_4.sh M plan9/config.plan9 M plan9/config_h.sample M plan9/config_sh.sample M regen/reentr.pl M util.h M win32/config.gc M win32/config.vc M win32/config_H.gc M win32/config_H.vc Log Message: ----------- configure should not do anything about random number generators We provide our own RNG, we do not need any information from Configure about the system RNG. Configure basically should not be involved in such things, just like it isn't with regard to hash functions. This is a placeholder commit so that Tux knows what need to be done and for discussion purposes. It isn't intended for direct merging. The change needs to be done the normal way for Configure changes. Commit: a2de3a534d3e4d26f4f44d473a431b92363b6688 https://github.com/Perl/perl5/commit/a2de3a534d3e4d26f4f44d473a431b92363b6688 Author: Yves Orton <demer...@gmail.com> Date: 2025-02-26 (Wed, 26 Feb 2025) Changed paths: M embed.fnc M embedvar.h M handy.h M intrpvar.h M perl.c M proto.h M sv.c M t/op/rand.t M t/run/runenv_randseed.t M util.c M util.h Log Message: ----------- util.c - add support for building with WELLRNG512a Compare: https://github.com/Perl/perl5/compare/05b99344e489...a2de3a534d3e To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications