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

Comparing Coro/Changes (file contents):
Revision 1.46 by root, Fri Sep 14 15:40:56 2001 UTC vs.
Revision 1.93 by pcg, Thu May 13 16:12:14 2004 UTC

1Revision history for Perl extension Coro. 1Revision history for Perl extension Coro.
2 2
30.49 30.96 Thu May 13 18:09:29 CEST 2004
4 - tell people if they have yet anothe rbroken Event variant.
5 - made Coro to work _better_ with threads (it seems that, as long
6 as you use Coros in one thread only everything will work fine.
7 Looking at the perl source the problem might be missing locking
8 between Coro and some perl internal routines. That's not easily
9 fixable).
10 - (hopefully) got rid of the static xnext inside transfer.
11
120.95 Sun Feb 15 03:20:28 CET 2004
13 - removed Coro::State::flush, implemented a new and much
14 faster caching mechanism by attaching magic to the CV.
15 - a memleak with (real) closures remains.
16 - dramatically reduced size of stacks to 65536 (linux/x86), after
17 observing that even myhttpd never had more than a kilobyte
18 of stack in use (stack is still only physically allocated in
19 pagesize increments for systems suporting mmap).
20 - fix for a "cygwin-64" architecture added, proposed by Stefan Traby.
21 - fix for threaded perl.
22
230.9 Sun Nov 23 04:32:39 CET 2003
24 - fix a few very hard to track down but (of course) stupid
25 memory leaks.
26 - stringify version number to avoid locale problems :(.
27 - perl 5.9.0 does not have SvPADBUSY, reported by Scott Walters,
28 hopefully ignoring it "just works".
29
300.8 Wed Nov 5 19:38:40 CET 2003
31 - port to perl5.005_03, but only 5.8.x+ is supported!
32 - honor LocalAddr even without LocalPort in Coro::Socket.
33
340.7 Tue May 27 03:12:38 CEST 2003
35 - the version jump indicates some level of testing, not gobs
36 of new features.
37 - uh... I found the prompt function in ExtUtils::MakeMaker.
38 Highly correct stuff, that is...
39 - fixed(?) a bug with die's in coroutines causing "panic: top_env".
40 the fix is not well understood by the author, so beware :(.
41
420.652 Thu May 8 02:54:46 CEST 2003
43 - Applied patch by Slaven Rezic to set default to "s" on FreeBSD,
44 cause version 4 doesn't have ucontext.
45 - Benjamin Reed reported that setjmp works fine on darwin,
46 so preselect it.
47
480.651 Sat Mar 29 15:00:23 CET 2003
49 - fix a bug in Coro::Handle where some bytes could get lost
50 on reading, reported by jason@nichego.net.
51
520.65 Sun Mar 23 00:08:26 CET 2003
53 - added a README.linux-glibc.
54 - new module Coro::Select.
55 - also save/restore PL_comppad, fixes segfaults with 5.8.1.
56 (I never claimed that I know what I am doing ;).
57 - set default to setjmp/longjmp on non-x86-linux.
58
590.6 Thu Nov 21 11:09:06 CET 2002
60 - made lazy context switching the default.
61 - fixed the bug where SemaphoreSet::guard
62 was the same as timed_guard and timed_guard was missing.
63 - fix a memleak in Coro::Timer.
64 - reclassified context sharing as not experimental.
65
660.534 Sun Apr 14 03:05:12 CEST 2002
67 - fixed backspace => tab in header parsing (myhttpd).
68 - added eg/readline, for elmex.
69 - Coro::Event now calls ->start on first call instead of
70 ->again, which created wrong timeouts for the first ->next.
71 - fixed a bug where Coro::Socket returned a closed socket instead
72 of nothing on ECONNREFUSED and similar error conditions.
73
740.533 Mon Feb 18 18:49:40 CET 2002
75 - adapt to finally working Event-0.85.
76 - fixed buggy event initialization (trapped under windows, but how
77 could it possibly have worked anywhere?)
78
790.532 Wed Jan 16 02:45:32 CET 2002
80 - removed the reference to pp_entersub, might work on
81 (some) win32 perls now (testsuite works under cygwin,
82 without Event, which freezes).
83
840.531 Mon Dec 10 22:18:44 CET 2001
85 - Fixed a bug in SemaphoreSet::timed_down.
86
870.53 Tue Nov 27 21:11:13 CET 2001
88 - some tests for Event.
89 - slightly different internal architecture to get refcnt into the object
90 and not the reference. might fix a few bugs, certainly did introduce
91 new ones.
92 - Coro::Timer (independent of Event).
93 - new timed_wait functions for Coro::Signal, Semaphore, SemaphoreSet.
94
950.52 Tue Nov 6 21:36:18 CET 2001
96 - ported to cygwin (trivial).
97 patch by Gerrit P. Haase <gp@familiehaase.de>.
98 - small setjmp code fix by Sullivan.DanielJ@epamail.epa.gov.
99
1000.51 Thu Nov 1 20:39:01 CET 2001
101 - terminate/cancel now work properly (otherwise termination
102 could cause a "next coroutine is not and contains not..."
103 error.
104 - added Coro::Socket::shutdown.
105 - Coro::Event::loop no is the same as Event::loop.
106 - implemented terminate with args + join.
107
1080.5 Fri Sep 28 16:15:35 CEST 2001
109 - fixed "print" on a Coro::Handle. The print method worked.
110 - small tweaks (seem to reduce memory consumption a lot)
111 in various modules.
112 - splendid use of "no warnings" scattered throughout.
113 - added Coro::Handle::rbuf, fixed Coro::Handle::fh.
114
1150.49 Sun Sep 16 02:42:45 CEST 2001
4 - changed some method calls to function calls for speed 116 - changed some method calls to function calls for speed
5 inside Coro::Handle. 117 inside Coro::Handle.
6 - make Coro::Handle use an array instead of a hash for 118 - make Coro::Handle use an array instead of a hash for
7 speed reasons. 119 speed reasons.
8 - IRIX mystery solved: it's SGI's NT, after all: "standard, huh?". 120 - IRIX mystery solved: it's SGI's NT, after all: "standard, huh?".

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines