AUTHORS updates; perldelta blame^Wfame additions.
Jarkko Hietaniemi [Wed, 5 Jun 2002 19:55:00 +0000 (19:55 +0000)]
p4raw-id: //depot/perl@17020

AUTHORS
pod/perldelta.pod

diff --git a/AUTHORS b/AUTHORS
index f1ab057..f3dedeb 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -57,7 +57,7 @@ Artur Bergman                  <artur@contiller.se>
 Autrijus Tang                  <autrijus@autrijus.org>
 Barrie Slaymaker               <barries@slaysys.com>
 Barry Friedman
-Ben Tilly                      <ben_tilly@hotmail.com>
+Ben Tilly                      <ben_tilly@operamail.com>
 Benjamin Goldberg              <goldbb2@earthlink.net>
 Benjamin Holzman               <bah@ecnvantage.com>
 Benjamin Low                   <b.d.low@unsw.edu.au>
@@ -123,6 +123,7 @@ Clinton A. Pierce              <clintp@geeksalad.org>
 Colin Kuskie                   <ckuskie@cadence.com>
 Colin McMillen                 <mcmi0073@tc.umn.edu>
 Colin Meyer                    <cmeyer@helvella.org>
+Colin Watson                   <colin@zeus.com>
 Conrad Augustin
 Conrad E. Kimball              <cek@tblv021.ca.boeing.com>
 Craig A. Berry                 <craig.berry@psinetcs.com>
@@ -136,6 +137,7 @@ Dan Hale                       <danhale@us.ibm.com>
 Dan Kogai                      <dankogai@dan.co.jp>
 Dan Schmidt                    <dfan@harmonixmusic.com>
 Dan Sugalski                   <dan@sidhe.org>
+Daniel Berger                  <djberg86@attbi.com>
 Daniel Chetlin                 <daniel@chetlin.com>
 Daniel Grisinger               <dgris@dimensional.com>
 Daniel Lieberman               <daniel@bitpusher.com>
@@ -268,7 +270,7 @@ Huw Rogers                     <count0@gremlin.straylight.co.jp>
 I. N. Golubev                  <gin@mo.msk.ru>
 Ian Maloney                    <ian.malonet@ubs.com>
 Ian Phillipps                  <Ian.Phillipps@iname.com>
-Ignasi Roca                    <ignasi.roca@fujitsu.siemens.es>
+Ignasi Roca                    <ignasi.roca@fujitsu-siemens.com>
 Ilmari Karonen                 <iltzu@sci.fi>
 Ilya Martynov                  <ilya@martynov.org>
 Ilya Sandler                   <Ilya.Sandler@etak.com>
@@ -570,6 +572,7 @@ Richard Yeh                    <rcyeh@cco.caltech.edu>
 Rick Delaney                   <rick@consumercontact.com>
 Rick Pluta
 Rickard Westman
+Rob Brown                      <bbb@cpan.org>
 Rob Henderson                  <robh@cs.indiana.edu>
 Robert Partington              <rjp@riffraff.plig.net>
 Robert Sanders                 <Robert.Sanders@linux.org>
@@ -701,4 +704,5 @@ Yasushi Nakajima               <sey@jkc.co.jp>
 Yitzchak Scott-Thoennes        <sthoenna@efn.org>
 Yutaka OIWA                    <oiwa@is.s.u-tokyo.ac.jp>
 Yutao Feng
+Yves Orton                     <demerphq@hotmail.com>
 Zachary Miller                 <zcmiller@simon.er.usgs.gov>
index bd5da63..56eb2b9 100644 (file)
@@ -1067,15 +1067,16 @@ AutoLoader can now be disabled with C<no AutoLoader;>.
 
 =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<ExtUtils::Constant>).
+Fcntl, Socket, and Sys::Syslog have been rewritten by Nicholas Clark 
+to use the new-style constant dispatch section (see L<ExtUtils::Constant>).
 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