Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: ff5f936a99c6d05680ef01aa1f84f9adca5ba7e0
https://github.com/Perl/perl5/commit/ff5f936a99c6d05680ef01aa1f84f9adca5ba7e0
Author: Nicholas Clark <[email protected]>
Date: 2021-09-29 (Wed, 29 Sep 2021)
Changed paths:
M t/op/pack.t
Log Message:
-----------
Remove 5.8.x conditional SKIPs from pack.t
Commit: 6920b5ce88214f02c7987a3e5028e8bdfc7e5e82
https://github.com/Perl/perl5/commit/6920b5ce88214f02c7987a3e5028e8bdfc7e5e82
Author: Nicholas Clark <[email protected]>
Date: 2021-09-29 (Wed, 29 Sep 2021)
Changed paths:
M pp_pack.c
M t/op/pack.t
Log Message:
-----------
Replace "grandfather in ..." with a full description of the change
Unrecognised characters in pack/unpack formats were made fatal in 5.004,
with an exception added in 5.004_04 for ',' to "just" warn.
Add tests that the format with the comma behaves the same as a format
without.
Commit: d3cdb7217b5126d36b00eccc3a6755589554862e
https://github.com/Perl/perl5/commit/d3cdb7217b5126d36b00eccc3a6755589554862e
Author: Nicholas Clark <[email protected]>
Date: 2021-09-29 (Wed, 29 Sep 2021)
Changed paths:
M pod/perldiag.pod
M pp_pack.c
M t/porting/diag.t
Log Message:
-----------
Remove pp_pack "unlisted" exceptions from t/porting/diag.t
"Invalid type '%c' in %s" is listed as "Invalid type '%s' in %s"
(ie %s not %c)
Append " in %s" to the perldiag.pod entry for the error
"'/' does not take a repeat count"
Compare: https://github.com/Perl/perl5/compare/681a22f48ffc...d3cdb7217b51