ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/Changes
(Generate patch)

Comparing AnyEvent/Changes (file contents):
Revision 1.273 by root, Thu Jul 9 01:08:22 2009 UTC vs.
Revision 1.284 by root, Thu Jul 16 23:27:46 2009 UTC

1Revision history for Perl extension AnyEvent. 1Revision history for Perl extension AnyEvent.
2 2
34.801 3 - implement AnyEvent::Socket::getprotobyname.
4 - AnyEvent::CondVar's will now detect recursive blocking
5 waits and will croak, as too many people fall into
6 this trap.
7 - AnyEvent::Handle will now call ->destroy on itself after
8 executing the on_error callback, instead of doing some
9 half-baked internal shutdown, for fatal errors.
10 - clarify on_eof behaviour w.r.t. the read queue and
11 on_read callbacks.
12 - ignore some possible spurious wake-ups in tcp_connect.
13
144.82 Sat Jul 11 00:34:55 CEST 2009
15 - POE and Event backends didn't accept some callable objects as
16 callbacks.
17 - use Config module instead of POSIX module to detect signal names
18 in AnyEvent::Strict and AnyEvent::Impl::EventLib, as the POSIX
19 module doesn't even have all POSIX signals :/.
20 - use more workarounds around the many refcnt/corruption bugs in
21 Event::Lib.
22 - work around a race condition in perl's select, causing t/03_child.t
23 to rarely fail.
24
254.81 Thu Jul 9 10:30:30 CEST 2009
4 - AnyEvent::Handle didn't properly diagnose write errors 26 - AnyEvent::Handle didn't properly diagnose write errors
5 (it expected -1 from syswrite, how lame... :). 27 (it expected -1 from syswrite, how lame... :).
6 - support file descriptors in addition to file handles 28 - support file descriptors in addition to file handles
7 in AnyEvent->io. 29 in AnyEvent->io.
8 - new env variables: PERL_ANYEVENT_RESOLV_CONF, 30 - new env variables: PERL_ANYEVENT_RESOLV_CONF,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines