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.522 by root, Tue Jan 10 13:43:22 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
5
66.13
7 - AnyEvent::Handle::push_read (line => did pass $1 directly, so
8 regex-matching inside the callback would change the parameter, despite
9 $1 being dynamically scoped per-block. this perl bug is now being
10 worked around (testcase by Cindy Wang).
5 11
66.12 Mon Dec 12 13:21:10 CET 2011 126.12 Mon Dec 12 13:21:10 CET 2011
7 - $! was clobbered by subsequent calls in tcp_connect, due to 13 - $! was clobbered by subsequent calls in tcp_connect, due to
8 the postpone not saving/restoring it (analyzed by Richard Garnish). 14 the postpone not saving/restoring it (analyzed by Richard Garnish).
9 15

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines