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

Comparing Coro/Changes (file contents):
Revision 1.30 by root, Wed Jul 25 21:12:57 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 2
30.12 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
4 - do not use mmap if neither MAP_ANON nor MAP_ANONYMOUS is defined. 55 - do not use mmap if neither MAP_ANON nor MAP_ANONYMOUS is defined.
5 - very experimental stack sharing algorithm. not 100% safe ut 56 - very experimental stack sharing algorithm. not 100% safe but
6 should work well in practise ;) 57 should work well in practise ;)
7 - added Coro::RWLock. 58 - added Coro::RWLock.
59 - Coro::Specific now works.
8 60
90.11 Tue Jul 24 22:49:21 CEST 2001 610.11 Tue Jul 24 22:49:21 CEST 2001
10 - added specialized hack for newer and older linux versions (fast). 62 - added specialized hack for newer and older linux versions (fast).
11 - renamed Coro::Event::IO to Coro::Handle. 63 - renamed Coro::Event::IO to Coro::Handle.
12 - new module Coro::Socket. 64 - new module Coro::Socket.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines