Reorganise sources, rename ASDF systems.
commitf4ed634b9fdb27dcec4723455bcf3e8a8a626adf
authorStelian Ionescu <sionescu@common-lisp.net>
Wed, 28 Jan 2009 22:03:26 +0000 (28 23:03 +0100)
committerStelian Ionescu <sionescu@common-lisp.net>
Wed, 28 Jan 2009 22:03:26 +0000 (28 23:03 +0100)
treeb96ace2e4ee7c9ab02661f36d394d5fba6371f3d
parent3a6c2e729838deeecca6a3160470bc5161c306c2
Reorganise sources, rename ASDF systems.
100 files changed:
src/base/conditions.lisp [moved from base/conditions.lisp with 100% similarity]
src/base/debug.lisp [moved from base/debug.lisp with 100% similarity]
src/base/definitions.lisp [moved from base/definitions.lisp with 100% similarity]
src/base/defobsolete.lisp [moved from base/defobsolete.lisp with 100% similarity]
src/base/gray-stream-mixin.lisp [moved from base/gray-stream-mixin.lisp with 100% similarity]
src/base/matching.lisp [moved from base/matching.lisp with 100% similarity]
src/base/pkgdcl.lisp [moved from base/pkgdcl.lisp with 100% similarity]
src/base/reader.lisp [moved from base/reader.lisp with 100% similarity]
src/base/return-star.lisp [moved from base/return-star.lisp with 100% similarity]
src/base/scl-gray-streams.lisp [moved from base/scl-gray-streams.lisp with 100% similarity]
src/base/sequence.lisp [moved from base/sequence.lisp with 100% similarity]
src/base/split-sequence.lisp [moved from base/split-sequence.lisp with 100% similarity]
src/base/time.lisp [moved from base/time.lisp with 100% similarity]
src/base/types.lisp [moved from base/types.lisp with 100% similarity]
src/iolib.asd [moved from iolib.asd with 72% similarity]
src/iolib.base.asd [moved from iolib.base.asd with 91% similarity]
src/iolib.multiplex.asd [moved from io.multiplex.asd with 93% similarity]
src/iolib.pathnames.asd [moved from iolib.pathnames.asd with 67% similarity]
src/iolib.sockets.asd [moved from net.sockets.asd with 95% similarity]
src/iolib.streams.asd [moved from io.streams.asd with 77% similarity]
src/iolib.syscalls.asd [moved from iolib.syscalls.asd with 87% similarity]
src/iolib.trivial-sockets.asd [moved from net.trivial-sockets.asd with 69% similarity]
src/iolib.zeta-streams.asd [moved from io.zeta-streams.asd with 90% similarity]
src/iolib/pkgdcl.lisp [moved from iolib/pkgdcl.lisp with 93% similarity]
src/multiplex/TODO [moved from io.multiplex/TODO with 100% similarity]
src/multiplex/backend-epoll.lisp [moved from io.multiplex/backend-epoll.lisp with 99% similarity]
src/multiplex/backend-kqueue.lisp [moved from io.multiplex/backend-kqueue.lisp with 99% similarity]
src/multiplex/backend-poll.lisp [moved from io.multiplex/backend-poll.lisp with 99% similarity]
src/multiplex/backend-select.lisp [moved from io.multiplex/backend-select.lisp with 99% similarity]
src/multiplex/detect.lisp [moved from io.multiplex/detect.lisp with 89% similarity]
src/multiplex/event-loop.lisp [moved from io.multiplex/event-loop.lisp with 99% similarity]
src/multiplex/fd-entry.lisp [moved from io.multiplex/fd-entry.lisp with 97% similarity]
src/multiplex/fd-wait.lisp [moved from io.multiplex/fd-wait.lisp with 99% similarity]
src/multiplex/multiplexer.lisp [moved from io.multiplex/multiplexer.lisp with 98% similarity]
src/multiplex/pkgdcl.lisp [moved from io.multiplex/pkgdcl.lisp with 96% similarity]
src/multiplex/queue.lisp [moved from io.multiplex/queue.lisp with 99% similarity]
src/multiplex/scheduler.lisp [moved from io.multiplex/scheduler.lisp with 99% similarity]
src/multiplex/time.lisp [moved from io.multiplex/time.lisp with 94% similarity]
src/multiplex/timers.lisp [moved from io.multiplex/timers.lisp with 98% similarity]
src/multiplex/utils.lisp [moved from io.multiplex/utils.lisp with 96% similarity]
src/pathnames/file-path-unix.lisp [moved from pathnames/file-path-unix.lisp with 100% similarity]
src/pathnames/file-path.lisp [moved from pathnames/file-path.lisp with 100% similarity]
src/pathnames/pkgdcl.lisp [moved from pathnames/pkgdcl.lisp with 100% similarity]
src/sockets/TODO [moved from net.sockets/TODO with 100% similarity]
src/sockets/address-arithmetic.lisp [moved from net.sockets/address-arithmetic.lisp with 99% similarity]
src/sockets/address-predicates.lisp [moved from net.sockets/address-predicates.lisp with 99% similarity]
src/sockets/address.lisp [moved from net.sockets/address.lisp with 99% similarity]
src/sockets/base-sockets.lisp [moved from net.sockets/base-sockets.lisp with 99% similarity]
src/sockets/bsd.lisp [moved from net.sockets/bsd.lisp with 99% similarity]
src/sockets/common.lisp [moved from net.sockets/common.lisp with 99% similarity]
src/sockets/conditions.lisp [moved from net.sockets/conditions.lisp with 99% similarity]
src/sockets/config.lisp [moved from net.sockets/config.lisp with 97% similarity]
src/sockets/dns/common.lisp [moved from net.sockets/dns/common.lisp with 97% similarity]
src/sockets/dns/conditions.lisp [moved from net.sockets/dns/conditions.lisp with 97% similarity]
src/sockets/dns/dynamic-buffer.lisp [moved from net.sockets/dns/dynamic-buffer.lisp with 99% similarity]
src/sockets/dns/lookup.lisp [moved from net.sockets/dns/lookup.lisp with 99% similarity]
src/sockets/dns/message.lisp [moved from net.sockets/dns/message.lisp with 99% similarity]
src/sockets/dns/nameservers.lisp [moved from net.sockets/dns/nameservers.lisp with 98% similarity]
src/sockets/dns/query.lisp [moved from net.sockets/dns/query.lisp with 99% similarity]
src/sockets/grovel.lisp [moved from net.sockets/grovel.lisp with 99% similarity]
src/sockets/iface.lisp [moved from net.sockets/iface.lisp with 98% similarity]
src/sockets/make-socket.lisp [moved from net.sockets/make-socket.lisp with 99% similarity]
src/sockets/namedb/etc-files.lisp [moved from net.sockets/namedb/etc-files.lisp with 96% similarity]
src/sockets/namedb/file-monitor.lisp [moved from net.sockets/namedb/file-monitor.lisp with 98% similarity]
src/sockets/namedb/hosts.lisp [moved from net.sockets/namedb/hosts.lisp with 99% similarity]
src/sockets/namedb/protocols.lisp [moved from net.sockets/namedb/protocols.lisp with 99% similarity]
src/sockets/namedb/services.lisp [moved from net.sockets/namedb/services.lisp with 99% similarity]
src/sockets/pkgdcl.lisp [moved from net.sockets/pkgdcl.lisp with 97% similarity]
src/sockets/socket-methods.lisp [moved from net.sockets/socket-methods.lisp with 99% similarity]
src/sockets/socket-options.lisp [moved from net.sockets/socket-options.lisp with 99% similarity]
src/sockets/trivial-sockets.lisp [moved from net.sockets/trivial-sockets.lisp with 83% similarity]
src/sockets/wrappers.lisp [moved from net.sockets/wrappers.lisp with 96% similarity]
src/streams/.gitignore [moved from io.streams/.gitignore with 100% similarity]
src/streams/gray/TODO [moved from io.streams/gray/TODO with 100% similarity]
src/streams/gray/buffer.lisp [moved from io.streams/gray/buffer.lisp with 99% similarity]
src/streams/gray/classes.lisp [moved from io.streams/gray/classes.lisp with 99% similarity]
src/streams/gray/conditions.lisp [moved from io.streams/gray/conditions.lisp with 93% similarity]
src/streams/gray/fd-mixin.lisp [moved from io.streams/gray/fd-mixin.lisp with 98% similarity]
src/streams/gray/gray-stream-methods.lisp [moved from io.streams/gray/gray-stream-methods.lisp with 99% similarity]
src/streams/gray/pkgdcl.lisp [moved from io.streams/gray/pkgdcl.lisp with 96% similarity]
src/streams/zeta/conditions.lisp [moved from io.streams/zeta/conditions.lisp with 97% similarity]
src/streams/zeta/device.lisp [moved from io.streams/zeta/device.lisp with 99% similarity]
src/streams/zeta/ffi-functions-unix.lisp [moved from io.streams/zeta/ffi-functions-unix.lisp with 99% similarity]
src/streams/zeta/file-unix.lisp [moved from io.streams/zeta/file-unix.lisp with 99% similarity]
src/streams/zeta/iobuf.lisp [moved from io.streams/zeta/iobuf.lisp with 99% similarity]
src/streams/zeta/pkgdcl.lisp [moved from io.streams/zeta/pkgdcl.lisp with 86% similarity]
src/streams/zeta/stream.lisp [moved from io.streams/zeta/stream.lisp with 99% similarity]
src/streams/zeta/types.lisp [moved from io.streams/zeta/types.lisp with 98% similarity]
src/syscalls/conditions.lisp [moved from syscalls/conditions.lisp with 100% similarity]
src/syscalls/designators.lisp [moved from syscalls/designators.lisp with 100% similarity]
src/syscalls/early.lisp [moved from syscalls/early.lisp with 100% similarity]
src/syscalls/ffi-functions-unix.lisp [moved from syscalls/ffi-functions-unix.lisp with 100% similarity]
src/syscalls/ffi-types-unix.lisp [moved from syscalls/ffi-types-unix.lisp with 100% similarity]
src/syscalls/ffi-wrappers-unix.lisp [moved from syscalls/ffi-wrappers-unix.lisp with 100% similarity]
src/syscalls/os-conditions-unix.lisp [moved from syscalls/os-conditions-unix.lisp with 100% similarity]
src/syscalls/pkgdcl.lisp [moved from syscalls/pkgdcl.lisp with 100% similarity]
tests/events.lisp
tests/iolib-tests.asd [moved from iolib-tests.asd with 87% similarity]
tests/sockets.lisp
tests/streams.lisp