From 066a799956abacdada97a1dd93d5372e6ce69220 Mon Sep 17 00:00:00 2001 From: Thomas Harning Jr Date: Mon, 11 Jun 2007 02:17:23 +0000 Subject: [PATCH] Reformatted changlog --- luaevent/CHANGELOG | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) rewrite luaevent/CHANGELOG (91%) diff --git a/luaevent/CHANGELOG b/luaevent/CHANGELOG dissimilarity index 91% index 58a4931..02d0d81 100644 --- a/luaevent/CHANGELOG +++ b/luaevent/CHANGELOG @@ -1,19 +1,20 @@ -0.1.0 - Revision 6 - 2007-06-10 22:00 EST - Completed mostly working version - * Moved to a mode where addevent calls a callback rather than it being instantiated within. - If the callback returns -1, then no event is ever setup, - Otherwise the integer value is used to setup the event. - This allows for using coroutine.wrap rather than a cooked-up wrapper - * Tests work, although there are a few remaining issues: - * Need to figure a good way of preserving the event object, - not sure if current method is good enough, since the socket - is the only anchor, and it is only held inside the coro.. - circular reference, something that Lua 'handles' well. - * Doing more than the maximum sockets the process is allows - causes strangeness to occur in libevent.. somehow - it is getting around to epoll_add which is causing valgrind - to barf. - * Added cheap protection code for failures in callback handlers - -0.0.0 - Revision 2 - 2007-06-10 12:00 EST - Initial public version, was broken due to self-resume coroutines +====== +0.1.0 - Revision 6 - 2007-06-10 22:00 EST +Completed mostly working version +* Moved to a mode where addevent calls a callback rather than it being instantiated within. + If the callback returns -1, then no event is ever setup, + Otherwise the integer value is used to setup the event. + This allows for using coroutine.wrap rather than a cooked-up wrapper +* Tests work, although there are a few remaining issues: +* Need to figure a good way of preserving the event object, + not sure if current method is good enough, since the socket + is the only anchor, and it is only held inside the coro.. + circular reference, something that Lua 'handles' well. +* Doing more than the maximum sockets the process is allows + causes strangeness to occur in libevent.. somehow + it is getting around to epoll_add which is causing valgrind + to barf. +* Added cheap protection code for failures in callback handlers +====== +0.0.0 - Revision 2 - 2007-06-10 12:00 EST +Initial public version, was broken due to self-resume coroutines -- 2.11.4.GIT