Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 41331846e7621f4ec515c84fc9c5b0afb432cef2
https://github.com/Perl/perl5/commit/41331846e7621f4ec515c84fc9c5b0afb432cef2
Author: Craig A. Berry <[email protected]>
Date: 2026-07-20 (Mon, 20 Jul 2026)
Changed paths:
M configure.com
Log Message:
-----------
configure.com: EMBEDMYMALLOC has been obsolete since 5.6.0
Commit: 8316940e2e015232948ddda62cd74972b998177b
https://github.com/Perl/perl5/commit/8316940e2e015232948ddda62cd74972b998177b
Author: Craig A. Berry <[email protected]>
Date: 2026-07-20 (Mon, 20 Jul 2026)
Changed paths:
M configure.com
M perl.h
M pp_sys.c
M vms/descrip_mms.template
M vms/vms.c
M vms/vmsish.h
Log Message:
-----------
Always enable sockets on VMS
Once upon a time, TCP/IP was an add-on product on VMS, available
from different vendors who each had their own library. But socket
support was moved to the CRTL many years ago so that you always
have sockets, even if you don't have a TCP/IP stack. Plus these
days, TCP/IP is part of the base operating system installation (as
is Perl!). So it really no longer makes sense to ask people if they
want socket support.
Commit: 48311de8b7c769403cc895802b0dc5c882f83205
https://github.com/Perl/perl5/commit/48311de8b7c769403cc895802b0dc5c882f83205
Author: Craig A. Berry <[email protected]>
Date: 2026-07-20 (Mon, 20 Jul 2026)
Changed paths:
M configure.com
M vms/vms.c
Log Message:
-----------
VMS: don't declare our own h_errno
h_errno was added to netdb.h for VMS v7.0 in 1995. And it was
deprecated and removed from the standard by POSIX 2008. So there
are two reasons not to roll our own.
There remains some h_errno code in pp_sys.c that may need a look
sometime in light of the POSIX deprecation.
Commit: f3b38c4c4bf7c2cf55644b36bd3d9b6740051cbf
https://github.com/Perl/perl5/commit/f3b38c4c4bf7c2cf55644b36bd3d9b6740051cbf
Author: Craig A. Berry <[email protected]>
Date: 2026-07-20 (Mon, 20 Jul 2026)
Changed paths:
M configure.com
Log Message:
-----------
configure.com: remove duplicated config variables
HAS_SETENV, USE_64_BIT_INT, USE_LONG_DOUBLE, and USE_64_BIT_ALL are
all defined in config_h.SH and are getting processed into config.h
appropriately. So there is no reason to hammer them in explicitly,
which was actually causing them to get defined twice.
Compare: https://github.com/Perl/perl5/compare/f5b9e1a59c30...f3b38c4c4bf7
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications