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

Comparing AnyEvent/Changes (file contents):
Revision 1.62 by root, Mon Apr 28 08:02:14 2008 UTC vs.
Revision 1.75 by elmex, Thu May 15 13:32:19 2008 UTC

1Revision history for Perl extension AnyEvent. 1Revision history for Perl extension AnyEvent.
2
3 - added AnyEvent::Util::listen (and an example eg/listen)
4 - fixed a bug in *_read_chunk, where the callback was called with $self as
5 first and second argument.
6 - added AnyEvent::Util::connect and some examples (eg/connect, eg/handle).
7 - fix manpage condvars examples to use new syntax.
8
93.41 Sun May 11 19:53:13 CEST 2008
10 - work around a bug in perl 5.8.8's local. Reported by Yi Ma Mao.
11
123.4 Sun May 11 00:29:25 CEST 2008
13 - complete re-implementation of condvars with a hopefully much mroe useful
14 API (backward compatible functions exist but are undocumented).
15 - AnyEvent::Handle fully rewritten with a hopefully more powerful API
16 (still subject to change).
17 - take advantage of CLOCK_MONOTONIC, if available, in AnyEvent::Impl::Perl.
18 - provide AnyEvent::post_detect and @AnyEvent::post_detect, which
19 allows module authors to avoid forcing event loop detection.
20 (used by Coro::AIO, Coro::BDB, Coro::AnyEvent for example).
21 - remove coro backends: Coro now provides generic support for AnyEvent
22 via Coro::AnyEvent.
2 23
33.3 Mon Apr 28 09:51:06 CEST 2008 243.3 Mon Apr 28 09:51:06 CEST 2008
4 - added AnyEvent::Handle, AnyEvent::Socket and AnyEvent::Util modules. 25 - added AnyEvent::Handle, AnyEvent::Socket and AnyEvent::Util modules.
5 - fix a bug in the pure perl backend that kept watchers alive 26 - fix a bug in the pure perl backend that kept watchers alive
6 when multiple watchers were registered for the same fh/poll combo. 27 when multiple watchers were registered for the same fh/poll combo.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines