Front page | perl.vmsperl |
Postings from June 2002
Re: [PATCH RC2] VMS nits, add getppid(), admit absence of fork()
Thread Next
From:
PPrymmer
Date:
June 26, 2002 07:53
Subject:
Re: [PATCH RC2] VMS nits, add getppid(), admit absence of fork()
Message ID:
OFB1C74398.CBC80EA2-ON85256BE4.00507569@55.25.11
Craig Berry wrote:
!--- pod/perlport.pod;-0 Sat Jun 8 18:23:29 2002
!+++ pod/perlport.pod Tue Jun 25 15:32:32 2002
!@@ -1567,7 +1567,7 @@
!
! =item fork
!
!-Not implemented. (S<Mac OS>, AmigaOS, S<RISC OS>, VOS, VM/ESA)
!+Not implemented. (S<Mac OS>, AmigaOS, S<RISC OS>, VOS, VM/ESA, VMS)
!
! Emulated using multiple interpreters. See L<perlfork>. (Win32)
!
!@@ -1584,7 +1584,7 @@
!
! =item getppid
!
!-Not implemented. (S<Mac OS>, Win32, VMS, S<RISC OS>)
!+Not implemented. (S<Mac OS>, Win32, S<RISC OS>)
Here is an additional tweak to pod/perlport.pod to
remove an OS listing redundancy:
diff -ru RC2_as_patched/pod/perlport.pod RC2/pod/perlport.pod
--- RC2_as_patched/pod/perlport.pod Wed Jun 26 10:44:31 2002
+++ RC2/pod/perlport.pod Wed Jun 26 10:46:26 2002
@@ -1794,7 +1794,7 @@
=item setgrent
-Not implemented. (S<Mac OS>, MPE/iX, VMS, Win32, VMS, S<RISC OS>)
+Not implemented. (S<Mac OS>, MPE/iX, VMS, Win32, S<RISC OS>)
=item setpgrp PID,PGRP
End of Patch.
Peter Prymmer
Thread Next