Skip to content

Commit 505f5c2

Browse files
committed
propose a few commits
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.
1 parent 37615ae commit 505f5c2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

votes-5.30.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ Adding new warnings, errors or deprecations
2222

2323
The same criteria apply to code in dual-life modules as to core code.)
2424

25+
<commit votes="tonyc" id="c0ad3f089909eceaf6d442a6805e5b46d1fee0e0" ticket="134218" desc="(perl #134218) make sure ECHO is defined"/>
26+
27+
<commit votes="tonyc" id="a8e0c1fd5ade7c30aa0782f1aea274ef89190f6d" ticket="133989" desc="(perl #133989) scalar() the argument to readline, if any"/>
28+
29+
<commit votes="tonyc" id="40258daf9899686d934c460ba3630431312d7694" ticket="134072" desc="(perl #134072) allow \&amp;foo = \&amp;bar to work in main::"/>
30+
31+
<commit votes="tonyc" id="368ac47cccd4ffca6e83a26289c152a32c2ea385" ticket="134035" desc="(perl #134035) ensure sv_gets() handles a signal handler modifying sv"/>
32+
2533
</div>
2634

2735
<div><h3>Security Fixes</h3>
@@ -36,6 +44,11 @@ The same criteria apply to code in dual-life modules as to core code.)
3644

3745
<commit votes="tonyc" id="79e302e6c3f815bf4cb72a5bacc3012595970db9" ticket="134169" desc="(perl #134169) mg.c reset endptr after use"/>
3846

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+
<commit votes="tonyc" id="14d26b44a1d7eee67837ec0ea8fb0368ac6fe33e" ticket="134230" desc="(perl #134230) don't interpret 0x, 0b when numifying strings"/>
51+
3952
</div>
4053

4154
<div><h3>New Feature Fixes</h3>

0 commit comments

Comments
 (0)