-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathperl5265cdelta.html
162 lines (99 loc) · 6.75 KB
/
perl5265cdelta.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>perl5265cdelta - what is new for cperl v5.26.5</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rev="made" href="mailto:[email protected]" />
</head>
<body>
<ul id="index">
<li><a href="#NAME">NAME</a></li>
<li><a href="#DESCRIPTION">DESCRIPTION</a></li>
<li><a href="#Modules-and-Pragmata">Modules and Pragmata</a>
<ul>
<li><a href="#Updated-Modules-and-Pragmata">Updated Modules and Pragmata</a></li>
</ul>
</li>
<li><a href="#Documentation">Documentation</a>
<ul>
<li><a href="#Changes-to-Existing-Documentation">Changes to Existing Documentation</a>
<ul>
<li><a href="#perldiag">perldiag</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="#Selected-Bug-Fixes">Selected Bug Fixes</a></li>
<li><a href="#Acknowledgements">Acknowledgements</a></li>
<li><a href="#Reporting-Bugs">Reporting Bugs</a></li>
<li><a href="#SEE-ALSO">SEE ALSO</a></li>
</ul>
<h1 id="NAME">NAME</h1>
<p>perl5265cdelta - what is new for cperl v5.26.5</p>
<h1 id="DESCRIPTION">DESCRIPTION</h1>
<p>This document describes differences between the cperl 5.26.5 and the cperl 5.26.4 release.</p>
<p>If you are upgrading from an earlier release such as v5.26.1c, first read <a href="/cperl/perl5262cdelta.html">perl5262cdelta</a>, which describes differences between v5.26.1c and v5.26.2c.</p>
<h1 id="Modules-and-Pragmata">Modules and Pragmata</h1>
<h2 id="Updated-Modules-and-Pragmata">Updated Modules and Pragmata</h2>
<dl>
<dt id="Cpanel::JSON::XS-4.09"><a href="/cperl/lib/Cpanel/JSON/XS.html">Cpanel::JSON::XS</a> 4.09</dt>
<dd>
<p>Add seperate allow_dupkeys property, in relaxed (#122). Fixed allow_dupkeys for the XS slow path. Silence 2 -Wunused-value warnings. Fix ->unblessed_bool to produce modifiable perl structures (PR #121 by Pali).</p>
<p>Add unblessed_bool property (PR #118 by Pali).</p>
<p>Silence Gconvert -Wunused-result. gcvt returns a string, sprintf int, so suppress the retval.</p>
</dd>
<dt id="ExtUtils::MakeMaker-8.35_08"><a href="/cperl/lib/ExtUtils/MakeMaker.html">ExtUtils::MakeMaker</a> 8.35_08</dt>
<dd>
<p>Added <code>-flto</code> support for static libs (need the lto plugin) and D for deterministic builds, using arflags for AR_STATIC_ARGS, not just 'cr'.</p>
<p>Fixed FULLPERL patch for cperl on Win32.</p>
</dd>
<dt id="Storable-1.12_04"><a href="/cperl/lib/Storable.html">Storable</a> 1.12_04</dt>
<dd>
<p>Fix stacklimit security issues introduced in the p5p release [cperl #393]. User limits must not be higher than the probed hard limits, when overridden by user code or data, via hooks or even pst data.</p>
</dd>
</dl>
<h1 id="Documentation">Documentation</h1>
<h2 id="Changes-to-Existing-Documentation">Changes to Existing Documentation</h2>
<p>We have attempted to update the documentation to reflect the changes listed in this document. If you find any we have missed, send email to <a href="mailto:[email protected]">[email protected]</a>.</p>
<p>Additionally, the following selected changes have been made:</p>
<h3 id="perldiag"><a href="/cperl/perldiag.html">perldiag</a></h3>
<ul>
<li><p><code>Syntax error in (?[...]) in regex m/%s/</code> changed to <code>Syntax error in (?[...]) in regex; marked by <-- HERE in m/%s/</code></p>
</li>
<li><p><code>Unexpected ']' with no following ')' in (?[... in regex; marked by <-- HERE in m/%s/</code> was added.</p>
</li>
<li><p><code>Expecting close paren for nested extended charclass in regex; marked by <-- HERE in m/%s/</code> was added.</p>
</li>
<li><p><code>Expecting close paren for wrapper for nested extended charclass in regex; marked by <-- HERE in m/%s/</code> was added.</p>
</li>
</ul>
<h1 id="Selected-Bug-Fixes">Selected Bug Fixes</h1>
<ul>
<li><p>Fixed assert in extended charclass (#131649).</p>
</li>
<li><p>Fixed SHIFT_VAR with SHORTSIZE != SIZE16. E.g. with -m32 use64bitint.</p>
</li>
</ul>
<h1 id="Acknowledgements">Acknowledgements</h1>
<p>cperl 5.26.5 represents approximately 5 months of development since cperl 5.26.4c and contains approximately 2,700 lines of changes across 63 files from 2 authors.</p>
<p>Excluding auto-generated files, documentation and release tools, there were approximately 390 lines of changes to 17 .pm, .t, .c and .h files.</p>
<p>The following people are known to have contributed the improvements that became cperl 5.26.5:</p>
<p>Reini Urban, Yves Orton.</p>
<p>The list above is almost certainly incomplete as it is automatically generated from version control history including the perl and cperl repos. In particular, it does not include the names of the (very much appreciated) contributors who reported issues to the Perl bug tracker and the cperl github issues.</p>
<p>Many of the changes included in this version originated in the CPAN modules included in Perl's core. We're grateful to the entire CPAN community for helping Perl to flourish.</p>
<p>For a more complete list of all of Perl's historical contributors, please see the <i>AUTHORS</i> file in the Perl source distribution.</p>
<p>Generated with:</p>
<pre><code> cperl Porting/acknowledgements.pl cperl-5.26.4..HEAD -c</code></pre>
<h1 id="Reporting-Bugs">Reporting Bugs</h1>
<p>If you find what you think is a bug, you might check the perl bug database at <a href="https://rt.perl.org/">https://rt.perl.org/</a> . There may also be information at <a href="http://www.perl.org/">http://www.perl.org/</a> , the Perl Home Page.</p>
<p>If you believe you have an unreported bug, please run the <a>cperlbug</a> program included with your release. Be sure to trim your bug down to a tiny but sufficient test case. Your bug report, along with the output of <code>perl -V</code>, will be sent off to [email protected] to be analysed by the Perl porting team.</p>
<p>If you think it's a cperl specific bug or trust the cperl developers more please file an issue at <a href="https://github.com/perl11/cperl/issues">https://github.com/perl11/cperl/issues</a>.</p>
<p>If the bug you are reporting has security implications which make it inappropriate to send to a publicly archived mailing list, then see <a href="/cperl/perlsec.html#SECURITY-VULNERABILITY-CONTACT-INFORMATION">"SECURITY VULNERABILITY CONTACT INFORMATION" in perlsec</a> For details of how to report the issue.</p>
<h1 id="SEE-ALSO">SEE ALSO</h1>
<p>The <i>Changes</i> file for an explanation of how to view exhaustive details on what changed.</p>
<p>The <i>INSTALL</i> file for how to build Perl.</p>
<p>The <i>README</i> file for general stuff.</p>
<p>The <i>Artistic</i> and <i>Copying</i> files for copyright information.</p>
</body>
</html>