In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/72cfe5a09bd4816ab99ae7873f2d7dc4d0f4cc43?hp=26b3f08895a54ead6eb9aea00c9e0aa7b230937b>

- Log -----------------------------------------------------------------
commit 72cfe5a09bd4816ab99ae7873f2d7dc4d0f4cc43
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Wed Jan 19 14:49:19 2011 -0800

    perldelta: Pod-LaTeX is already listed

M       pod/perldelta.pod

commit 7abec982518b449c44c9e7c463dc1258579999bf
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Wed Jan 19 14:47:42 2011 -0800

    perldelta: module updates

M       pod/perldelta.pod

commit e329d4837ae38e4d92f14b31ad0ea855a51213f0
Author: Father Chrysostomos <spr...@cpan.org>
Date:   Wed Jan 19 14:46:06 2011 -0800

    perldelta: gethost* unimplemented messages

M       pod/perldelta.pod
-----------------------------------------------------------------------

Summary of changes:
 pod/perldelta.pod |   27 +++++++++------------------
 1 files changed, 9 insertions(+), 18 deletions(-)

diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index ea85093..96e3d87 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -295,6 +295,10 @@ C<Unicode::Normalize> has been upgraded from version 1.07 
to 1.10
 
 C<version> has been upgraded from 0.86 to 0.88.
 
+=item *
+
+C<Win32> has been upgraded from version 0.41 to 0.44.
+
 =back
 
 =head2 Removed Modules and Pragmata
@@ -369,7 +373,11 @@ XXX Changes (i.e. rewording) of diagnostic messages go here
 
 =item *
 
-XXX
+Previously, if none of the C<gethostbyaddr>, C<gethostbyname> and
+C<gethostent> functions were implemented on a given platform, they would
+all die with the message 'Unsupported socket function "gethostent" called',
+with analogous messages for C<getnet*> and C<getserv*>. This has been
+corrected.
 
 =back
 
@@ -977,8 +985,6 @@ Date:   Thu Jan 13 22:36:36 2011 -0700
     not delivering that.  The TODOs that this fixes will be cleaned up in a 
later commit
 
 
-    Update Pod-LaTeX to CPAN version 0.59
-
 commit 680818c0361b180bb6f09d4bb11c4d5cd467fe62
 Author: Nicholas Clark <n...@ccl4.org>
 Date:   Thu Jan 13 16:24:52 2011 +0000
@@ -994,21 +1000,6 @@ Date:   Thu Jan 13 16:24:52 2011 +0000
     at the point of access, and copy all the SVs away before making any further
     calls which might cause reallocation.
 
-    Update to Win32-0.44 from CPAN
-    Update IO-Compress to CPAN version 2.033
-    Update Compress-Raw-Zlib to CPAN version 2.033
-    Update Compress-Raw-Bzip2 to CPAN version 2.033
-    Update DB_File to CPAN version 1.821
-
-DIAGNOSTICS
-    Correct the "unimplemented" message for get{host,net,proto,serv}ent 
aliases.
-
-    Previously, if all of gethost{byaddr,byname,ent} were unimplemented on a
-    platform, they would all return 'Unsupported socket function "gethostent"
-    called', with the analogous results for getnet{byaddr,byname,ent},
-    getproto{byname,bynumber,ent} and getserv{byname,byport,ent}. This bug was
-    introduced by change af51a00e97d5c559 - prior to this, all 12 functions 
would
-    report their own name when unimplemented.
 
 
 commit 7627e6d0fe772ac90fce9e03fea273109521e261

--
Perl5 Master Repository

Reply via email to