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

Comparing Coro/Changes (file contents):
Revision 1.23 by root, Mon Jul 23 13:15:47 2001 UTC vs.
Revision 1.66 by root, Fri Jan 4 02:42:09 2002 UTC

1Revision history for Perl extension Coro. 1Revision history for Perl extension Coro.
2 2
30.10 3 - removed the reference to pp_entersub, might work on
4 (some) win32 perls now (testsuite works under cygwin,
5 without Event, which freezes).
6
70.531 Mon Dec 10 22:18:44 CET 2001
8 - Fixed a bug in SemaphoreSet::timed_down.
9
100.53 Tue Nov 27 21:11:13 CET 2001
11 - some tests for Event.
12 - slightly different internal architecture to get refcnt into the object
13 and not the reference. might fix a few bugs, certainly did introduce
14 new ones.
15 - Coro::Timer (independent of Event).
16 - new timed_wait functions for Coro::Signal, Semaphore, SemaphoreSet.
17
180.52 Tue Nov 6 21:36:18 CET 2001
19 - ported to cygwin (trivial).
20 patch by Gerrit P. Haase <gp@familiehaase.de>.
21 - small setjmp code fix by Sullivan.DanielJ@epamail.epa.gov.
22
230.51 Thu Nov 1 20:39:01 CET 2001
24 - terminate/cancel now work properly (otherwise termination
25 could cause a "next coroutine is not and contains not..."
26 error.
27 - added Coro::Socket::shutdown.
28 - Coro::Event::loop no is the same as Event::loop.
29 - implemented terminate with args + join.
30
310.5 Fri Sep 28 16:15:35 CEST 2001
32 - fixed "print" on a Coro::Handle. The print method worked.
33 - small tweaks (seem to reduce memory consumption a lot)
34 in various modules.
35 - splendid use of "no warnings" scattered throughout.
36 - added Coro::Handle::rbuf, fixed Coro::Handle::fh.
37
380.49 Sun Sep 16 02:42:45 CEST 2001
39 - changed some method calls to function calls for speed
40 inside Coro::Handle.
41 - make Coro::Handle use an array instead of a hash for
42 speed reasons.
43 - IRIX mystery solved: it's SGI's NT, after all: "standard, huh?".
44 sjlj and ucontext should now work.
45 - IRIX-specific port for libcoro.
46 - swapped order of accept results to match IO::Socket.
47 - changed getsock/peername to sock/peername to match IO::Socket.
48 - fixed a bug that caused segfault when returning to main task
49 under some circumstances.
50 - other bugfixes.
51
520.45 Sun Sep 2 02:54:01 CEST 2001
53 - new method Coro::Handle::timeout.
54 - corrected speling of set...name to get...name in Coro::Socket.
55 - Coro::Socket::accept now returns a Coro::Socket, not a Coro::Handle.
56 - Coro::Handle now supports fileno and FILENO.
57 - added eg/myhttpd, a web server.
58 - Coro::Socket now accepts numeric ports as well as "port(number)"
59 syntax.
60 - moved some scheduling primitives into xs code. more to come.
61 - new simple priority system.
62 - implemented Coro::Event using XS, almost four times faster!
63 - small memory corruption problem fixed (boy that was difficult).
64
650.13 Wed Aug 8 16:53:07 CEST 2001
66 - new method Coro::Handle::readline.
67 - added eg/lwp and Coro::Handle::autoflush, to make LWP work.
68 (see eg/lwp on how to make LWP non-blocking).
69 - renamed Coro::Socket::new_inet to new.
70 - added Coro::Util, some utility functions.
71 - die/eval now works better (still get annoying (but true ;)
72 "Callback called exit" messages).
73 - Coro::Handle now supports timeout, and Coro::Socket Timeout.
74 - much better Coro::Socket support.
75
760.12 Fri Jul 27 04:19:01 CEST 2001
77 - do not use mmap if neither MAP_ANON nor MAP_ANONYMOUS is defined.
78 - very experimental stack sharing algorithm. not 100% safe but
79 should work well in practise ;)
80 - added Coro::RWLock.
81 - Coro::Specific now works.
82
830.11 Tue Jul 24 22:49:21 CEST 2001
84 - added specialized hack for newer and older linux versions (fast).
85 - renamed Coro::Event::IO to Coro::Handle.
86 - new module Coro::Socket.
87
880.1 Tue Jul 24 01:47:53 CEST 2001
4 - release candidate 3. A rather new internal structure :( 89 - release candidate 3. A rather new internal structure :(
90 - the great renaming: Damian Conway gave me a suitable replacement
91 for yield.
5 - added Coro/libcoro, a portable coroutine implementation for C 92 - added Coro/libcoro, a portable coroutine implementation for C
6 (not even perl-dependent!!!), which can be used by Coro::State. 93 (not even perl-dependent!!!), which can be used by Coro::State.
7 - renamed SAVE_DEFSV (on xs-level only) to avoid symbol clash in 94 - renamed SAVE_DEFSV (on xs-level only) to avoid symbol clash in
8 perl-5.6. 95 perl-5.6.
9 - new function Coro::Event::idle. 96 - new function Coro::Event::idle.
13 - canceling events now works in all cases. 100 - canceling events now works in all cases.
14 - Coro state now include $_ and $@. 101 - Coro state now include $_ and $@.
15 - yet another bug workaround that I do not really understand :( 102 - yet another bug workaround that I do not really understand :(
16 - new module Coro::Event::IO (very undocumented) to do 103 - new module Coro::Event::IO (very undocumented) to do
17 non-blocking i/o. 104 non-blocking i/o.
105 - performance tuning.
18 106
190.08 Thu Jul 19 06:13:25 CEST 2001 1070.08 Thu Jul 19 06:13:25 CEST 2001
20 - release candidate 2 (new functionality). 108 - release candidate 2 (new functionality).
21 - add Coro::State::flush function. 109 - add Coro::State::flush function.
22 - transfer now supports a flags value (mostly for speed ATM). 110 - transfer now supports a flags value (mostly for speed ATM).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines