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

Comparing Coro/Changes (file contents):
Revision 1.189 by root, Fri Dec 29 11:55:05 2006 UTC vs.
Revision 1.223 by root, Mon Apr 16 13:26:42 2007 UTC

1Revision history for Perl extension Coro. 1Revision history for Perl extension Coro.
2 2
3TODO: better (earlier) error messages on broken transfer's 3TODO: better (earlier) error messages on broken transfer's
4TODO: destroy gets only called on cancel: fix(?)
5TODO: should explore PerlIO::via::CoroCede and PerlIO::via::CoroAIO.
4 6
53.3 7TODO: fix Coro::Signal once and for all
8
93.61
10 - use a Semaphore in Coro::Storable, as Storable doesn't
11 seem to be reentrant (although it should be...).
12
133.6 Sat Apr 14 17:13:31 CEST 2007
14 - added some bugfixes to get eg/myhttpd working again.
15 - added Coro::Storable for often-cede'ing freeze/thaw.
16 - try to do a clean exit when a coroutine calls exit
17 (EXPERIMENTAL).
18 - got rid of indirect call through _coro_init.
19 - updated the partly antique examples in eg/ to
20 work again and be a bit less magic, too.
21 - fixed Coro::Signal semantics to work as documented again.
22
233.55 Sun Mar 25 01:20:47 CET 2007
24 - add SAVE_DEFFH to save the default filehandle and enable
25 it by default.
26 - finally move socket-operations from Coro::Socket to Coro::Handle
27 to be able to unblock foreign sockets.
28 - add Coro::State::save_also and guarded_save.
29 - add count accessor to Coro::Semaphore.
30 - add Coro::State::cctx_stacksize.
31 - just for the fun of it, do not rely on implicit context,
32 which can dramatically improve performance, but people
33 using windows-process-emulation perls do not care much about
34 performance.
35
363.51 Sun Mar 4 14:18:04 CET 2007
37 - fixed a problem when you weakened references to Coro::State's
38 (patch by Yuval Kogman).
39
403.501 Wed Feb 28 12:44:07 CET 2007
41 - rename some global symbols as macosx from hell redefines
42 them without asking.
43
443.5 Tue Feb 13 20:22:53 CET 2007
45 - do AnyEvent model detection earlier, avoiding problems
46 caused by first using AnyEvent and later Coro::Event.
47 - implement and document Coro::Event event objects.
48 - fix a potential problem in Coro::Event causing crashes.
49 - initialise PL_comppad when creating a new coroutine,
50 avoids crashes on early coro destruction.
51
523.41 Mon Jan 22 19:19:49 CET 2007
53 - readline on Coro::Handle did not support undefined $/,
54 nor did it deliver partial lines on EOF or error.
55 - implement malloc fallback for stack allocation because
56 stupid broken idiotic OSX has a stupid broken
57 idiotic fits-the-whole-os mmap "implementation" and
58 my dick feels longer if Coro is portable even to
59 obsolete platforms.
60
613.4 Fri Jan 19 21:52:54 CET 2007
62 - remove t/09_timer.t, as it isn't really testing much
63 but was rather flaky in practise.
64 - async_pool coro would keep arguments and callback alive until
65 it was reused.
66 - cancellation of a coroutine could cause spurious idle calls
67 in cede_notself.
68
693.3 Sat Jan 6 03:45:00 CET 2007
6 - implement $coro->on_destroy. 70 - implement $coro->on_destroy.
7 - Coro::Event blocking semantics have been changed, 71 - Coro::Event blocking semantics have been changed,
8 documented and - hopefully - improved. 72 documented and - hopefully - improved.
9 - fix nice adding, not subtracting, from priority. 73 - fix nice adding, not subtracting, from priority.
10 - fix ->prio and api_is_ready (patch by Mark Hinds). 74 - fix ->prio and api_is_ready (patch by Mark Hinds).
75 - fixed an assert ("... == prev__cctx->idle_te")
76 that could errronously trigger.
77 - fix various large and small memleaks.
78 - use a (hopefully) more stable cancel implementation
79 that immediately frees the coroutine data.
80 - cede/cede_notself return a status now.
81 - added Coro::guard function.
82 - added a global coroutine pool for jobs (on my machine,
83 I can create and execute 48k simple coros/s with async,
84 and 128k coros with async_pool).
85 - Coro::AIO now uses the coroutine priority as io priority.
11 86
123.2 Fri Dec 22 05:07:09 CET 2006 873.2 Fri Dec 22 05:07:09 CET 2006
13 - improve portability to slightly older perls. 88 - improve portability to slightly older perls.
14 - use cleaner coroutine destruction. 89 - use cleaner coroutine destruction.
15 - simplify configuration for users. 90 - simplify configuration for users.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines