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

Comparing Coro/Changes (file contents):
Revision 1.173 by root, Mon Dec 4 03:48:16 2006 UTC vs.
Revision 1.212 by root, Mon Mar 12 21:40:14 2007 UTC

1Revision history for Perl extension Coro. 1Revision history for Perl extension Coro.
2 2
3TODO: transfer flags must be per state
4TODO: 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(?)
5 5
63. 63.52
7 - add count accessor to Coro::Semaphore.
8 - add Coro::State::cctx_stacksize.
9
103.51 Sun Mar 4 14:18:04 CET 2007
11 - fixed a problem when you weakened references to Coro::State's
12 (patch by Yuval Kogman).
13
143.501 Wed Feb 28 12:44:07 CET 2007
15 - rename some global symbols as macosx from hell redefines
16 them without asking.
17
183.5 Tue Feb 13 20:22:53 CET 2007
19 - do AnyEvent model detection earlier, avoiding problems
20 caused by first using AnyEvent and later Coro::Event.
21 - implement and document Coro::Event event objects.
22 - fix a potential problem in Coro::Event causing crashes.
23 - initialise PL_comppad when creating a new coroutine,
24 avoids crashes on early coro destruction.
25
263.41 Mon Jan 22 19:19:49 CET 2007
27 - readline on Coro::Handle did not support undefined $/,
28 nor did it deliver partial lines on EOF or error.
29 - implement malloc fallback for stack allocation because
30 stupid broken idiotic OSX has a stupid broken
31 idiotic fits-the-whole-os mmap "implementation" and
32 my dick feels longer if Coro is portable even to
33 obsolete platforms.
34
353.4 Fri Jan 19 21:52:54 CET 2007
36 - remove t/09_timer.t, as it isn't really testing much
37 but was rather flaky in practise.
38 - async_pool coro would keep arguments and callback alive until
39 it was reused.
40 - cancellation of a coroutine could cause spurious idle calls
41 in cede_notself.
42
433.3 Sat Jan 6 03:45:00 CET 2007
44 - implement $coro->on_destroy.
45 - Coro::Event blocking semantics have been changed,
46 documented and - hopefully - improved.
47 - fix nice adding, not subtracting, from priority.
48 - fix ->prio and api_is_ready (patch by Mark Hinds).
49 - fixed an assert ("... == prev__cctx->idle_te")
50 that could errronously trigger.
51 - fix various large and small memleaks.
52 - use a (hopefully) more stable cancel implementation
53 that immediately frees the coroutine data.
54 - cede/cede_notself return a status now.
55 - added Coro::guard function.
56 - added a global coroutine pool for jobs (on my machine,
57 I can create and execute 48k simple coros/s with async,
58 and 128k coros with async_pool).
59 - Coro::AIO now uses the coroutine priority as io priority.
60
613.2 Fri Dec 22 05:07:09 CET 2006
62 - improve portability to slightly older perls.
63 - use cleaner coroutine destruction.
64 - simplify configuration for users.
65 - optionally (unrecommended) prefer perl functions over
66 their coro replacements.
67
683.11 Tue Dec 5 13:11:24 CET 2006
69 - fixed some bogus assert's, but as perl.h disables assert even
70 without NDEBUG (thank you very much), not too many people should
71 notice (that did include myself). Andreas König noticed, though :)
72 - do not save/restore PL_sortcxix on >= 5.9.x, it doesn't seem to have
73 it. Also noticed by Andreas König :)
74 - save/restore tainted status.
75 - verified to pass the testsuite on my 5.9.5.
76
773.1 Mon Dec 4 23:03:40 CET 2006
78 - INCOMPATIBLE CHANGE: $/ is now per-coroutine (but slow).
79 - incompatible change: transfer flags are now per-state.
7 - give a better error message on deadlock. 80 - give a better error message on deadlock.
81 - document Coro::nready.
82 - enhanced testsuite.
8 83
93.01 Sun Dec 3 23:47:42 CET 2006 843.01 Sun Dec 3 23:47:42 CET 2006
10 - forgot to include Coro::Timer. 85 - forgot to include Coro::Timer.
11 86
123.0 Sun Dec 3 22:57:25 CET 2006 873.0 Sun Dec 3 22:57:25 CET 2006

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines