commit ce53965b9a3864c772d4423c013ed07b36997ea4 Author: Stelian Ionescu sionescu@common-lisp.net Date: Sun Feb 1 02:15:22 2009 +0100
Add entries about the last bug fixes in the multiplexer.
CHANGES | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
commit ae6922c24f0dc958087eca74020bceebeb208a05 Author: Stelian Ionescu sionescu@common-lisp.net Date: Sun Feb 1 02:07:36 2009 +0100
Fix select() multiplexer: possible fd lossage in RECALC-FD-MASKS.
src/multiplex/backend-select.lisp | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-)
commit e4c7ae934c06776386e23bd66a7cf29f26f9eb21 Author: Stelian Ionescu sionescu@common-lisp.net Date: Sat Jan 31 22:03:29 2009 +0100
Fill poll timeout calculation in EVENT-DISPATCH, minor other fixes.
src/iolib.multiplex.asd | 9 ++++----- src/multiplex/event-loop.lisp | 26 ++++++++++++++++---------- src/multiplex/scheduler.lisp | 4 +++- src/multiplex/time.lisp | 19 ------------------- src/multiplex/timers.lisp | 15 +++++++++++---- src/multiplex/utils.lisp | 6 ------ 6 files changed, 34 insertions(+), 45 deletions(-)
An updated tarball of IOLib's source can be downloaded here: http://common-lisp.net/project/iolib/files/snapshots/iolib-20090131.tar.gz
Gitweb URL: http://repo.or.cz/w/iolib.git