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

Comparing Coro/Changes (file contents):
Revision 1.28 by root, Wed Jul 25 04:14:37 2001 UTC vs.
Revision 1.51 by root, Mon Sep 24 01:36:20 2001 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines