Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 8c37fa487491fe7762d241a9370c1091f1fcd785
https://github.com/Perl/perl5/commit/8c37fa487491fe7762d241a9370c1091f1fcd785
Author: Lukas Mai <[email protected]>
Date: 2026-01-31 (Sat, 31 Jan 2026)
Changed paths:
M util.c
Log Message:
-----------
util.c: define S_pidgone as 'static'
It was already declared 'static' in proto.h/embed.fnc, but for
consistency, make the definition in util.c 'static' as well.
Commit: 13ba5bbe88283da3760f7fec64fed7a281fe195c
https://github.com/Perl/perl5/commit/13ba5bbe88283da3760f7fec64fed7a281fe195c
Author: Lukas Mai <[email protected]>
Date: 2026-01-31 (Sat, 31 Jan 2026)
Changed paths:
M util.c
Log Message:
-----------
util.c: make splitmix64() 'static'
This is purely an internal helper function.
Commit: 53f78c446a47be809bfb84de48d77620093a88f5
https://github.com/Perl/perl5/commit/53f78c446a47be809bfb84de48d77620093a88f5
Author: Lukas Mai <[email protected]>
Date: 2026-01-31 (Sat, 31 Jan 2026)
Changed paths:
M util.c
Log Message:
-----------
util.c: make rand48_* symbols 'static'
These are internal variables not intended to be part of our API, so make
them static.
Compare: https://github.com/Perl/perl5/compare/6c49e009ca22...53f78c446a47
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications