Revision history for Perl extension Socket::MsgHdr. LY - Lincoln Yeoh TLB - Troels Liebe Bentsen PE - Paul Evans 0.05 Fri Nov 30 2018 - No changes. 0.04_03 Fri Nov 30 2018 - Fix runtime loads. (FG) 0.04_02 Mon Jan 11 23:09:10 2010 - (hints/solaris.pl, MSWin32.pl) Add -D_XOPEN_SOURCE=520 to treat i86pc-solaris smoke test failures, also force "N/A" on MSWin32. 0.04 Thu Jan 07 22:50:18 2010 - (MsgHdr.xs) FreeBSD 6.3 / perl-5.8 fix: explicitly NULL "empty" msghdr members. - (MsgHdr.pm) Further POD fixes. 0.03 Wed Jan 06 21:48:05 2010 - (MsgHdr.pm) Update copyright and contact email, POD fixes. 0.02 Wed Jan 06 21:12:36 2010 - (MsgHdr.pm) Silence uninitialized value warnings. Socket::MsgHdr member attributes now default to empty strings (for buffer-like attributes) or zero (for `flags'). Thx LY, TLB, PE. - (MsgHdr.xs) Rename utility function, comment for clarity. Small cleanup. - (ppport.h, &c.) Contemporary perl modularization. ppport.h v. 3.19 (perl 5.10.1), "lib/" directory layout. 0.01 Wed Mar 26 22:46:07 2003 - original version; created by h2xs 1.22 with options -b 5.6.0 -An Socket::MsgHdr 0.00 Prehistory - Socket::SendRecvMsg is functionally complete, but pack()s cmsghdr and msghdr structures itself in Perl (and unportably). Earlier versions still packed full iovec structs, for no good reason.