This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Major features (over perl5.26): * kept encoding/${^ENCODING} (fixed it) * removed support for the perl4 ' package seperator * kept c2ph/pstruct (fixed it). * for qw() is legal again * enhanced user-type support, type-check assigments, add HvCLASS for base/fields (compile-time inheritance), type-infer bless and subroutine return types. added use types and use types 'strict' warnings and checks. * merged with perl-5.25.9 * Improved .pmc loading (needed for the jit) * Fixed major security problems in Storable and unicode identifiers * Improved hash-table DDos detection (the distributed part, from different IPs), previously only safe for DoS. Prevents now also from theoretical SlowDOS-like attacks, consuming too much memory in the sleeps. * Constant fold with barewords (also upstream) * set UNITCHECK phase See perl5253cdelta
- Loading branch information
Showing
10 changed files
with
832 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.