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

Comparing AnyEvent/Changes (file contents):
Revision 1.472 by root, Mon Aug 15 12:56:53 2011 UTC vs.
Revision 1.474 by root, Mon Aug 15 23:21:09 2011 UTC

1Revision history for Perl extension AnyEvent. 1Revision history for Perl extension AnyEvent.
2 2
3TODO: document TCP_*** constants 3TODO: document TCP_*** constants
4TODO: catch AE::xxx for anyevent strict and anyevent debug
5TODO: anyevent::trace? or debug tracing all watchers?
6TODO: anyevent strict checking for $_ changes?
7 4
8TODO: parse_unix???
9TODO: logging? / trace_level 5TODO: logging? / trace_level AnyEvent::Log
10TODO: check wrap for leaks - check Carp::longmess for leaks, or rather, how to avoid them
11
126.01 66.01
13 7
146.0 (not officially released) 86.0 (not officially released)
15 - INCOMPATIBLE CHANGE: AnyEvent::DNS resource records now include 9 - INCOMPATIBLE CHANGE: AnyEvent::DNS resource records now include
16 the TTL as fourth element - this affects ->resolve directly, 10 the TTL as fourth element - this affects ->resolve directly,
34 - new function: AnyEvent::postpone. 28 - new function: AnyEvent::postpone.
35 - new env variable, PERL_ANYEVENT_DEBUG_SHELL, to automatically start 29 - new env variable, PERL_ANYEVENT_DEBUG_SHELL, to automatically start
36 a debug shell. 30 a debug shell.
37 - new env variable, PERL_ANYEVENT_DEBUG_WRAP, to automatically enable 31 - new env variable, PERL_ANYEVENT_DEBUG_WRAP, to automatically enable
38 watcher instrumentation/wrapping (see AnyEvent::Debug::wrap). 32 watcher instrumentation/wrapping (see AnyEvent::Debug::wrap).
33 - lots of new AnyEvent::Debug functionality.
39 - AnyEvent::Strict now checks for modifications $_ by the callback. 34 - AnyEvent::Strict now checks for modifications $_ by the callback.
40 - IO::Async sometimes cancels the wrong timer when you call cancel_timer. 35 - IO::Async sometimes cancels the wrong timer when you call cancel_timer.
41 Invest extra overhead to work around this peculiar behaviour. 36 Invest extra overhead to work around this peculiar behaviour.
42 - split the pure perl backend into a loop module and an impl 37 - split the pure perl backend into a loop module and an impl
43 module (AnyEvent::Loop and AnyEvent::Impl::Perl). 38 module (AnyEvent::Loop and AnyEvent::Impl::Perl).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines