diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-22 10:24:13 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-22 10:24:13 +0000 |
commit | 82b1ab75c7c9dd56e38caa5ead5fa36320d5e062 (patch) | |
tree | 65fdc9629bbe8a7e94b05b7e57021821e574fb91 /pod/perldelta.pod | |
parent | d2a0188286383355aaa13e586da8618f82242215 (diff) | |
parent | 87b718577ff6cdca0223546e3d763cdc43aa9c70 (diff) | |
download | perl-82b1ab75c7c9dd56e38caa5ead5fa36320d5e062.tar.gz |
integrate cfgperl contents into mainline, update Changes
p4raw-id: //depot/perl@5197
Diffstat (limited to 'pod/perldelta.pod')
-rw-r--r-- | pod/perldelta.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index f11623b7da..746c242288 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -650,7 +650,8 @@ Unfortunately bit arithmetics (&, |, ^, ~, <<, >>) for numbers are not 64-bit clean, they are explictly forced to be 32-bit because of tangled backward compatibility issues. This limitation is subject to change. Bit arithmetics for bit vector scalars (created by vec()) are -not limited in their width. +not limited in their width, you can use the & | ^ ~ operators on such +scalars. Last but not least: note that due to Perl's habit of always using floating point numbers the quads are still not true integers. |