diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2006-03-28 18:47:41 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2006-03-28 18:47:41 +0000 |
commit | 460cc77ae8bf78c849943836f3e10af2cbc95209 (patch) | |
tree | d08b0bcd4215ac077d9d88882dc939c0f78f2ea9 /gnu | |
parent | 9b41c3690f72060d6a675b6da9e7fd8deebe775f (diff) |
perl 5.8.8 import
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/perl/README.linux | 4 | ||||
-rw-r--r-- | gnu/usr.bin/perl/README.openbsd | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/perl/README.linux b/gnu/usr.bin/perl/README.linux index a191c520592..c02ddd3fa1e 100644 --- a/gnu/usr.bin/perl/README.linux +++ b/gnu/usr.bin/perl/README.linux @@ -4,7 +4,7 @@ specifically designed to be readable as is. =head1 NAME -perllinux - Perl version 5 on Linux systems +README.linux - Perl version 5 on Linux systems =head1 DESCRIPTION @@ -13,7 +13,7 @@ version 5 (hereafter just Perl) is compiled and/or runs. =head2 Experimental Support for Sun Studio Compilers for Linux OS -Sun Microsystems has released a port of their Sun Studio compilers for +Sun Microsystems has released a port of their Sun Studio compiliers for Linux. As of November 2005, only an alpha version has been released. Until a release of these compilers is made, support for compiling Perl with these compiler experimental. diff --git a/gnu/usr.bin/perl/README.openbsd b/gnu/usr.bin/perl/README.openbsd index 8126ce3eb71..b1d5eea14f4 100644 --- a/gnu/usr.bin/perl/README.openbsd +++ b/gnu/usr.bin/perl/README.openbsd @@ -4,7 +4,7 @@ specifically designed to be readable as is. =head1 NAME -perlopenbsd - Perl version 5 on OpenBSD systems +README.openbsd - Perl version 5 on OpenBSD systems =head1 DESCRIPTION @@ -14,7 +14,7 @@ version 5 (hereafter just Perl) is compiled and/or runs. =head2 OpenBSD core dumps from getprotobyname_r and getservbyname_r with ithreads When Perl is configured to use ithreads, it will use re-entrant library calls -in preference to non-re-entrant versions. There is an incompatibility in +in preference to non-re-entrant versions. There is an incompatability in OpenBSD's C<getprotobyname_r> and C<getservbyname_r> function in versions 3.7 and later that will cause a SEGV when called without doing a C<bzero> on their return structs prior to calling these functions. Current Perl's |