From 43b08d7455517963d64d4aafd3b9b47708446264 Mon Sep 17 00:00:00 2001 From: Brian Fraser Date: Fri, 17 May 2013 21:55:08 -0300 Subject: [PATCH] pod/perlport.pod: Note which functions are not available on Android --- pod/perlport.pod | 51 ++++++++++++++++++++++++++++++++++----------------- 1 file changed, 34 insertions(+), 17 deletions(-) diff --git a/pod/perlport.pod b/pod/perlport.pod index 3072d24..5da4b78 100644 --- a/pod/perlport.pod +++ b/pod/perlport.pod @@ -1566,6 +1566,9 @@ Access permissions are mapped onto VOS access-control list changes. (VOS) The actual permissions set depend on the value of the C in the SYSTEM environment settings. (Cygwin) +Setting the exec bit on some locations (generally /sdcard) will return true +but not actually set the bit. (Android) + =item chown Not implemented. (Win32, S, S) @@ -1583,6 +1586,8 @@ Not implemented. (Win32, VMS, S, S, VOS) May not be available if library or source was not provided when building perl. (Win32) +Not implemented. (Android) + =item dbmclose Not implemented. (VMS, S, VOS) @@ -1674,7 +1679,7 @@ Not implemented. (Win32, VMS, S) =item getnetbyname -Not implemented. (Win32, S) +Not implemented. (Android, Win32, S) =item getpwuid @@ -1688,19 +1693,21 @@ Not implemented. (Win32, VMS, S) =item getnetbyaddr -Not implemented. (Win32, S) +Not implemented. (Android, Win32, S) =item getprotobynumber +Not implemented. (Android) + =item getservbyport =item getpwent -Not implemented. (Win32) +Not implemented. (Android, Win32) =item getgrent -Not implemented. (Win32, VMS) +Not implemented. (Android, Win32, VMS) =item gethostbyname @@ -1713,19 +1720,23 @@ Not implemented. (Win32) =item getnetent -Not implemented. (Win32, S) +Not implemented. (Android, Win32, S) =item getprotoent -Not implemented. (Win32, S) +Not implemented. (Android, Win32, S) =item getservent Not implemented. (Win32, S) +=item seekdir + +Not implemented. (Android) + =item sethostent -Not implemented. (Win32, S, S) +Not implemented. (Android, Win32, S, S) =item setnetent @@ -1733,7 +1744,7 @@ Not implemented. (Win32, S, S) =item setprotoent -Not implemented. (Win32, S, S) +Not implemented. (Android, Win32, S, S) =item setservent @@ -1743,21 +1754,23 @@ Not implemented. (S, Win32, S) Not implemented. (Win32) +Either not implemented or a no-op. (Android) + =item endgrent -Not implemented. (S, VMS, Win32) +Not implemented. (Android, S, VMS, Win32) =item endhostent -Not implemented. (Win32) +Not implemented. (Android, Win32) =item endnetent -Not implemented. (Win32, S) +Not implemented. (Android, Win32, S) =item endprotoent -Not implemented. (Win32, S) +Not implemented. (Android, Win32, S) =item endservent @@ -1845,7 +1858,7 @@ Return values (especially for device and inode) may be bogus. (Win32) =item msgrcv -Not implemented. (Win32, VMS, S, S, VOS) +Not implemented. (Android, Win32, VMS, S, S, VOS) =item open @@ -1882,11 +1895,11 @@ Note that the C