diff options
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r-- | pod/perldelta.pod | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 9007d2c699..061d2f662f 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<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 |