Perldeltify GNU/Hurd.
Jarkko Hietaniemi [Sat, 20 Feb 1999 11:58:33 +0000 (11:58 +0000)]
p4raw-id: //depot/cfgperl@2994

pod/perldelta.pod

index 9007d2c..061d2f6 100644 (file)
@@ -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<perlfunc/"pack">.
 
+=head2 pack() format modifier '_' supported
+
+The new format type modifer '_' is useful for packing and unpacking
+native shorts, ints, and longs.  See L<perlfunc/"pack">.
+
 =head1 Significant bug fixes
 
 =head2 E<lt>HANDLEE<gt> 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<perlfunc/"pack">.
-
 =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