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

Comparing AnyEvent/Changes (file contents):
Revision 1.4 by root, Thu Dec 1 22:04:50 2005 UTC vs.
Revision 1.9 by root, Sun Jan 8 04:41:08 2006 UTC

1Revision history for Perl extension AnyEvent. 1Revision history for Perl extension AnyEvent.
2
31.0 Sun Jan 8 05:40:58 CET 2006
4 - allow third-party interfaces to be added at runtime.
5 - fix version number.
6
70.9 Fri Dec 30 02:25:41 CET 2005
8 - fixed errors in the documentation.
9 - going back to using $VERSION as "load check",
10 as suggested by Jörn Reder. Let's see why I stopped using
11 this method.
12 - add 'hup' to the list of events to receive for glib
13 and generate 'rw' events for it, as some versions of
14 glib seem to require this, while this breaks other
15 (older) versions of glib.
16 - implemented PERL_ANYEVENT_VERBOSE env variable.
17
180.3 Sun Dec 4 10:43:33 CET 2005
19 - no changes to the code.
20 - fixed documentation.
21 - clarified some corner cases.
22 - vastly improved documentation with a long example.
2 23
30.2 Thu Dec 1 22:18:49 CET 2005 240.2 Thu Dec 1 22:18:49 CET 2005
4 - check wether a valid method was called, to avoid endless loops. 25 - check wether a valid method was called, to avoid endless loops.
5 - move condvars into their own class (cleaner, safer). 26 - move condvars into their own class (cleaner, safer).
6 - don't die when some modules are not available. 27 - don't die when some modules are not available.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines