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

Comparing Coro/Changes (file contents):
Revision 1.104 by root, Sun May 15 23:46:25 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.
5 - accept x86_64 in addition to amd64 for optimized linux-amd64 support. 39 - accept x86_64 in addition to amd64 for optimized linux-amd64 support.
6 - fix bugs Coro::SemaphoreSet that could cause locks never to be freed. 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.
7 42
81.11 Thu Mar 3 18:00:52 CET 2005 431.11 Thu Mar 3 18:00:52 CET 2005
9 - change of contact address. 44 - change of contact address.
10 45
111.1 Tue Feb 22 20:51:16 CET 2005 461.1 Tue Feb 22 20:51:16 CET 2005
12 - support [l]inux method on amd64. 47 - support [l]inux method on amd64.
13 - make some context switches while compiling/eval'ing work. 48 - allow some context switches while compiling/eval'ing.
14 49
151.0 Tue Aug 10 03:47:27 CEST 2004 501.0 Tue Aug 10 03:47:27 CEST 2004
16 - Event 0.89 fixes the bug again. 51 - Event 0.89 fixes the bug again.
17 - 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
18 padlists, so one AV per created anon-sub leaked. 53 padlists, so one AV per created anon-sub leaked.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines