summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2019-11-18 10:41:05 +0000
committerDavid Mitchell <davem@iabyn.com>2019-11-18 10:41:05 +0000
commit8ac2356991b57f84538a2e54198c5ba6071779c6 (patch)
tree4fec2c48eb35aff7e7ae89ea03b1952ac5f101a1
parent116e19abbf4f4b20a9c7928603c993679bcbdd2f (diff)
downloadperl-8ac2356991b57f84538a2e54198c5ba6071779c6.tar.gz
perldelta for v5.31.5-346-g116e19abbf
Document the sighandler changes.
-rw-r--r--pod/perldelta.pod8
1 files changed, 8 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 77b55d2fe0..56ca0509b9 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -386,6 +386,14 @@ over 900 lines, and consists of a single C<switch> statement, all of whose
C<case> groups are independent. This should be much easier to understand and
maintain.
+=item *
+
+The OS-level signal handlers and type (Sighandler_t) used by the perl core
+were declared as having three parameters, but the OS was always told to
+call them with one argument. This has been fixed by declaring them to have
+one parameter. See the merge commit C<v5.31.5-346-g116e19abbf> for full
+details.
+
=back
=head1 Selected Bug Fixes