diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-11 07:14:21 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-02-11 07:14:21 +0000 |
commit | 854b7fdb99d8a066c12e7ae6b6f01a0c32e60bb4 (patch) | |
tree | 7322e87ad4a1d2547511b7fe7c97ef4cb58890bf /pod/perl5005delta.pod | |
parent | f3d48bdebae8f3021d75b8bb9d46e5c7ea504b33 (diff) | |
download | perl-854b7fdb99d8a066c12e7ae6b6f01a0c32e60bb4.tar.gz |
update Changes
p4raw-id: //depot/perl@2859
p4raw-integrated: from //depot/maint-5.005/perl@2856 'copy in'
pod/perldelta.pod (@2857..)
Diffstat (limited to 'pod/perl5005delta.pod')
-rw-r--r-- | pod/perl5005delta.pod | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/pod/perl5005delta.pod b/pod/perl5005delta.pod index 9961af1816..b06b7cc58b 100644 --- a/pod/perl5005delta.pod +++ b/pod/perl5005delta.pod @@ -624,21 +624,6 @@ The accessors methods Re, Im, arg, abs, rho, theta, methods can =item Math::Trig -=item Fcntl - -More Fcntl constants added: F_SETLK64, F_SETLKW64, O_LARGEFILE for -large (more than 4G) file access (the 64-bit support is not yet -working, though, so no need to get overly excited), Free/Net/OpenBSD -locking behaviour flags F_FLOCK, F_POSIX, Linux F_SHLCK, and -O_ACCMODE: the mask of O_RDONLY, O_WRONLY, and O_RDWR. - -=item Math::Complex - -The accessors methods Re, Im, arg, abs, rho, theta, methods can -($z->Re()) now also act as mutators ($z->Re(3)). - -=item Math::Trig - A little bit of radial trigonometry (cylindrical and spherical) added, for example the great circle distance. |