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

Comparing AnyEvent/Changes (file contents):
Revision 1.521 by root, Mon Dec 12 12:21:47 2011 UTC vs.
Revision 1.530 by root, Tue Mar 27 16:21:11 2012 UTC

1Revision history for Perl extension AnyEvent. 1Revision history for Perl extension AnyEvent.
2 2
3TODO: document TCP_*** constants 3TODO: document TCP_*** constants
4TODO: add debug/trace logging to some modules 4TODO: add debug/trace logging to some modules
5TODO: AnyEvent::IO
6
7 - documented Rocco fabricating statements about AnyEvent and me.
8 - the default logging level was not properly documented in a variety of
9 places, this has hopefully been rectified.
10 - updated uts46data.pl for unicode 6.1.0.
11 - made log messages genearted by AnyEvent submodules not
12 include the package name anymore, as it will be logged
13 by default already.
14 - upgrade to the trick used by common-sense 3.5 to work
15 around extra warning torture/breakage under perl 5.15.x.
16
176.14 Tue Jan 31 20:00:24 CET 2012
18 - AnyEvent::Impl::Tk was broken due to a mysterious "die" inside,
19 probably an editing mistake (reported by Darin McBride).
20
216.13 Thu Jan 12 07:27:01 CET 2012
22 - AnyEvent::Util::fork_call checked for POSIX availability in the wrong way,
23 causing it to fail if POSIX wasn't loaded already (analysed by Rock Power).
24 - AnyEvent::Handle::push_read (line => did pass $1 directly, so
25 regex-matching inside the callback would change the parameter, despite
26 $1 being dynamically scoped per-block. this perl bug is now being
27 worked around (testcase by Cindy Wang).
5 28
66.12 Mon Dec 12 13:21:10 CET 2011 296.12 Mon Dec 12 13:21:10 CET 2011
7 - $! was clobbered by subsequent calls in tcp_connect, due to 30 - $! was clobbered by subsequent calls in tcp_connect, due to
8 the postpone not saving/restoring it (analyzed by Richard Garnish). 31 the postpone not saving/restoring it (analyzed by Richard Garnish).
9 32

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines