open3 errors in child croak parent RT#72016
[p5sagit/p5-mst-13.2.git] / ext / Socket / Socket.xs
2010-02-17 Jesse Vincent Make the new Socket implementation of inet_pton consist...
2009-10-15 Nicholas Clark Replace sv_2mortal(newSVpvn(...)) with newSVpvn_flags...
2009-09-09 H.Merijn Brand error 1539: Cannot do arithmetic with pointers to objec...
2009-08-31 Lubomir Rintel Fix unpack of abstract socket addrs with nul byte
2009-08-26 Lubomir Rintel Add support for Abstract namespace sockets
2009-04-09 Andy Dougherty Fix declaration-after-statement in ext/Socket/Socket.xs
2009-03-27 Steve Peters Add inet_pton() and inet_ntop() to Socket.
2007-12-22 Robin Barker ext/ consting
2007-05-04 kan@dcit.cz [perl #42844] careless use of gethostbyname() in Socket.xs
2006-04-16 Nicholas Clark Coverity is flagging a potential problem because it...
2005-07-08 Jim Cromie Re: janitorial work ? [patch]
2004-03-17 Robin Barker format/casting/warning RE: perl 5.9.1
2003-10-15 Rafael Garcia-Suarez Add support for Linux abstract unix domain sockets...
2003-08-27 Jarkko Hietaniemi Ultrix tweaks: <string.h> must not be included twice
2003-08-07 Philip Newton Re: maint @ 20537
2003-05-19 Jarkko Hietaniemi More Ultrix double definition avoidance.
2003-05-19 Jarkko Hietaniemi Ultrix: the #19435 helped the IO extension, so this...
2003-03-29 Jarkko Hietaniemi IRIX 5.3 can have PF_LINK defined to be AF_LINK but
2002-03-10 Jarkko Hietaniemi Misc tiny tweaks from Sarathy, good for threaded builds.
2002-03-04 Nicholas Clark (was Re: [PATCH @13746] h2xs)
2002-01-16 Nick Ing-Simmons offsetof() is in <stddef.h>
2002-01-16 Jarkko Hietaniemi s/SvPV/SvPVbyte/g, as suggested by Gisle Aas.
2002-01-15 Gisle Aas Socket::sockaddr_family
2001-11-27 Bob Dalgleish [ID 20011126.148] Socket::inet_aton() incorrectly accep...
2001-11-25 Craig A. Berry Socket::my_inet_aton() tweak
2001-09-09 Jarkko Hietaniemi The Socket tests were wrong: they were assuming too...
2001-09-08 Jarkko Hietaniemi Retract the portability changes since they
2001-09-08 Jarkko Hietaniemi Still more Socket portability tweaking.
2001-09-08 Jarkko Hietaniemi More portability kicking on inet_ntoa().
2001-09-07 Jarkko Hietaniemi Try to make Socket::inet_ntoa() more robust.
2001-09-06 Jarkko Hietaniemi Document the bad assumptions currently breaking
2001-09-05 Jarkko Hietaniemi Fix a typo #11889 and add a test for the same.
2001-09-05 Jarkko Hietaniemi inet_ntoa() tweaks:
2001-08-29 Artur Bergman GCC on HP-UX 11 with 64bit support breaks inet_ntoa
2001-06-16 Jarkko Hietaniemi NetWare port from Guruprasad S <SGURUPRASAD@novell...
2001-06-16 Nicholas Clark Re: perl@10611
2001-06-15 Nick Ing-Simmons MULTIPLICITY fix for Socket.xs
2001-06-15 Doug MacEachern Re: perl@10611
2001-06-15 Nicholas Clark INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
2001-06-12 Jarkko Hietaniemi gcc -Wall nits picked out by a non-UNIX system
2001-06-04 Jarkko Hietaniemi The #10402 didn't take. Weird.
2001-03-30 Radu Greab Re: [ID 20010215.006] Bad arg length for Socket::unpack...
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-03-14 Jarkko Hietaniemi Fix for one of the problems in RC1 reported by M. E...
2000-02-16 Jarkko Hietaniemi Fcntl: more O_ constants, move SEEK_ to @EXPORT_OK
1999-07-12 Gurusamy Sarathy yet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-05 Jarkko Hietaniemi Hack SOCKS support some more plus a patch from Andy...
1999-07-04 Jarkko Hietaniemi Miscellaneus AIX fixes + SOCKS support.
1999-05-30 Ilya Zakharevich OS/2 socket fixes.
1999-05-15 Nick Ing-Simmons Mingw32 + w32api-0.1.5 tweaks
1999-05-11 Jarkko Hietaniemi Add I_NETINET_TCP to help change #3391.
1999-05-11 Joshua Pritikin Socket IPPROTO_TCP [PATCH 5.005_5x]
1999-04-04 Gurusamy Sarathy correct places that said newSVpv() when they meant...
1998-12-22 Jarkko Hietaniemi Add few MSG_ and uio constants.
1998-11-30 Jarkko Hietaniemi s/SCM_CREDENTIALSS/SCM_CREDENTIAL/
1998-11-22 Jarkko Hietaniemi Change#2284 aid: allow also for plain old MSG_ and...
1998-11-22 Jarkko Hietaniemi MSG_PROXY for GNU/Hurd (previously we believed that
1998-07-18 Nick Ing-Simmons PL_ prefix to all perlvars, part1
1998-07-14 Jarkko Hietaniemi add files and tweaks needed for MPE/iX port (via PM)
1998-07-12 Gurusamy Sarathy small tweaks from Jarkko Hietaniemi <jhi@cc.hut.fi>
1998-07-10 Gurusamy Sarathy inet_aton() should do DNS lookup only if arg isn't...
1998-06-18 Les Peters hand apply whitespace-mutiliated and reversed patch
1998-05-14 Gurusamy Sarathy [win32] merge change#896 from maintbranch
1998-04-02 Andy Dougherty Config_63-04-05.diff
1998-03-07 Gurusamy Sarathy [win32] change all 'sp' to 'SP' in code and in the...
1998-03-03 Trevor Blackwell [win32] maintpatch
1997-10-31 Nick Ing-Simmons Further ANSI changes now builds and passes (most) tests
1997-04-24 Chip Salzenberg Don't core dump if my_inet_aton() get a NULL
1996-12-19 Perl 5 Porters [inseparable changes from patch from perl5.003_12 to...
1996-12-19 Spider Boardman Long-standing problem in Socket module
1996-07-25 Perl 5 Porters Correct CODE block declaration
1996-01-08 Perl 5 Porters Use unsigned shorts for ports.
1995-12-02 Andy Dougherty This is patch.2b1d to perl5.002beta1.
1995-11-20 Larry Wall 5.002 beta 1
1995-10-31 Andy Dougherty This is my patch patch.1n for perl5.001.
1994-10-17 Larry Wall perl 5.000