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.473 by root, Mon Aug 15 18:58:29 2011 UTC

5TODO: anyevent::trace? or debug tracing all watchers? 5TODO: anyevent::trace? or debug tracing all watchers?
6TODO: anyevent strict checking for $_ changes? 6TODO: anyevent strict checking for $_ changes?
7 7
8TODO: parse_unix??? 8TODO: parse_unix???
9TODO: logging? / trace_level 9TODO: logging? / trace_level
10TODO: check wrap for leaks - check Carp::longmess for leaks, or rather, how to avoid them
11 10
126.01 116.01
13 12
146.0 (not officially released) 136.0 (not officially released)
15 - INCOMPATIBLE CHANGE: AnyEvent::DNS resource records now include 14 - INCOMPATIBLE CHANGE: AnyEvent::DNS resource records now include
34 - new function: AnyEvent::postpone. 33 - new function: AnyEvent::postpone.
35 - new env variable, PERL_ANYEVENT_DEBUG_SHELL, to automatically start 34 - new env variable, PERL_ANYEVENT_DEBUG_SHELL, to automatically start
36 a debug shell. 35 a debug shell.
37 - new env variable, PERL_ANYEVENT_DEBUG_WRAP, to automatically enable 36 - new env variable, PERL_ANYEVENT_DEBUG_WRAP, to automatically enable
38 watcher instrumentation/wrapping (see AnyEvent::Debug::wrap). 37 watcher instrumentation/wrapping (see AnyEvent::Debug::wrap).
38 - lots of new AnyEvent::Debug functionality.
39 - AnyEvent::Strict now checks for modifications $_ by the callback. 39 - AnyEvent::Strict now checks for modifications $_ by the callback.
40 - IO::Async sometimes cancels the wrong timer when you call cancel_timer. 40 - IO::Async sometimes cancels the wrong timer when you call cancel_timer.
41 Invest extra overhead to work around this peculiar behaviour. 41 Invest extra overhead to work around this peculiar behaviour.
42 - split the pure perl backend into a loop module and an impl 42 - split the pure perl backend into a loop module and an impl
43 module (AnyEvent::Loop and AnyEvent::Impl::Perl). 43 module (AnyEvent::Loop and AnyEvent::Impl::Perl).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines