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

Comparing Coro/Changes (file contents):
Revision 1.60 by root, Tue Nov 6 23:33:22 2001 UTC vs.
Revision 1.89 by pcg, Sat Feb 14 13:01:55 2004 UTC

1Revision history for Perl extension Coro. 1Revision history for Perl extension Coro.
2 2
30.53 30.95 Fri Dec 12 20:50:57 CET 2003
4 - removed Coro::State::flush, implemented a new and much
5 faster caching mechanism by attaching magic to the CV.
6 - a memleak with (real) closures remains.
7 - dramatically reduced size of stacks to 65536 (linux/x86), after
8 observing that even myhttpd never had more than a kilobyte
9 of stack in use (stack is still only physically allocated in
10 pagesize increments for systems suporting mmap).
11 - fix for a "cygwin-64" architecture added, proposed by Stefan Traby.
12
130.9 Sun Nov 23 04:32:39 CET 2003
14 - fix a few very hard to track down but (of course) stupid
15 memory leaks.
16 - stringify version number to avoid locale problems :(.
17 - perl 5.9.0 does not have SvPADBUSY, reported by Scott Walters,
18 hopefully ignoring it "just works".
19
200.8 Wed Nov 5 19:38:40 CET 2003
21 - port to perl5.005_03, but only 5.8.x+ is supported!
22 - honor LocalAddr even without LocalPort in Coro::Socket.
23
240.7 Tue May 27 03:12:38 CEST 2003
25 - the version jump indicates some level of testing, not gobs
26 of new features.
27 - uh... I found the prompt function in ExtUtils::MakeMaker.
28 Highly correct stuff, that is...
29 - fixed(?) a bug with die's in coroutines causing "panic: top_env".
30 the fix is not well understood by the author, so beware :(.
31
320.652 Thu May 8 02:54:46 CEST 2003
33 - Applied patch by Slaven Rezic to set default to "s" on FreeBSD,
34 cause version 4 doesn't have ucontext.
35 - Benjamin Reed reported that setjmp works fine on darwin,
36 so preselect it.
37
380.651 Sat Mar 29 15:00:23 CET 2003
39 - fix a bug in Coro::Handle where some bytes could get lost
40 on reading, reported by jason@nichego.net.
41
420.65 Sun Mar 23 00:08:26 CET 2003
43 - added a README.linux-glibc.
44 - new module Coro::Select.
45 - also save/restore PL_comppad, fixes segfaults with 5.8.1.
46 (I never claimed that I know what I am doing ;).
47 - set default to setjmp/longjmp on non-x86-linux.
48
490.6 Thu Nov 21 11:09:06 CET 2002
50 - made lazy context switching the default.
51 - fixed the bug where SemaphoreSet::guard
52 was the same as timed_guard and timed_guard was missing.
53 - fix a memleak in Coro::Timer.
54 - reclassified context sharing as not experimental.
55
560.534 Sun Apr 14 03:05:12 CEST 2002
57 - fixed backspace => tab in header parsing (myhttpd).
58 - added eg/readline, for elmex.
59 - Coro::Event now calls ->start on first call instead of
60 ->again, which created wrong timeouts for the first ->next.
61 - fixed a bug where Coro::Socket returned a closed socket instead
62 of nothing on ECONNREFUSED and similar error conditions.
63
640.533 Mon Feb 18 18:49:40 CET 2002
65 - adapt to finally working Event-0.85.
66 - fixed buggy event initialization (trapped under windows, but how
67 could it possibly have worked anywhere?)
68
690.532 Wed Jan 16 02:45:32 CET 2002
70 - removed the reference to pp_entersub, might work on
71 (some) win32 perls now (testsuite works under cygwin,
72 without Event, which freezes).
73
740.531 Mon Dec 10 22:18:44 CET 2001
75 - Fixed a bug in SemaphoreSet::timed_down.
76
770.53 Tue Nov 27 21:11:13 CET 2001
4 - some tests for Event. 78 - some tests for Event.
79 - slightly different internal architecture to get refcnt into the object
80 and not the reference. might fix a few bugs, certainly did introduce
81 new ones.
82 - Coro::Timer (independent of Event).
83 - new timed_wait functions for Coro::Signal, Semaphore, SemaphoreSet.
5 84
60.52 Tue Nov 6 21:36:18 CET 2001 850.52 Tue Nov 6 21:36:18 CET 2001
7 - ported to cygwin (trivial). 86 - ported to cygwin (trivial).
8 patch by Gerrit P. Haase <gp@familiehaase.de>. 87 patch by Gerrit P. Haase <gp@familiehaase.de>.
9 - small setjmp code fix by Sullivan.DanielJ@epamail.epa.gov. 88 - small setjmp code fix by Sullivan.DanielJ@epamail.epa.gov.
10 89
110.51 Thu Nov 1 20:39:01 CET 2001 900.51 Thu Nov 1 20:39:01 CET 2001
12 - terminate/cancel now work properly (otherwise termination 91 - terminate/cancel now work properly (otherwise termination
13 could cause a "next coroutine is not and contains not..." 92 could cause a "next coroutine is not and contains not..."
14 error. 93 error.
15 - added Coro::Socket::shutdown. 94 - added Coro::Socket::shutdown.
16 - Coro::Event::loop no is the same as Event::loop. 95 - Coro::Event::loop no is the same as Event::loop.
17 - implemented terminate with args + join. 96 - implemented terminate with args + join.
18 97
190.5 Fri Sep 28 16:15:35 CEST 2001 980.5 Fri Sep 28 16:15:35 CEST 2001
20 - fixed "print" on a Coro::Handle. The print method worked. 99 - fixed "print" on a Coro::Handle. The print method worked.
21 - small tweaks (seem to reduce memory consumption a lot) 100 - small tweaks (seem to reduce memory consumption a lot)
22 in various modules. 101 in various modules.
23 - splendid use of "no warnings" scattered throughout. 102 - splendid use of "no warnings" scattered throughout.
24 - added Coro::Handle::rbuf, fixed Coro::Handle::fh. 103 - added Coro::Handle::rbuf, fixed Coro::Handle::fh.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines