From: Jarkko Hietaniemi Date: Sat, 20 Feb 1999 11:58:33 +0000 (+0000) Subject: Perldeltify GNU/Hurd. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ee3907e28892ebc4565b41fd64f3daa645af2b88;p=p5sagit%2Fp5-mst-13.2.git Perldeltify GNU/Hurd. p4raw-id: //depot/cfgperl@2994 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 9007d2c..061d2f6 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -145,6 +145,11 @@ now correctly prints "3|a", instead of "2|a". The new format type 'Z' is useful for packing and unpacking null-terminated strings. See L. +=head2 pack() format modifier '_' supported + +The new format type modifer '_' is useful for packing and unpacking +native shorts, ints, and longs. See L. + =head1 Significant bug fixes =head2 EHANDLEE on empty files @@ -164,11 +169,6 @@ Note that the behavior of: is unchanged (it continues to leave the file empty). -=head2 pack() format modifier '_' supported - -The new format type modifer '_' is useful for packing and unpacking -native shorts, ints, and longs. See L. - =head1 Supported Platforms =over 4 @@ -179,11 +179,15 @@ VM/ESA is now supported. =item * -Siemens BS200 is now supported. +Siemens BS2000 is now supported under the POSIX Shell. + +=item * + +The Mach CThreads (NEXTSTEP, OPENSTEP) are now supported by the Thread extension. =item * -The Mach CThreads (NeXTstep) are now supported by the Thread extension. +GNU/Hurd is now supported. =back