You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
134218 - fixes a build issue on Solaris
133989 - fixes a crash bug, if someone has @foo = ($fh); readline(@foo)
this change will break it,
134072 - fixes an experimental feature
134035 - fixes a crash bug, I don't see this breaking anything
134230 - fixes a regression, code developed with 5.30 expecting "0x10" to
be numified as 16 will break.
Copy file name to clipboardExpand all lines: votes-5.30.xml
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,14 @@ Adding new warnings, errors or deprecations
22
22
23
23
The same criteria apply to code in dual-life modules as to core code.)
24
24
25
+
<commitvotes="tonyc"id="c0ad3f089909eceaf6d442a6805e5b46d1fee0e0"ticket="134218"desc="(perl #134218) make sure ECHO is defined"/>
26
+
27
+
<commitvotes="tonyc"id="a8e0c1fd5ade7c30aa0782f1aea274ef89190f6d"ticket="133989"desc="(perl #133989) scalar() the argument to readline, if any"/>
28
+
29
+
<commitvotes="tonyc"id="40258daf9899686d934c460ba3630431312d7694"ticket="134072"desc="(perl #134072) allow \&foo = \&bar to work in main::"/>
30
+
31
+
<commitvotes="tonyc"id="368ac47cccd4ffca6e83a26289c152a32c2ea385"ticket="134035"desc="(perl #134035) ensure sv_gets() handles a signal handler modifying sv"/>
32
+
25
33
</div>
26
34
27
35
<div><h3>Security Fixes</h3>
@@ -36,6 +44,11 @@ The same criteria apply to code in dual-life modules as to core code.)
36
44
37
45
<commitvotes="tonyc"id="79e302e6c3f815bf4cb72a5bacc3012595970db9"ticket="134169"desc="(perl #134169) mg.c reset endptr after use"/>
38
46
47
+
This could potentially break code written on 5.30.0 that expects "0x10" to numify to 16, but
48
+
the bug fixed has the potential of silently(!) breaking code written with older perls that
49
+
expect it to be 0.
50
+
<commitvotes="tonyc"id="14d26b44a1d7eee67837ec0ea8fb0368ac6fe33e"ticket="134230"desc="(perl #134230) don't interpret 0x, 0b when numifying strings"/>
0 commit comments