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

Comparing Coro/Changes (file contents):
Revision 1.500 by root, Wed Jun 24 02:52:38 2009 UTC vs.
Revision 1.522 by root, Wed Aug 26 07:42:25 2009 UTC

6 but very lacking in others (higher level ipc)). 6 but very lacking in others (higher level ipc)).
7TODO: unready_all 7TODO: unready_all
8TODO: myhttpd header parsing 8TODO: myhttpd header parsing
9TODO: channel->maxsize(newsize)? 9TODO: channel->maxsize(newsize)?
10 10
11 - added section on "windows process emulation" to the manpage,
12 after a not-so-fruitful (nor-friendly) "discussion" with chip
13 salzenberg (discussion implies arguments, but his only arguments
14 were ad-hominems, one wonders why he started it in the first
15 place).
16
175.17 Sat Aug 22 23:09:31 CEST 2009
18 - work around a bug in the perl debugger causing crashes
19 when running under the debugger by marking _pool_handler as nodebug.
20 - speed up Coro::async considerably.
21 - try some hacks to get netbsd to work "more often" - their broken
22 setjmp/longjmp, ucontext *and* phtreads are really hard on Coro.
23 - convert Coro to AE 5.0 API.
24
255.162 Tue Jul 28 04:04:03 CEST 2009
26 - perl 5.8.2 is now minimum requirement.
27 - skip t/19_handle.t on broken windows perls.
28
295.161 Wed Jul 22 04:47:38 CEST 2009
30 - Coro::AnyEvent::poll could have a different prototype when EV was
31 used as backend (analyzed by Tatsuhiko Miyagawa).
32 - Coro::AnyEvent errornously initialised the event loop when loaded,
33 not on demand.
34 - try to workaround rare */t/01_unblock.t failures.
35
365.16 Tue Jul 21 01:44:37 CEST 2009
37 - Coro::AnyEvent failed to hook into the event loop
38 when no threads had been readied between detecting
39 the event loop and actually running it.
40 - considerably speed up Coro::Select by taking avdantage
41 of AnyEvent > 4.8 and some other optimisations.
42 - implement paragraph readline mode in Coro::Handle
43 (based on patches by Zsbán Ambrus).
44 - replace WSAEINPROGRESS by WSAEWOULDBLOCK (reported
45 and analyzed by Yasuhiro MATSUMOTO).
46 - clarified libcoro license and copyright.
47 - someone stole my EXTRA_META!!!
48 - implement Coro::Select::patch_pp_sselect and it's brother,
49 for hardcode select overriding.
50
515.151 Mon Jul 6 05:41:57 CEST 2009
52 - backport to windows process emulation code again (patch by
53 Yasuhiro MATSUMOTO).
54 - slightly update Coro::MakeMaker.
55
565.15 Tue Jun 30 10:28:06 CEST 2009
57 - deprecate Coro::Socket, document how to get ipv6 support via
58 AnyEvent::Socket instead.
11 - implement signal->wait ($cb) interface, similar to semaphores. 59 - implement signal->wait ($cb) interface, similar to semaphores.
60 - work around SvOK not supporting getmagic, so we have to getmagic
61 to test for undef :/ (reported by Matthias Waldorf).
62 - load Coro::AnyEvent in all modules using AnyEvent.
63 - work around perl corrupting our internal data structures,
64 reported by Tokuhiro Matsuno.
65 - enable per-coroutine real and cpu time gathering
66 (Coro::State::enable_times).
12 67
135.14 Wed Jun 24 01:37:48 CEST 2009 685.14 Wed Jun 24 01:37:48 CEST 2009
14 - provide explicit functions to "cede" to the event loop in Coro::AnyEvent, 69 - provide explicit functions to "cede" to the event loop in Coro::AnyEvent,
15 as this seems to have been a difficult concept (poll, sleep, idle, 70 as this seems to have been a difficult concept (poll, sleep, idle,
16 idle_upto). 71 idle_upto).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines