Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[perl.git] branch blead, updated. v5.11.2-86-ga917e5d

0 views
Skip to first unread message

Steve Peters

unread,
Nov 29, 2009, 12:45:28 AM11/29/09
to perl5-...@perl.org
In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/a917e5da001c2e01ede95e432a105b1aa899f1e5?hp=23e33b604408d78c7993c7ba35b0a4323eb9feeb>

- Log -----------------------------------------------------------------
commit a917e5da001c2e01ede95e432a105b1aa899f1e5
Merge: ff868e6 23e33b6
Author: Steve Peters <st...@fisharerojo.org>
Date: Sat Nov 28 23:45:10 2009 -0600

Merge branch 'blead' of ssh://ste...@perl5.git.perl.org/gitroot/perl into blead

commit ff868e665bf85a829dc47bfa1243b26d4367cacd
Author: Steve Peters <st...@fisharerojo.org>
Date: Sat Nov 28 23:43:11 2009 -0600

Add error codes for getaddrinfo() and getnameinfo()

M ext/POSIX/Makefile.PL
-----------------------------------------------------------------------

Summary of changes:
ext/POSIX/Makefile.PL | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ext/POSIX/Makefile.PL b/ext/POSIX/Makefile.PL
index 5569e17..392b6fb 100644
--- a/ext/POSIX/Makefile.PL
+++ b/ext/POSIX/Makefile.PL
@@ -59,7 +59,8 @@ my @names =
_PC_NAME_MAX _PC_NO_TRUNC _PC_PATH_MAX _PC_PIPE_BUF _PC_VDISABLE
_SC_ARG_MAX _SC_CHILD_MAX _SC_CLK_TCK _SC_JOB_CONTROL _SC_NGROUPS_MAX
_SC_OPEN_MAX _SC_PAGESIZE _SC_SAVED_IDS _SC_STREAM_MAX _SC_TZNAME_MAX
- _SC_VERSION),
+ _SC_VERSION EAI_AGAIN EAI_BADFLAGS EAI_FAIL EAI_FAMILY EAI_MEMORY EAI_NONAME
+ EAI_SERVICE EAI_SOCKTYPE EAI_SYSTEM EAI_OVERFLOW),
{name=>"CLK_TCK", not_constant=>1},
{name=>"MB_CUR_MAX", not_constant=>1},
{name=>"EXIT_FAILURE", default=>["IV", "1"]},

--
Perl5 Master Repository

0 new messages