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

Comparing Coro/Changes (file contents):
Revision 1.44 by root, Mon Sep 3 02:50:18 2001 UTC vs.
Revision 1.54 by root, Wed Oct 3 01:09:56 2001 UTC

1Revision history for Perl extension Coro. 1Revision history for Perl extension Coro.
2 2
30.49 30.51
4 - terminate/cancel now work properly (otherwise termination
5 could cause a "next coroutine is not and contains not..."
6 error.
7
80.5 Fri Sep 28 16:15:35 CEST 2001
9 - fixed "print" on a Coro::Handle. The print method worked.
10 - small tweaks (seem to reduce memory consumption a lot)
11 in various modules.
12 - splendid use of "no warnings" scattered throughout.
13 - added Coro::Handle::rbuf, fixed Coro::Handle::fh.
14
150.49 Sun Sep 16 02:42:45 CEST 2001
4 - changed some method calls to function calls for speed 16 - changed some method calls to function calls for speed
5 inside Coro::Handle. 17 inside Coro::Handle.
6 - make Coro::Handle use an array instead of a hash for 18 - make Coro::Handle use an array instead of a hash for
7 speed reasons. 19 speed reasons.
8 - IRIX mystery solved: it's SGI's NT, after all: "standard, huh?". 20 - IRIX mystery solved: it's SGI's NT, after all: "standard, huh?".
9 sjlj and ucontext should now work. 21 sjlj and ucontext should now work.
10 - IRIX-specific port for libcoro. 22 - IRIX-specific port for libcoro.
23 - swapped order of accept results to match IO::Socket.
24 - changed getsock/peername to sock/peername to match IO::Socket.
25 - fixed a bug that caused segfault when returning to main task
26 under some circumstances.
27 - other bugfixes.
11 28
120.45 Sun Sep 2 02:54:01 CEST 2001 290.45 Sun Sep 2 02:54:01 CEST 2001
13 - new method Coro::Handle::timeout. 30 - new method Coro::Handle::timeout.
14 - corrected speling of set...name to get...name in Coro::Socket. 31 - corrected speling of set...name to get...name in Coro::Socket.
15 - Coro::Socket::accept now returns a Coro::Socket, not a Coro::Handle. 32 - Coro::Socket::accept now returns a Coro::Socket, not a Coro::Handle.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines