diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-02-20 11:58:33 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-02-20 11:58:33 +0000 |
commit | ee3907e28892ebc4565b41fd64f3daa645af2b88 (patch) | |
tree | bbd23f3d1aee07545f05953dd45f2744902befb2 /pod | |
parent | c67712b2e649d3ea6de971bd2e9efe6087948fc1 (diff) | |
download | perl-ee3907e28892ebc4565b41fd64f3daa645af2b88.tar.gz |
Perldeltify GNU/Hurd.
p4raw-id: //depot/cfgperl@2994
Diffstat (limited to '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 |