Revision history for Perl extension IO::Multiplex.
0.01 Fri Jul 2 10:39:23 1999
- original version; created by h2xs 1.19
0.02 Wed Sep 22 15:44:28 PDT 1999
- Check for errors on accept
0.03 Tue Sep 28 12:04:53 MDT 1999
- Remove some debugging stuff
- Deal properly with the situation where a fd is shutdown in
response to EOF
0.04 Wed Sep 29 12:50:44 MDT 1999
- Fix yesterday's fix
0.05 Fri Oct 8 17:23:08 MDT 1999
- Yet more EOF/close fixes
0.06 Sun Oct 10 13:25:03 MDT 1999
- Fix autovivification evils
0.07 Mon Oct 25 15:01:46 PDT 1999
- Fix documentation
0.08 Thu Oct 28 16:06:33 MDT 1999
- More autovivification ailments
1.00 Wed Feb 23 12:07:07 PST 2000
- Stable enough now. Call it a release.
1.01 Wed Oct 17 13:00:00 MDT 2001
- The following by Rob Brown <bbb@cpan.org>
- Ported to work with Perl 5.6.0
- Added optional code ref for loop
- Added tie FILENO method
- Fixed tie CLOSE and shutdown to flush both
input {inbuffer} and output {outbuffer} correctly
1.02 Tue Feb 05 13:05:00 MDT 2002
- Allow the rest of input buffer to be consumed
when doing shutdown.
- Fix {_fhs} keys dereference race condition.
1.03 Mon Jun 03 15:00:00 MDT 2002
- Fix NAME for ABSTRACT_FROM setting.
- Added spec file for RPM
- Added TODO doc
- Avoid using Tie::RefHash to improve performance.
by dwebb@ovid.com (Douglas Webb)