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

Comparing Coro/Changes (file contents):
Revision 1.101 by root, Mon Mar 21 15:06:51 2005 UTC vs.
Revision 1.118 by root, Mon Dec 12 20:28:30 2005 UTC

1Revision history for Perl extension Coro. 1Revision history for Perl extension Coro.
2 2
3 - additionally save PM_curpm might fix as-of-yet
4 unseen problems with regex matches being attributes to the
5 wrong package.
6 - add t/10_bugs.t, which currently checks against imho broken
7 perls that use 0.26MB of stack space per Perl_magic_get
8 invocation (debian) as opposed ot the 0.0002MB normal
9 perls use.
10 - make stacksize configurable for ultimate debian experience.
11
121.51 Mon Dec 12 18:48:36 CET 2005
13 - remove debugging warn() accidentally left in Coro::Select.
14
151.5 Tue Nov 29 13:32:44 CET 2005
16 - use Coro::Event inside Coro::Select to avoid spurious deadlocks.
17 - fix Coro::Select 'select'.
18 - strict'ify some modules.
19 - libcoro errornously restored the SIGUSR2 handler to SIGUSR1.
20 - use XSLoader in selected modules.
21 - remove some 5.6 compatibility cruft.
22
231.4 Tue Sep 6 00:11:05 CEST 2005
24 - libcoro did not take into account the trampoline on amd64,
25 when 'l'inux method was used.
26
271.31 Tue Aug 30 23:31:33 CEST 2005
28 - some portability fixes/workarounds.
29
301.3 Sat Aug 20 03:08:56 CEST 2005
31 - no code changes. module seems to work fine.
32 - improve Coro::State docs, remove reference to nonexisting
33 Coro::State::flush method.
34 - no longer autodetect windows, present it as an option instead.
35
361.2 Mon May 16 02:00:55 CEST 2005
3 - included libcoro.c earlier in State.xs, might improve portability. 37 - included libcoro.c earlier in State.xs, might improve portability.
4 - use a faster and possibly more stable Coro::Cont implementation. 38 - use a faster and possibly more stable Coro::Cont implementation.
39 - accept x86_64 in addition to amd64 for optimized linux-amd64 support.
40 - fix bugs Coro::SemaphoreSet that could cause locks never to be freed.
41 - fix bugs in CoroAPI.h and document it in Coro::MakeMaker.
5 42
61.11 Thu Mar 3 18:00:52 CET 2005 431.11 Thu Mar 3 18:00:52 CET 2005
7 - change of contact address. 44 - change of contact address.
8 45
91.1 Tue Feb 22 20:51:16 CET 2005 461.1 Tue Feb 22 20:51:16 CET 2005
10 - support [l]inux method on amd64. 47 - support [l]inux method on amd64.
11 - make some context switches while compiling/eval'ing work. 48 - allow some context switches while compiling/eval'ing.
12 49
131.0 Tue Aug 10 03:47:27 CEST 2004 501.0 Tue Aug 10 03:47:27 CEST 2004
14 - Event 0.89 fixes the bug again. 51 - Event 0.89 fixes the bug again.
15 - fix the remaining(??) memleak. I didn't free the cache-AV for 52 - fix the remaining(??) memleak. I didn't free the cache-AV for
16 padlists, so one AV per created anon-sub leaked. 53 padlists, so one AV per created anon-sub leaked.
17 54
180.97 Fri May 14 15:23:32 CEST 2004 550.97 Fri May 14 15:23:32 CEST 2004
19 - remove stupid gcc extension that was an experiment only anyway. 56 - remove stupid gcc extension that was an experiment only anyway.
20 57
210.96 Thu May 13 18:09:29 CEST 2004 580.96 Thu May 13 18:09:29 CEST 2004
22 - tell people if they have yet anothe rbroken Event variant. 59 - tell people if they have yet another broken Event variant.
23 - made Coro to work _better_ with threads (it seems that, as long 60 - made Coro to work _better_ with threads (it seems that, as long
24 as you use Coros in one thread only everything will work fine. 61 as you use Coros in one thread only everything will work fine.
25 Looking at the perl source the problem might be missing locking 62 Looking at the perl source the problem might be missing locking
26 between Coro and some perl internal routines. That's not easily 63 between Coro and some perl internal routines. That's not easily
27 fixable). 64 fixable).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines