Add stolen TLBW dependencies
authorLucian Mogosanu <lucian.mogosanu@gmail.com>
Sun, 23 Apr 2017 14:31:21 +0000 (17:31 +0300)
committerLucian Mogosanu <lucian.mogosanu@gmail.com>
Sun, 23 Apr 2017 14:31:21 +0000 (17:31 +0300)
commit23532e2e8a020e84993ebc1a3898383b31cbbb31
treec7c757fc6501344486ab1806f5f2f5b131092811
parentd9f519510f2b4ce31979de28f08fe45026d03c58
Add stolen TLBW dependencies

This is huge commit, but alas, couldn't really do without it.
300 files changed:
stolen/alexandria/.boring [new file with mode: 0644]
stolen/alexandria/.gitignore [new file with mode: 0644]
stolen/alexandria/AUTHORS [new file with mode: 0644]
stolen/alexandria/LICENCE [new file with mode: 0644]
stolen/alexandria/README [new file with mode: 0644]
stolen/alexandria/alexandria-tests.asd [new file with mode: 0644]
stolen/alexandria/alexandria.asd [new file with mode: 0644]
stolen/alexandria/arrays.lisp [new file with mode: 0644]
stolen/alexandria/binding.lisp [new file with mode: 0644]
stolen/alexandria/conditions.lisp [new file with mode: 0644]
stolen/alexandria/control-flow.lisp [new file with mode: 0644]
stolen/alexandria/definitions.lisp [new file with mode: 0644]
stolen/alexandria/doc/.gitignore [new file with mode: 0644]
stolen/alexandria/doc/Makefile [new file with mode: 0644]
stolen/alexandria/doc/alexandria.texinfo [new file with mode: 0644]
stolen/alexandria/doc/docstrings.lisp [new file with mode: 0644]
stolen/alexandria/features.lisp [new file with mode: 0644]
stolen/alexandria/functions.lisp [new file with mode: 0644]
stolen/alexandria/hash-tables.lisp [new file with mode: 0644]
stolen/alexandria/io.lisp [new file with mode: 0644]
stolen/alexandria/lists.lisp [new file with mode: 0644]
stolen/alexandria/macros.lisp [new file with mode: 0644]
stolen/alexandria/numbers.lisp [new file with mode: 0644]
stolen/alexandria/package.lisp [new file with mode: 0644]
stolen/alexandria/sequences.lisp [new file with mode: 0644]
stolen/alexandria/strings.lisp [new file with mode: 0644]
stolen/alexandria/symbols.lisp [new file with mode: 0644]
stolen/alexandria/tests.lisp [new file with mode: 0644]
stolen/alexandria/types.lisp [new file with mode: 0644]
stolen/anaphora/LICENSE [new file with mode: 0644]
stolen/anaphora/anaphora.asd [new file with mode: 0644]
stolen/anaphora/anaphora.lisp [new file with mode: 0644]
stolen/anaphora/early.lisp [new file with mode: 0644]
stolen/anaphora/packages.lisp [new file with mode: 0644]
stolen/anaphora/symbolic.lisp [new file with mode: 0644]
stolen/anaphora/tests.lisp [new file with mode: 0644]
stolen/bordeaux-threads/.travis.yml [new file with mode: 0644]
stolen/bordeaux-threads/CONTRIBUTORS [new file with mode: 0644]
stolen/bordeaux-threads/LICENSE [new file with mode: 0644]
stolen/bordeaux-threads/README [new file with mode: 0644]
stolen/bordeaux-threads/bordeaux-threads.asd [new file with mode: 0644]
stolen/bordeaux-threads/src/bordeaux-threads.lisp [new file with mode: 0644]
stolen/bordeaux-threads/src/condition-variables.lisp [new file with mode: 0644]
stolen/bordeaux-threads/src/default-implementations.lisp [new file with mode: 0644]
stolen/bordeaux-threads/src/impl-abcl.lisp [new file with mode: 0644]
stolen/bordeaux-threads/src/impl-allegro.lisp [new file with mode: 0644]
stolen/bordeaux-threads/src/impl-clisp.lisp [new file with mode: 0644]
stolen/bordeaux-threads/src/impl-clozure.lisp [new file with mode: 0644]
stolen/bordeaux-threads/src/impl-cmucl.lisp [new file with mode: 0644]
stolen/bordeaux-threads/src/impl-corman.lisp [new file with mode: 0644]
stolen/bordeaux-threads/src/impl-ecl.lisp [new file with mode: 0644]
stolen/bordeaux-threads/src/impl-lispworks-condition-variables.lisp [new file with mode: 0644]
stolen/bordeaux-threads/src/impl-lispworks.lisp [new file with mode: 0644]
stolen/bordeaux-threads/src/impl-mcl.lisp [new file with mode: 0644]
stolen/bordeaux-threads/src/impl-mkcl.lisp [new file with mode: 0644]
stolen/bordeaux-threads/src/impl-null.lisp [new file with mode: 0644]
stolen/bordeaux-threads/src/impl-sbcl.lisp [new file with mode: 0644]
stolen/bordeaux-threads/src/impl-scl.lisp [new file with mode: 0644]
stolen/bordeaux-threads/src/pkgdcl.lisp [new file with mode: 0644]
stolen/bordeaux-threads/test/bordeaux-threads-test.lisp [new file with mode: 0644]
stolen/bordeaux-threads/version.sexp [new file with mode: 0644]
stolen/cl-fad/CHANGELOG [new file with mode: 0644]
stolen/cl-fad/LICENSE [new file with mode: 0644]
stolen/cl-fad/README [new file with mode: 0644]
stolen/cl-fad/cl-fad.asd [new file with mode: 0644]
stolen/cl-fad/cl-fad.system [new file with mode: 0644]
stolen/cl-fad/corman.lisp [new file with mode: 0644]
stolen/cl-fad/doc/index.html [new file with mode: 0644]
stolen/cl-fad/fad.lisp [new file with mode: 0644]
stolen/cl-fad/fad.test.lisp [new file with mode: 0644]
stolen/cl-fad/load.lisp [new file with mode: 0644]
stolen/cl-fad/openmcl.lisp [new file with mode: 0644]
stolen/cl-fad/packages.lisp [new file with mode: 0644]
stolen/cl-fad/packages.test.lisp [new file with mode: 0644]
stolen/cl-fad/path.lisp [new file with mode: 0644]
stolen/cl-fad/temporary-files.lisp [new file with mode: 0644]
stolen/cl-fad/temporary-files.test.lisp [new file with mode: 0644]
stolen/cl-http-server/.gitignore [new file with mode: 0644]
stolen/cl-http-server/CHANGELOG [new file with mode: 0644]
stolen/cl-http-server/README [new file with mode: 0644]
stolen/cl-http-server/cl-http-server-tests.asd [new file with mode: 0644]
stolen/cl-http-server/cl-http-server.asd [new file with mode: 0644]
stolen/cl-http-server/examples/test.lisp [new file with mode: 0644]
stolen/cl-http-server/src/package.lisp [new file with mode: 0644]
stolen/cl-http-server/src/server.lisp [new file with mode: 0644]
stolen/cl-http-server/src/specials.lisp [new file with mode: 0644]
stolen/cl-http-server/src/util.lisp [new file with mode: 0644]
stolen/cl-http-server/tests/package.lisp [new file with mode: 0644]
stolen/cl-http-server/tests/public/test [new file with mode: 0644]
stolen/cl-http-server/tests/public/test.css [new file with mode: 0644]
stolen/cl-http-server/tests/public/test.gif [new file with mode: 0644]
stolen/cl-http-server/tests/public/test.html [new file with mode: 0644]
stolen/cl-http-server/tests/public/test.ico [new file with mode: 0644]
stolen/cl-http-server/tests/public/test.jpeg [new file with mode: 0644]
stolen/cl-http-server/tests/public/test.js [new file with mode: 0644]
stolen/cl-http-server/tests/public/test.png [new file with mode: 0644]
stolen/cl-http-server/tests/public/test.txt [new file with mode: 0644]
stolen/cl-http-server/tests/public/test.zip [new file with mode: 0644]
stolen/cl-http-server/tests/run.lisp [new file with mode: 0644]
stolen/cl-http-server/tests/server.lisp [new file with mode: 0644]
stolen/cl-http-server/tests/specials.lisp [new file with mode: 0644]
stolen/cl-http-server/tests/util.lisp [new file with mode: 0644]
stolen/flexi-streams/CHANGELOG [new file with mode: 0644]
stolen/flexi-streams/ascii.lisp [new file with mode: 0644]
stolen/flexi-streams/code-pages.lisp [new file with mode: 0644]
stolen/flexi-streams/conditions.lisp [new file with mode: 0644]
stolen/flexi-streams/decode.lisp [new file with mode: 0644]
stolen/flexi-streams/doc/foo.txt [new file with mode: 0644]
stolen/flexi-streams/doc/index.html [new file with mode: 0644]
stolen/flexi-streams/encode.lisp [new file with mode: 0644]
stolen/flexi-streams/external-format.lisp [new file with mode: 0644]
stolen/flexi-streams/flexi-streams.asd [new file with mode: 0644]
stolen/flexi-streams/in-memory.lisp [new file with mode: 0644]
stolen/flexi-streams/input.lisp [new file with mode: 0644]
stolen/flexi-streams/io.lisp [new file with mode: 0644]
stolen/flexi-streams/iso-8859.lisp [new file with mode: 0644]
stolen/flexi-streams/koi8-r.lisp [new file with mode: 0644]
stolen/flexi-streams/length.lisp [new file with mode: 0644]
stolen/flexi-streams/lw-char-stream.lisp [new file with mode: 0644]
stolen/flexi-streams/mapping.lisp [new file with mode: 0644]
stolen/flexi-streams/output.lisp [new file with mode: 0644]
stolen/flexi-streams/packages.lisp [new file with mode: 0644]
stolen/flexi-streams/specials.lisp [new file with mode: 0644]
stolen/flexi-streams/stream.lisp [new file with mode: 0644]
stolen/flexi-streams/strings.lisp [new file with mode: 0644]
stolen/flexi-streams/test/README [new file with mode: 0644]
stolen/flexi-streams/test/hebrew_latin8_cr.txt [new file with mode: 0644]
stolen/flexi-streams/test/hebrew_latin8_crlf.txt [new file with mode: 0644]
stolen/flexi-streams/test/hebrew_latin8_lf.txt [new file with mode: 0644]
stolen/flexi-streams/test/hebrew_utf8_cr.txt [new file with mode: 0644]
stolen/flexi-streams/test/hebrew_utf8_crlf.txt [new file with mode: 0644]
stolen/flexi-streams/test/hebrew_utf8_lf.txt [new file with mode: 0644]
stolen/flexi-streams/test/kafka_cp1252_cr.txt [new file with mode: 0644]
stolen/flexi-streams/test/kafka_cp1252_crlf.txt [new file with mode: 0644]
stolen/flexi-streams/test/kafka_cp1252_lf.txt [new file with mode: 0644]
stolen/flexi-streams/test/kafka_latin1_cr.txt [new file with mode: 0644]
stolen/flexi-streams/test/kafka_latin1_crlf.txt [new file with mode: 0644]
stolen/flexi-streams/test/kafka_latin1_lf.txt [new file with mode: 0644]
stolen/flexi-streams/test/kafka_utf8_cr.txt [new file with mode: 0644]
stolen/flexi-streams/test/kafka_utf8_crlf.txt [new file with mode: 0644]
stolen/flexi-streams/test/kafka_utf8_lf.txt [new file with mode: 0644]
stolen/flexi-streams/test/packages.lisp [new file with mode: 0644]
stolen/flexi-streams/test/russian_koi8r_cr.txt [new file with mode: 0644]
stolen/flexi-streams/test/russian_koi8r_crlf.txt [new file with mode: 0644]
stolen/flexi-streams/test/russian_koi8r_lf.txt [new file with mode: 0644]
stolen/flexi-streams/test/russian_utf8_cr.txt [new file with mode: 0644]
stolen/flexi-streams/test/russian_utf8_crlf.txt [new file with mode: 0644]
stolen/flexi-streams/test/russian_utf8_lf.txt [new file with mode: 0644]
stolen/flexi-streams/test/test.lisp [new file with mode: 0644]
stolen/flexi-streams/test/tilton_ascii_cr.txt [new file with mode: 0644]
stolen/flexi-streams/test/tilton_ascii_crlf.txt [new file with mode: 0644]
stolen/flexi-streams/test/tilton_ascii_lf.txt [new file with mode: 0644]
stolen/flexi-streams/test/tilton_utf8_cr.txt [new file with mode: 0644]
stolen/flexi-streams/test/tilton_utf8_crlf.txt [new file with mode: 0644]
stolen/flexi-streams/test/tilton_utf8_lf.txt [new file with mode: 0644]
stolen/flexi-streams/test/unicode_demo_ucs2_cr_be.txt [new file with mode: 0644]
stolen/flexi-streams/test/unicode_demo_ucs2_cr_le.txt [new file with mode: 0644]
stolen/flexi-streams/test/unicode_demo_ucs2_crlf_be.txt [new file with mode: 0644]
stolen/flexi-streams/test/unicode_demo_ucs2_crlf_le.txt [new file with mode: 0644]
stolen/flexi-streams/test/unicode_demo_ucs2_lf_be.txt [new file with mode: 0644]
stolen/flexi-streams/test/unicode_demo_ucs2_lf_le.txt [new file with mode: 0644]
stolen/flexi-streams/test/unicode_demo_ucs4_cr_be.txt [new file with mode: 0644]
stolen/flexi-streams/test/unicode_demo_ucs4_cr_le.txt [new file with mode: 0644]
stolen/flexi-streams/test/unicode_demo_ucs4_crlf_be.txt [new file with mode: 0644]
stolen/flexi-streams/test/unicode_demo_ucs4_crlf_le.txt [new file with mode: 0644]
stolen/flexi-streams/test/unicode_demo_ucs4_lf_be.txt [new file with mode: 0644]
stolen/flexi-streams/test/unicode_demo_ucs4_lf_le.txt [new file with mode: 0644]
stolen/flexi-streams/test/unicode_demo_utf8_cr.txt [new file with mode: 0644]
stolen/flexi-streams/test/unicode_demo_utf8_crlf.txt [new file with mode: 0644]
stolen/flexi-streams/test/unicode_demo_utf8_lf.txt [new file with mode: 0644]
stolen/flexi-streams/util.lisp [new file with mode: 0644]
stolen/my-util/.gitignore [new file with mode: 0644]
stolen/my-util/CHANGELOG [new file with mode: 0644]
stolen/my-util/my-util-tests.asd [new file with mode: 0644]
stolen/my-util/my-util.asd [new file with mode: 0644]
stolen/my-util/src/my-util.lisp [new file with mode: 0644]
stolen/my-util/src/package.lisp [new file with mode: 0644]
stolen/my-util/tests/my-util.lisp [new file with mode: 0644]
stolen/my-util/tests/run.lisp [new file with mode: 0644]
stolen/rfc2388-binary/rfc/rfc2045.txt [new file with mode: 0644]
stolen/rfc2388-binary/rfc/rfc2046.txt [new file with mode: 0644]
stolen/rfc2388-binary/rfc/rfc2047.txt [new file with mode: 0644]
stolen/rfc2388-binary/rfc/rfc2049.txt [new file with mode: 0644]
stolen/rfc2388-binary/rfc/rfc2231.txt [new file with mode: 0644]
stolen/rfc2388-binary/rfc/rfc2388.txt [new file with mode: 0644]
stolen/rfc2388-binary/rfc2388-binary.asd [new file with mode: 0644]
stolen/rfc2388-binary/source/api.lisp [new file with mode: 0644]
stolen/rfc2388-binary/source/packages.lisp [new file with mode: 0644]
stolen/rfc2388-binary/source/parsing.lisp [new file with mode: 0644]
stolen/rfc2388-binary/source/utils.lisp [new file with mode: 0644]
stolen/rfc2388-binary/test/data/header1 [new file with mode: 0644]
stolen/rfc2388-binary/test/data/mime1 [new file with mode: 0644]
stolen/rfc2388-binary/test/data/mime10 [new file with mode: 0644]
stolen/rfc2388-binary/test/data/mime11 [new file with mode: 0644]
stolen/rfc2388-binary/test/data/mime2 [new file with mode: 0644]
stolen/rfc2388-binary/test/data/mime3 [new file with mode: 0644]
stolen/rfc2388-binary/test/data/mime4 [new file with mode: 0644]
stolen/rfc2388-binary/test/data/mime5 [new file with mode: 0644]
stolen/rfc2388-binary/test/data/mime6 [new file with mode: 0644]
stolen/rfc2388-binary/test/data/mime7 [new file with mode: 0644]
stolen/rfc2388-binary/test/data/mime8 [new file with mode: 0644]
stolen/rfc2388-binary/test/packages.lisp [new file with mode: 0644]
stolen/rfc2388-binary/test/test.lisp [new file with mode: 0644]
stolen/split-sequence/README.md [new file with mode: 0644]
stolen/split-sequence/split-sequence.asd [new file with mode: 0644]
stolen/split-sequence/split-sequence.lisp [new file with mode: 0644]
stolen/split-sequence/tests.lisp [new file with mode: 0644]
stolen/split-sequence/version.sexp [new file with mode: 0644]
stolen/trivial-gray-streams/COPYING [new file with mode: 0644]
stolen/trivial-gray-streams/Makefile [new file with mode: 0644]
stolen/trivial-gray-streams/README [new file with mode: 0644]
stolen/trivial-gray-streams/build.xcvb [new file with mode: 0644]
stolen/trivial-gray-streams/package.lisp [new file with mode: 0644]
stolen/trivial-gray-streams/streams.lisp [new file with mode: 0644]
stolen/trivial-gray-streams/test/package.lisp [new file with mode: 0644]
stolen/trivial-gray-streams/test/run-on-many-lisps.lisp [new file with mode: 0644]
stolen/trivial-gray-streams/test/test-framework.lisp [new file with mode: 0644]
stolen/trivial-gray-streams/test/test.lisp [new file with mode: 0644]
stolen/trivial-gray-streams/trivial-gray-streams-test.asd [new file with mode: 0644]
stolen/trivial-gray-streams/trivial-gray-streams.asd [new file with mode: 0644]
stolen/trivial-shell/.boring [new file with mode: 0644]
stolen/trivial-shell/.gitignore [new file with mode: 0644]
stolen/trivial-shell/COPYING [new file with mode: 0644]
stolen/trivial-shell/dev/abcl.lisp [new file with mode: 0644]
stolen/trivial-shell/dev/allegro.lisp [new file with mode: 0644]
stolen/trivial-shell/dev/clisp.lisp [new file with mode: 0644]
stolen/trivial-shell/dev/cmucl.lisp [new file with mode: 0644]
stolen/trivial-shell/dev/definitions.lisp [new file with mode: 0644]
stolen/trivial-shell/dev/digitool.lisp [new file with mode: 0644]
stolen/trivial-shell/dev/ecl.lisp [new file with mode: 0644]
stolen/trivial-shell/dev/lispworks.lisp [new file with mode: 0644]
stolen/trivial-shell/dev/macros.lisp [new file with mode: 0644]
stolen/trivial-shell/dev/mcl/eval-apple-script.lisp [new file with mode: 0644]
stolen/trivial-shell/dev/notes.text [new file with mode: 0644]
stolen/trivial-shell/dev/openmcl.lisp [new file with mode: 0644]
stolen/trivial-shell/dev/package.lisp [new file with mode: 0644]
stolen/trivial-shell/dev/sbcl.lisp [new file with mode: 0644]
stolen/trivial-shell/dev/scl.lisp [new file with mode: 0644]
stolen/trivial-shell/dev/shell.lisp [new file with mode: 0644]
stolen/trivial-shell/dev/unsupported.lisp [new file with mode: 0644]
stolen/trivial-shell/dev/utilities.lisp [new file with mode: 0644]
stolen/trivial-shell/lift-standard.config [new file with mode: 0644]
stolen/trivial-shell/tests/a b c.sh [new file with mode: 0755]
stolen/trivial-shell/tests/package.lisp [new file with mode: 0644]
stolen/trivial-shell/tests/test-timeout.lisp [new file with mode: 0644]
stolen/trivial-shell/tests/tests.lisp [new file with mode: 0644]
stolen/trivial-shell/timeout/package.lisp [new file with mode: 0644]
stolen/trivial-shell/timeout/with-timeout.lisp [new file with mode: 0644]
stolen/trivial-shell/trivial-shell-test.asd [new file with mode: 0644]
stolen/trivial-shell/trivial-shell.asd [new file with mode: 0644]
stolen/trivial-shell/website/source/graveyard/index.lml [new file with mode: 0644]
stolen/trivial-shell/website/source/index.mmd [new file with mode: 0644]
stolen/trivial-shell/website/source/resources/footer.md [new file with mode: 0644]
stolen/trivial-shell/website/source/resources/header.md [new file with mode: 0644]
stolen/trivial-shell/website/source/user-guide.mmd [new file with mode: 0644]
stolen/trivial-shell/website/website.tmproj [new file with mode: 0644]
stolen/usocket/CHANGES [new file with mode: 0644]
stolen/usocket/LICENSE [new file with mode: 0644]
stolen/usocket/README.md [new file with mode: 0644]
stolen/usocket/TODO [new file with mode: 0644]
stolen/usocket/backend/abcl.lisp [new file with mode: 0644]
stolen/usocket/backend/allegro.lisp [new file with mode: 0644]
stolen/usocket/backend/clisp.lisp [new file with mode: 0644]
stolen/usocket/backend/clozure.lisp [new file with mode: 0644]
stolen/usocket/backend/cmucl.lisp [new file with mode: 0644]
stolen/usocket/backend/ecl.lisp [new file with mode: 0644]
stolen/usocket/backend/lispworks.lisp [new file with mode: 0644]
stolen/usocket/backend/mcl.lisp [new file with mode: 0644]
stolen/usocket/backend/mocl.lisp [new file with mode: 0644]
stolen/usocket/backend/openmcl.lisp [new file with mode: 0644]
stolen/usocket/backend/sbcl.lisp [new file with mode: 0644]
stolen/usocket/backend/scl.lisp [new file with mode: 0644]
stolen/usocket/condition.lisp [new file with mode: 0644]
stolen/usocket/doc/backends.txt [new file with mode: 0644]
stolen/usocket/doc/design.txt [new file with mode: 0644]
stolen/usocket/notes/abcl-socket.txt [new file with mode: 0644]
stolen/usocket/notes/active-sockets-apis.txt [new file with mode: 0644]
stolen/usocket/notes/address-apis.txt [new file with mode: 0644]
stolen/usocket/notes/allegro-socket.txt [new file with mode: 0644]
stolen/usocket/notes/clisp-sockets.txt [new file with mode: 0644]
stolen/usocket/notes/cmucl-sockets.txt [new file with mode: 0644]
stolen/usocket/notes/errors.txt [new file with mode: 0644]
stolen/usocket/notes/lw-sockets.txt [new file with mode: 0644]
stolen/usocket/notes/openmcl-sockets.txt [new file with mode: 0644]
stolen/usocket/notes/sb-bsd-sockets.txt [new file with mode: 0644]
stolen/usocket/notes/usock-sockets.txt [new file with mode: 0644]
stolen/usocket/option.lisp [new file with mode: 0644]
stolen/usocket/package.lisp [new file with mode: 0644]
stolen/usocket/server.lisp [new file with mode: 0644]
stolen/usocket/test/package.lisp [new file with mode: 0644]
stolen/usocket/test/test-condition.lisp [new file with mode: 0644]
stolen/usocket/test/test-datagram.lisp [new file with mode: 0644]
stolen/usocket/test/test-usocket.lisp [new file with mode: 0644]
stolen/usocket/test/wait-for-input.lisp [new file with mode: 0644]
stolen/usocket/usocket-server.asd [new file with mode: 0644]
stolen/usocket/usocket-test.asd [new file with mode: 0644]
stolen/usocket/usocket.asd [new file with mode: 0644]
stolen/usocket/usocket.lisp [new file with mode: 0644]
stolen/usocket/vendor/OpenTransportUDP.lisp [new file with mode: 0644]
stolen/usocket/vendor/kqueue.lisp [new file with mode: 0644]