This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate with Sarathy.
authorJarkko Hietaniemi <jhi@iki.fi>
Mon, 21 Feb 2000 01:37:35 +0000 (01:37 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 21 Feb 2000 01:37:35 +0000 (01:37 +0000)
p4raw-id: //depot/cfgperl@5176

perlapi.c [changed mode: 0644->0755]
perlapi.h [changed mode: 0644->0755]
pod/perldelta.pod
t/op/filetest.t [changed mode: 0755->0644]
t/op/subst_amp.t [changed mode: 0755->0644]

old mode 100644 (file)
new mode 100755 (executable)
old mode 100644 (file)
new mode 100755 (executable)
index 682f275..2bedcdb 100644 (file)
@@ -640,7 +640,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.
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)