This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add perldelta about the SIGFPE change.
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 11 Jul 2003 06:08:27 +0000 (06:08 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 11 Jul 2003 06:08:27 +0000 (06:08 +0000)
p4raw-id: //depot/maint-5.8/perl@20149

pod/perldelta.pod

index dd4b1ea..2bc615b 100644 (file)
@@ -447,6 +447,12 @@ been fixed.
 FETCH etc may now safely access tied values (ie resulting in a recursive
 call to FETCH etc).
 
+At startup Perl blocks the SIGFPE signal away since there isn't much
+Perl can do about it.  Previously this blocking was in effect also for
+programs executed from within Perl.  Now Perl restores the original
+SIGFPE handling routine, whatever it was, before running external
+programs.
+
 Linenumbers in Perl scripts may now be greater than 65536, or 2**16.
 (Perl scripts have always been able to be larger than that, it's just
 that the linenumber for reported errors and warnings have "wrapped