From: Jarkko Hietaniemi Date: Wed, 5 Jun 2002 19:55:00 +0000 (+0000) Subject: AUTHORS updates; perldelta blame^Wfame additions. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3c1bc199c16686adb82e05939a8a9cdc0f2125fc;p=p5sagit%2Fp5-mst-13.2.git AUTHORS updates; perldelta blame^Wfame additions. p4raw-id: //depot/perl@17020 --- diff --git a/AUTHORS b/AUTHORS index f1ab057..f3dedeb 100644 --- a/AUTHORS +++ b/AUTHORS @@ -57,7 +57,7 @@ Artur Bergman Autrijus Tang Barrie Slaymaker Barry Friedman -Ben Tilly +Ben Tilly Benjamin Goldberg Benjamin Holzman Benjamin Low @@ -123,6 +123,7 @@ Clinton A. Pierce Colin Kuskie Colin McMillen Colin Meyer +Colin Watson Conrad Augustin Conrad E. Kimball Craig A. Berry @@ -136,6 +137,7 @@ Dan Hale Dan Kogai Dan Schmidt Dan Sugalski +Daniel Berger Daniel Chetlin Daniel Grisinger Daniel Lieberman @@ -268,7 +270,7 @@ Huw Rogers I. N. Golubev Ian Maloney Ian Phillipps -Ignasi Roca +Ignasi Roca Ilmari Karonen Ilya Martynov Ilya Sandler @@ -570,6 +572,7 @@ Richard Yeh Rick Delaney Rick Pluta Rickard Westman +Rob Brown Rob Henderson Robert Partington Robert Sanders @@ -701,4 +704,5 @@ Yasushi Nakajima Yitzchak Scott-Thoennes Yutaka OIWA Yutao Feng +Yves Orton Zachary Miller diff --git a/pod/perldelta.pod b/pod/perldelta.pod index bd5da63..56eb2b9 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -1067,15 +1067,16 @@ AutoLoader can now be disabled with C. =item * -B::Deparse has been significantly enhanced. It now can deparse almost -all of the standard test suite (so that the tests still succeed). -There is a make target "test.deparse" for trying this out. +B::Deparse has been significantly enhanced by Robin Houston. It now +can deparse almost all of the standard test suite (so that the tests +still succeed). There is a make target "test.deparse" for trying this +out. =item * Carp has now better interface documentation, and the @CARP_NOT interface has been added to get optional control over where errors -are reported independently of @ISA. +are reported independently of @ISA, by Ben Tilly. =item * @@ -1128,8 +1129,8 @@ leads to better portability. =item * -Fcntl, Socket, and Sys::Syslog have been rewritten to use the -new-style constant dispatch section (see L). +Fcntl, Socket, and Sys::Syslog have been rewritten by Nicholas Clark +to use the new-style constant dispatch section (see L). This means that they will be more robust and hopefully faster. =item * @@ -1190,9 +1191,9 @@ with 'no lib' now works. =item * -Math::BigFloat and Math::BigInt have undergone a full rewrite. -They are now magnitudes faster, and they support various -bignum libraries such as GMP and PARI as their backends. +Math::BigFloat and Math::BigInt have undergone a full rewrite by Tels. +They are now magnitudes faster, and they support various bignum +libraries such as GMP and PARI as their backends. =item * @@ -1200,12 +1201,13 @@ Math::Complex handles inf, NaN etc., better. =item * -Net::Ping has been considerably enhanced: multihoming is now supported, -Win32 functionality is better, there is now time measuring -functionality (optionally high-resolution using Time::HiRes), -and there is now "external" protocol which uses Net::Ping::External -module which runs your external ping utility and parses the output. -A version of Net::Ping::External is available in CPAN. +Net::Ping has been considerably enhanced by Rob Brown: multihoming is +now supported, Win32 functionality is better, there is now time +measuring functionality (optionally high-resolution using +Time::HiRes), and there is now "external" protocol which uses +Net::Ping::External module which runs your external ping utility and +parses the output. A version of Net::Ping::External is available in +CPAN. Note that some of the Net::Ping tests are disabled when running under the Perl distribution since one cannot assume one or more