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

Comparing AnyEvent/Changes (file contents):
Revision 1.517 by root, Tue Oct 4 17:45:04 2011 UTC vs.
Revision 1.523 by root, Thu Jan 12 06:27:44 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 Thu Jan 12 07:27:01 CET 2012
7 - AnyEvent::Util::fork_call checked for POSIX availability in the wrong way,
8 causing it to fail if POSIX wasn't loaded already (analysed by Rock Power).
9 - AnyEvent::Handle::push_read (line => did pass $1 directly, so
10 regex-matching inside the callback would change the parameter, despite
11 $1 being dynamically scoped per-block. this perl bug is now being
12 worked around (testcase by Cindy Wang).
13
146.12 Mon Dec 12 13:21:10 CET 2011
15 - $! was clobbered by subsequent calls in tcp_connect, due to
16 the postpone not saving/restoring it (analyzed by Richard Garnish).
17
186.11 Tue Nov 22 10:36:05 CET 2011
19 - Tk cannot create windows when tainted unless you set a title, so
20 set a dummy title for AnyEvent's dummy mainwindow. How dummy.
21 - escape any nonprintable/nonascii characters when stringifying
22 backtraces.
23 - log the reason loading an interface module fails to load at level debug.
5 24
66.1 Tue Oct 4 19:44:30 CEST 2011 256.1 Tue Oct 4 19:44:30 CEST 2011
7 - INCOMPATIBLE CHANGE: the default log level is now "4" (error 26 - INCOMPATIBLE CHANGE: the default log level is now "4" (error
8 and above), and some messages inside AnyEvent have been elevated 27 and above), and some messages inside AnyEvent have been elevated
9 to higher log levels to print by default. 28 to higher log levels to print by default.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines