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

Comparing AnyEvent/Changes (file contents):
Revision 1.470 by root, Sun Aug 14 13:56:52 2011 UTC vs.
Revision 1.471 by root, Sun Aug 14 22:35:22 2011 UTC

4TODO: catch AE::xxx for anyevent strict and anyevent debug 4TODO: catch AE::xxx for anyevent strict and anyevent debug
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: IO::Async sometimes cancels the wrong timer when you call cancel_timer -wait for IO::Async release. 8TODO: IO::Async sometimes cancels the wrong timer when you call cancel_timer -wait for IO::Async release.
9TODO: wrap
10TODO: parse_unix??? 9TODO: parse_unix???
11TODO: logging? 10TODO: logging?
12TODO: check wrap for leaks 11TODO: check wrap for leaks - check Carp::longmess for leaks, or rather, how to avoid them
13TODO: check for $_ changes in strict?
14 12
156.01 136.01
16 14
176.0 (not officially released) 156.0 (not officially released)
18 - INCOMPATIBLE CHANGE: AnyEvent::DNS resource records now include 16 - INCOMPATIBLE CHANGE: AnyEvent::DNS resource records now include
37 - new function: AnyEvent::postpone. 35 - new function: AnyEvent::postpone.
38 - new env variable, PERL_ANYEVENT_DEBUG_SHELL, to automatically start 36 - new env variable, PERL_ANYEVENT_DEBUG_SHELL, to automatically start
39 a debug shell. 37 a debug shell.
40 - new env variable, PERL_ANYEVENT_DEBUG_WRAP, to automatically enable 38 - new env variable, PERL_ANYEVENT_DEBUG_WRAP, to automatically enable
41 watcher instrumentation/wrapping (see AnyEvent::Debug::wrap). 39 watcher instrumentation/wrapping (see AnyEvent::Debug::wrap).
40 - AnyEvent::Strict now checks for modifications $_ by the callback.
42 - IO::Async sometimes cancels the wrong timer when you call cancel_timer. 41 - IO::Async sometimes cancels the wrong timer when you call cancel_timer.
43 Invest extra overhead to work around this peculiar behaviour. 42 Invest extra overhead to work around this peculiar behaviour.
44 - split the pure perl backend into a loop module and an impl 43 - split the pure perl backend into a loop module and an impl
45 module (AnyEvent::Loop and AnyEvent::Impl::Perl). 44 module (AnyEvent::Loop and AnyEvent::Impl::Perl).
46 - some read types (regex, netstring, json, storable) could 45 - some read types (regex, netstring, json, storable) could

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines