Mention kill improvements on Windows
Rafael Garcia-Suarez [Sat, 24 Nov 2007 09:09:21 +0000 (09:09 +0000)]
p4raw-id: //depot/perl@32476

pod/perl5100delta.pod

index e566efb..f416b7f 100644 (file)
@@ -407,6 +407,12 @@ obtained perl isn't binary compatible with a regular perl 5.10, and has
 space and speed penalties; moreover not all regression tests still pass
 with it. (Larry Wall, Nicholas Clark)
 
+=head2 kill() on Windows
+
+On Windows platforms, C<kill(-9, $pid)> now kills a process tree.
+(On UNIX, this delivers the signal to all processes in the same process
+group.)
+
 =head1 Incompatible Changes
 
 =head2 Packing and UTF-8 strings