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

Comparing Coro/Changes (file contents):
Revision 1.21 by root, Mon Jul 23 02:14:19 2001 UTC vs.
Revision 1.57 by root, Thu Nov 1 19:40:22 2001 UTC

1Revision history for Perl extension Coro. 1Revision history for Perl extension Coro.
2 2
30.10 30.51 Thu Nov 1 20:39:01 CET 2001
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
46 - new method Coro::Handle::readline.
47 - added eg/lwp and Coro::Handle::autoflush, to make LWP work.
48 (see eg/lwp on how to make LWP non-blocking).
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.
55
560.12 Fri Jul 27 04:19:01 CEST 2001
57 - do not use mmap if neither MAP_ANON nor MAP_ANONYMOUS is defined.
58 - very experimental stack sharing algorithm. not 100% safe but
59 should work well in practise ;)
60 - added Coro::RWLock.
61 - Coro::Specific now works.
62
630.11 Tue Jul 24 22:49:21 CEST 2001
64 - added specialized hack for newer and older linux versions (fast).
65 - renamed Coro::Event::IO to Coro::Handle.
66 - new module Coro::Socket.
67
680.1 Tue Jul 24 01:47:53 CEST 2001
69 - release candidate 3. A rather new internal structure :(
70 - the great renaming: Damian Conway gave me a suitable replacement
71 for yield.
72 - added Coro/libcoro, a portable coroutine implementation for C
73 (not even perl-dependent!!!), which can be used by Coro::State.
4 - renamed SAVE_DEFSV (on xs-level only) to avoid symbol clash in 74 - renamed SAVE_DEFSV (on xs-level only) to avoid symbol clash in
5 perl-5.6. 75 perl-5.6.
6 - new function Coro::Event::idle. 76 - new function Coro::Event::idle.
7 - the idle process is now overriden 77 - the idle process is now overriden
8 by default in Coro::Event. 78 by default in Coro::Event.
9 - Coro::Channel now enforces the size. 79 - Coro::Channel now enforces the size.
10 - canceling events now works in all cases. 80 - canceling events now works in all cases.
11 - Coro state now include $_ and $@. 81 - Coro state now include $_ and $@.
12 - yet another bug workaround that I do not really understand :( 82 - yet another bug workaround that I do not really understand :(
13 - added Coro/libcoro, a portable coroutine implementation for c,
14 which can be used by Coro::State.
15 - new module Coro::Event::IO (very undocumented) to do 83 - new module Coro::Event::IO (very undocumented) to do
16 non-blocking i/o. 84 non-blocking i/o.
85 - performance tuning.
17 86
180.08 Thu Jul 19 06:13:25 CEST 2001 870.08 Thu Jul 19 06:13:25 CEST 2001
19 - release candidate 2 (new functionality). 88 - release candidate 2 (new functionality).
20 - add Coro::State::flush function. 89 - add Coro::State::flush function.
21 - transfer now supports a flags value (mostly for speed ATM). 90 - transfer now supports a flags value (mostly for speed ATM).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines