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

Comparing Coro/Changes (file contents):
Revision 1.12 by root, Tue Jul 17 15:42:28 2001 UTC vs.
Revision 1.55 by root, Wed Oct 3 01:33:44 2001 UTC

1Revision history for Perl extension Coro. 1Revision history for Perl extension Coro.
2
30.51
4 - terminate/cancel now work properly (otherwise termination
5 could cause a "next coroutine is not and contains not..."
6 error.
7 - added Coro::Socket::shutdown.
8
90.5 Fri Sep 28 16:15:35 CEST 2001
10 - fixed "print" on a Coro::Handle. The print method worked.
11 - small tweaks (seem to reduce memory consumption a lot)
12 in various modules.
13 - splendid use of "no warnings" scattered throughout.
14 - added Coro::Handle::rbuf, fixed Coro::Handle::fh.
15
160.49 Sun Sep 16 02:42:45 CEST 2001
17 - changed some method calls to function calls for speed
18 inside Coro::Handle.
19 - make Coro::Handle use an array instead of a hash for
20 speed reasons.
21 - IRIX mystery solved: it's SGI's NT, after all: "standard, huh?".
22 sjlj and ucontext should now work.
23 - IRIX-specific port for libcoro.
24 - swapped order of accept results to match IO::Socket.
25 - changed getsock/peername to sock/peername to match IO::Socket.
26 - fixed a bug that caused segfault when returning to main task
27 under some circumstances.
28 - other bugfixes.
29
300.45 Sun Sep 2 02:54:01 CEST 2001
31 - new method Coro::Handle::timeout.
32 - corrected speling of set...name to get...name in Coro::Socket.
33 - Coro::Socket::accept now returns a Coro::Socket, not a Coro::Handle.
34 - Coro::Handle now supports fileno and FILENO.
35 - added eg/myhttpd, a web server.
36 - Coro::Socket now accepts numeric ports as well as "port(number)"
37 syntax.
38 - moved some scheduling primitives into xs code. more to come.
39 - new simple priority system.
40 - implemented Coro::Event using XS, almost four times faster!
41 - small memory corruption problem fixed (boy that was difficult).
42
430.13 Wed Aug 8 16:53:07 CEST 2001
44 - new method Coro::Handle::readline.
45 - added eg/lwp and Coro::Handle::autoflush, to make LWP work.
46 (see eg/lwp on how to make LWP non-blocking).
47 - renamed Coro::Socket::new_inet to new.
48 - added Coro::Util, some utility functions.
49 - die/eval now works better (still get annoying (but true ;)
50 "Callback called exit" messages).
51 - Coro::Handle now supports timeout, and Coro::Socket Timeout.
52 - much better Coro::Socket support.
53
540.12 Fri Jul 27 04:19:01 CEST 2001
55 - do not use mmap if neither MAP_ANON nor MAP_ANONYMOUS is defined.
56 - very experimental stack sharing algorithm. not 100% safe but
57 should work well in practise ;)
58 - added Coro::RWLock.
59 - Coro::Specific now works.
60
610.11 Tue Jul 24 22:49:21 CEST 2001
62 - added specialized hack for newer and older linux versions (fast).
63 - renamed Coro::Event::IO to Coro::Handle.
64 - new module Coro::Socket.
65
660.1 Tue Jul 24 01:47:53 CEST 2001
67 - release candidate 3. A rather new internal structure :(
68 - the great renaming: Damian Conway gave me a suitable replacement
69 for yield.
70 - added Coro/libcoro, a portable coroutine implementation for C
71 (not even perl-dependent!!!), which can be used by Coro::State.
72 - renamed SAVE_DEFSV (on xs-level only) to avoid symbol clash in
73 perl-5.6.
74 - new function Coro::Event::idle.
75 - the idle process is now overriden
76 by default in Coro::Event.
77 - Coro::Channel now enforces the size.
78 - canceling events now works in all cases.
79 - Coro state now include $_ and $@.
80 - yet another bug workaround that I do not really understand :(
81 - new module Coro::Event::IO (very undocumented) to do
82 non-blocking i/o.
83 - performance tuning.
84
850.08 Thu Jul 19 06:13:25 CEST 2001
86 - release candidate 2 (new functionality).
87 - add Coro::State::flush function.
88 - transfer now supports a flags value (mostly for speed ATM).
89 - might compile and work in the presence of threads now.
90 - continuations have a saner syntax.
91 - no more memleaks.
2 92
30.07 Tue Jul 17 17:40:18 CEST 2001 930.07 Tue Jul 17 17:40:18 CEST 2001
4 - release candidate 1 ;) 94 - release candidate 1 ;)
5 - slightly nicer code. 95 - slightly nicer code.
6 - fixed a scheduling bug in Coro::Event. 96 - fixed a scheduling bug in Coro::Event.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines