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

Comparing AnyEvent/Changes (file contents):
Revision 1.158 by root, Sun Jun 22 12:17:47 2008 UTC vs.
Revision 1.167 by root, Tue Jul 8 23:44:51 2008 UTC

1Revision history for Perl extension AnyEvent. 1Revision history for Perl extension AnyEvent.
2 2
34.2
4 - support an "interval" argument for repeating timers.
5 - not importing anything from Event causes it to malfunction
6 and not use Time::HiRes, work around this bug.
7 - fix a bug in the pure perl event loop that caused timers to
8 be delayed under some circumstances.
9 - implement optional argument checking via PERL_ANYEVENT_STRICT.
10 - minor optimisations applied to most backends.
11
124.161 Fri Jul 4 14:24:48 CEST 2008
13 - fixed the t/handle/02_write.t, it read after write, with the
14 assumption that all data could be written before read
15 (reported by Jim Razmus).
16
174.160 Thu Jul 3 04:02:21 CEST 2008
18 - re-registering signal watchers after unregistering one did
19 not work if a backend falls back on AnyEvent's default
20 implementation (also affected child watchers).
21 - new AnyEvent::Handle options: autocork and no_delay.
22
34.152 Sun Jun 22 14:15:44 CEST 2008 234.152 Sun Jun 22 14:15:44 CEST 2008
4 - allow for 32-bit perls that implement shifts difefrently 24 - allow for 32-bit perls that implement shifts differently
5 on diferent architectures in parse_ipv4 (reported and 25 on different architectures in parse_ipv4 (reported and
6 analysed by Keiichi DAIBA). 26 analysed by Keiichi DAIBA).
7 27
84.151 Fri Jun 6 17:34:24 CEST 2008 284.151 Fri Jun 6 17:34:24 CEST 2008
9 - make sure specifying _only_ on_read and never pushing reads 29 - make sure specifying _only_ on_read and never pushing reads
10 works. 30 works.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines