More changes in system definitions, some renames.
commit046077eeceebe41a78be5a114b7b4a3b630c100d
authorStelian Ionescu <sionescu@common-lisp.net>
Sun, 20 Jan 2008 19:12:33 +0000 (20 20:12 +0100)
committerStelian Ionescu <sionescu@common-lisp.net>
Sun, 20 Jan 2008 19:12:33 +0000 (20 20:12 +0100)
treee4af8bd4e93869941be8d518d86ee7ea362cf4a5
parenta5f4edc31944fda15f3e9c9d0514daf4b6861df6
More changes in system definitions, some renames.

Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>
46 files changed:
io.multiplex.asd
io.multiplex/TODO [moved from io-multiplex/TODO with 100% similarity]
io.multiplex/detect.lisp [moved from io-multiplex/detect.lisp with 100% similarity]
io.multiplex/epoll.lisp [moved from io-multiplex/epoll.lisp with 100% similarity]
io.multiplex/event-loop.lisp [moved from io-multiplex/event-loop.lisp with 99% similarity]
io.multiplex/fd-entry.lisp [moved from io-multiplex/fd-entry.lisp with 98% similarity]
io.multiplex/fd-wait.lisp [moved from io-multiplex/fd-wait.lisp with 100% similarity]
io.multiplex/kqueue.lisp [moved from io-multiplex/kqueue.lisp with 100% similarity]
io.multiplex/multiplexer.lisp [moved from io-multiplex/multiplexer.lisp with 100% similarity]
io.multiplex/pkgdcl.lisp [moved from io-multiplex/pkgdcl.lisp with 100% similarity]
io.multiplex/poll.lisp [moved from io-multiplex/poll.lisp with 100% similarity]
io.multiplex/queue.lisp [moved from io-multiplex/queue.lisp with 100% similarity]
io.multiplex/scheduler.lisp [moved from io-multiplex/scheduler.lisp with 100% similarity]
io.multiplex/select.lisp [moved from io-multiplex/select.lisp with 100% similarity]
io.multiplex/time.lisp [moved from io-multiplex/time.lisp with 100% similarity]
io.multiplex/timers.lisp [moved from io-multiplex/timers.lisp with 100% similarity]
io.multiplex/utils.lisp [moved from io-multiplex/utils.lisp with 100% similarity]
io.streams.asd
net.sockets.asd
net.sockets/TODO [moved from sockets/TODO with 100% similarity]
net.sockets/address-predicates.lisp [moved from sockets/address-predicates.lisp with 100% similarity]
net.sockets/address.lisp [moved from sockets/address.lisp with 100% similarity]
net.sockets/base-sockets.lisp [moved from sockets/base-sockets.lisp with 100% similarity]
net.sockets/bsd.lisp [moved from sockets/bsd.lisp with 100% similarity]
net.sockets/common.lisp [moved from sockets/common.lisp with 100% similarity]
net.sockets/conditions.lisp [moved from sockets/conditions.lisp with 100% similarity]
net.sockets/config.lisp [moved from sockets/config.lisp with 100% similarity]
net.sockets/dns/common.lisp [moved from sockets/dns/common.lisp with 100% similarity]
net.sockets/dns/conditions.lisp [moved from sockets/dns/conditions.lisp with 100% similarity]
net.sockets/dns/dynamic-buffer.lisp [moved from sockets/dns/dynamic-buffer.lisp with 100% similarity]
net.sockets/dns/lookup.lisp [moved from sockets/dns/lookup.lisp with 100% similarity]
net.sockets/dns/message.lisp [moved from sockets/dns/message.lisp with 100% similarity]
net.sockets/dns/nameservers.lisp [moved from sockets/dns/nameservers.lisp with 100% similarity]
net.sockets/dns/query.lisp [moved from sockets/dns/query.lisp with 100% similarity]
net.sockets/grovel.lisp [moved from sockets/grovel.lisp with 100% similarity]
net.sockets/iface.lisp [moved from sockets/iface.lisp with 100% similarity]
net.sockets/make-socket.lisp [moved from sockets/make-socket.lisp with 100% similarity]
net.sockets/namedb/etc-files.lisp [moved from sockets/namedb/etc-files.lisp with 100% similarity]
net.sockets/namedb/file-monitor.lisp [moved from sockets/namedb/file-monitor.lisp with 100% similarity]
net.sockets/namedb/hosts.lisp [moved from sockets/namedb/hosts.lisp with 100% similarity]
net.sockets/namedb/protocols.lisp [moved from sockets/namedb/protocols.lisp with 100% similarity]
net.sockets/namedb/services.lisp [moved from sockets/namedb/services.lisp with 100% similarity]
net.sockets/pkgdcl.lisp [moved from sockets/pkgdcl.lisp with 100% similarity]
net.sockets/socket-methods.lisp [moved from sockets/socket-methods.lisp with 100% similarity]
net.sockets/socket-options.lisp [moved from sockets/socket-options.lisp with 100% similarity]
net.sockets/trivial-sockets.lisp [moved from sockets/trivial-sockets.lisp with 100% similarity]