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

Comparing Coro/Changes (file contents):
Revision 1.31 by root, Fri Jul 27 02:51:33 2001 UTC vs.
Revision 1.56 by root, Sun Oct 28 17:00:04 2001 UTC

1Revision history for Perl extension Coro. 1Revision history for Perl extension Coro.
2 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 - Coro::Event::loop no is the same as Event::loop.
9 - implemented terminate with args + join.
10
110.5 Fri Sep 28 16:15:35 CEST 2001
12 - fixed "print" on a Coro::Handle. The print method worked.
13 - small tweaks (seem to reduce memory consumption a lot)
14 in various modules.
15 - splendid use of "no warnings" scattered throughout.
16 - added Coro::Handle::rbuf, fixed Coro::Handle::fh.
17
180.49 Sun Sep 16 02:42:45 CEST 2001
19 - changed some method calls to function calls for speed
20 inside Coro::Handle.
21 - make Coro::Handle use an array instead of a hash for
22 speed reasons.
23 - IRIX mystery solved: it's SGI's NT, after all: "standard, huh?".
24 sjlj and ucontext should now work.
25 - IRIX-specific port for libcoro.
26 - swapped order of accept results to match IO::Socket.
27 - changed getsock/peername to sock/peername to match IO::Socket.
28 - fixed a bug that caused segfault when returning to main task
29 under some circumstances.
30 - other bugfixes.
31
320.45 Sun Sep 2 02:54:01 CEST 2001
33 - new method Coro::Handle::timeout.
34 - corrected speling of set...name to get...name in Coro::Socket.
35 - Coro::Socket::accept now returns a Coro::Socket, not a Coro::Handle.
36 - Coro::Handle now supports fileno and FILENO.
37 - added eg/myhttpd, a web server.
38 - Coro::Socket now accepts numeric ports as well as "port(number)"
39 syntax.
40 - moved some scheduling primitives into xs code. more to come.
41 - new simple priority system.
42 - implemented Coro::Event using XS, almost four times faster!
43 - small memory corruption problem fixed (boy that was difficult).
44
450.13 Wed Aug 8 16:53:07 CEST 2001
3 - new method Coro::Handle::readline. 46 - new method Coro::Handle::readline.
4 - added eg/lwp. 47 - added eg/lwp and Coro::Handle::autoflush, to make LWP work.
48 (see eg/lwp on how to make LWP non-blocking).
5 - renamed Coro::Socket::new_inet to new. 49 - renamed Coro::Socket::new_inet to new.
50 - added Coro::Util, some utility functions.
51 - die/eval now works better (still get annoying (but true ;)
52 "Callback called exit" messages).
53 - Coro::Handle now supports timeout, and Coro::Socket Timeout.
54 - much better Coro::Socket support.
6 55
70.12 Fri Jul 27 04:19:01 CEST 2001 560.12 Fri Jul 27 04:19:01 CEST 2001
8 - do not use mmap if neither MAP_ANON nor MAP_ANONYMOUS is defined. 57 - do not use mmap if neither MAP_ANON nor MAP_ANONYMOUS is defined.
9 - very experimental stack sharing algorithm. not 100% safe ut 58 - very experimental stack sharing algorithm. not 100% safe but
10 should work well in practise ;) 59 should work well in practise ;)
11 - added Coro::RWLock. 60 - added Coro::RWLock.
12 - Coro::Specific now works. 61 - Coro::Specific now works.
13 62
140.11 Tue Jul 24 22:49:21 CEST 2001 630.11 Tue Jul 24 22:49:21 CEST 2001

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines