Add error codes for getaddrinfo() and getnameinfo()
[p5sagit/p5-mst-13.2.git] / ext / Errno /
2009-08-27 Nicholas Clark Make extensions in ext run their tests from the extensi...
2009-06-25 Nicholas Clark As Errno is formally no longer dual-lived, give it...
2009-06-06 Rafael Garcia-Suarez Mark all .t and .pm files as non executable
2009-03-31 Nicholas Clark Close the file before renaming it. Problem spotted...
2009-03-31 Nicholas Clark Don't create an empty Errno.pm if there is an error...
2009-03-26 Nicholas Clark Remove now-redundant references to MAN3PODS in core...
2009-01-04 David Mitchell bump Errno version number after change 34630 (add Haiku...
2008-12-19 Sam Vilain [admin] set up .gitignore files
2008-10-29 Ingo Weinhold Haiku Port
2006-12-27 Steve Peters Upgrade to Errno-1.10 (!). I have left the core tests...
2006-12-19 Rafael Garcia-Suarez Proper cleanup for Errno.pm
2006-12-15 Yves Orton Re: [PATCH] Errno doesnt rebuild when things it depends...
2006-09-07 Steve Peters Convert Errno.t to Test::More. Increase the test coverage
2006-05-02 Steve Peters One too many ('s in change #28043.
2006-05-02 Steve Peters Fix for RT #7916: perl 5.6.1 with Intel's icc on RedHat
2006-04-18 Alex Waugh Support compiling for RISC OS
2005-07-04 Yitzchak Scott-Tho... Re: How to suppress warnings when building Errno with gcc
2005-06-30 Steve Hay Silence MinGW warnings about system headers when buildi...
2005-04-21 Jarkko Hietaniemi Symbian port of Perl
2005-03-30 Brendan O'Dea ext/Errno/Errno_pm.PL: fix for GNU hurd
2005-01-17 Yitzchak Scott-Tho... Fix for building with MinGW under Cygwin
2004-12-01 Ingo Weinhold [perl #32717] BeOS specific Updates
2004-10-25 Rafael Garcia-Suarez Fix [perl #32130] Errno.pm must not pass references...
2004-03-30 Dan Kogai Zaurus SL-[78]60 native compile patch
2003-08-06 Jarkko Hietaniemi ESUCCESS = 0 is not true, but exists.
2003-08-04 Mattia Barbon maint, Win32, GCC 3.2
2003-07-28 Jarkko Hietaniemi No more ext/*/*.t, move them all to ext/*/t.
2002-05-27 Yitzchak Scott-Tho... Re: [PATCH] Version tango
2002-04-21 Gurusamy Sarathy Windows 64-bit support:
2002-01-07 Paul Green Last patch needed to get Perl5.7 to build natively...
2001-12-30 Nick Ing-Simmons Win32 hides some errno-oid constants in <winsock.h...
2001-12-12 Jarkko Hietaniemi EPOC fixes from Olaf Flebbe.
2001-12-12 Jarkko Hietaniemi In BeOS Errno must resort to actual compilation
2001-12-11 Jarkko Hietaniemi Make Errno better in BeOS (the second hunk is
2001-11-16 Charles Randall Robustness against Linux using something else than...
2001-11-02 Randal L. Schwartz patches for MacOS X 10.1 for perl 5.7.2
2001-06-30 Jarkko Hietaniemi More VERSION tuning: to avoid unnecessary Perl upgrades
2001-06-26 Jarkko Hietaniemi Detypo.
2001-06-26 Jarkko Hietaniemi There seems to be two ways of spelling the $^O in ...
2001-06-26 Jarkko Hietaniemi OpenSTEP has gcc 2.7.2.1 which recognizes but does...
2001-06-18 Jarkko Hietaniemi The Grand Trek: move the *.t files from t/ to lib/...
2001-06-16 Jarkko Hietaniemi NetWare port from Guruprasad S <SGURUPRASAD@novell...
2001-04-05 Jarkko Hietaniemi Add $Config{cppflags} to the gcc incantation.
2001-03-10 Chris Nandor Portability fixes for Mac OS / bleadperl
2001-02-08 Charles Bailey SYN SYN
2001-02-01 Olaf Flebbe Watch out for cross compiling for EPOC (usually done...
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-12-15 Peter Prymmer s/use vars qw\(/our(/ for OS/390 extension builds
2000-11-05 Pixel Use -dM for gcc (the suggested patch did it only for...
2000-10-20 Charles Bailey SYN SYN
2000-09-12 Calle Dybedahl Allow for whitespace between "#" and "line" in cpp...
2000-03-04 Gurusamy Sarathy more whitespace removal (from Michael G Schwern)
2000-02-20 Gurusamy Sarathy mention portability caveat about C<use Errno 'EFOO'>
2000-02-19 Gurusamy Sarathy avoid failing on $!{ENOTHERE} (they can always use...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-11-21 Jarkko Hietaniemi Replace #4596 with the change done in 5.005_03.
1999-11-21 Jarkko Hietaniemi Skip processing a file if the file to be opened is '-'
1999-11-13 Gurusamy Sarathy typos in change#4561 and change#4565
1999-11-13 Jarkko Hietaniemi $Config{myarchname} is not a good architecture identifier
1999-03-05 Gurusamy Sarathy integrate change#3081 from maint-5.005
1999-02-02 Jarkko Hietaniemi Errno update from maint-5.005 (changes #2583, #2710).
1999-01-21 Ilya Zakharevich Errno.pm suffers from \\ too
1998-10-17 Jarkko Hietaniemi The VM/ESA port essentials, based on
1998-10-15 Gurusamy Sarathy correct bugs exposed in MM_Unix.pm by commenting out...
1998-10-03 Gurusamy Sarathy suppress manifypods leak in extensions
1998-10-02 Graham Barr applied patches, but retained old behavior for win32...
1998-08-02 Jarkko Hietaniemi support OE/MVS
1998-07-06 Gurusamy Sarathy remove #! line from Errno_pm.PL
1998-07-06 Gurusamy Sarathy added Errno-1.09 from CPAN
1998-07-05 Hans Mulder patch whitespace-mutiliated; applied manually
1998-06-28 Gurusamy Sarathy enable Errno build on win32, add Errno-1.08 files to...