Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-16 | Fix 64b buildsclisp | Samuel Thibault | |
2013-02-12 | Fix link | Samuel Thibault | |
* libs/Makefile: Do not pass -Wl to gcc. | |||
2008-10-10 | Document the use of unzip, irc and mux translators. | Flavio Cruz | |
2008-09-24 | Update instructions. | Flavio Cruz | |
2008-09-24 | Install zip. | Flavio Cruz | |
2008-09-24 | Add zip translator. | Flavio Cruz | |
2008-09-16 | Create directory for irc translator. | Flavio Cruz | |
--HG-- rename : examples/irc.lisp => irc-translator/irc.lisp rename : examples/irc-translator.asd => irc-translator.asd rename : examples/irc-translator.lisp => irc-translator/irc-translator.lisp | |||
2008-09-16 | Change description and fix components. | Flavio Cruz | |
2008-09-16 | Rename zip translator to unzip. Put it in its own directory. | Flavio Cruz | |
--HG-- rename : examples/zip.lisp => unzip-translator/unzip.lisp rename : examples/zip-translator.lisp => unzip-translator/unzip-translator.lisp rename : examples/zip-translator.asd => unzip-translator.asd | |||
2008-09-16 | Rename TMP. | Flavio Cruz | |
--HG-- rename : examples/run-tmp.lisp => examples/tmp.lisp | |||
2008-09-16 | Rename ZIP. | Flavio Cruz | |
--HG-- rename : examples/zip.lisp => examples/zip-translator.lisp rename : examples/run-zip.lisp => examples/zip.lisp | |||
2008-09-16 | RENAME zero. | Flavio Cruz | |
--HG-- rename : examples/zero.lisp => examples/zero-translator.lisp rename : examples/run-zero.lisp => examples/zero.lisp | |||
2008-09-16 | Rename TMP. | Flavio Cruz | |
--HG-- rename : examples/tmp.lisp => examples/tmp-translator.lisp | |||
2008-09-16 | Rename TEST. | Flavio Cruz | |
--HG-- rename : examples/run-test.lisp => examples/test.lisp rename : examples/test.lisp => examples/test-translator.lisp | |||
2008-09-16 | Rename PROXY. | Flavio Cruz | |
--HG-- rename : examples/proxy.lisp => examples/proxy-translator.lisp rename : examples/run-proxy.lisp => examples/proxy.lisp | |||
2008-09-16 | Rename NULL. | Flavio Cruz | |
--HG-- rename : examples/null.lisp => examples/null-translator.lisp rename : examples/run-null.lisp => examples/null.lisp | |||
2008-09-16 | Rename MUX. | Flavio Cruz | |
--HG-- rename : examples/mux.lisp => examples/mux-translator.lisp rename : examples/run-mux.lisp => examples/mux.lisp | |||
2008-09-16 | Rename MOD. | Flavio Cruz | |
--HG-- rename : examples/run-mod.lisp => examples/mod.lisp rename : examples/mod.lisp => examples/mod-translator.lisp | |||
2008-09-16 | Rename LINK. | Flavio Cruz | |
--HG-- rename : examples/link.lisp => examples/link-translator.lisp rename : examples/run-link.lisp => examples/link.lisp | |||
2008-09-16 | Rename IRC. | Flavio Cruz | |
--HG-- rename : examples/run-irc.lisp => examples/irc.lisp rename : examples/irc.lisp => examples/irc-translator.lisp | |||
2008-09-12 | Include instructions to patch cl-zip. | Flavio Cruz | |
2008-09-12 | Update for write support. | Flavio Cruz | |
2008-09-12 | Include file output.lisp. | Flavio Cruz | |
2008-09-12 | Remove fill-root-node. | Flavio Cruz | |
2008-09-12 | Add write support. | Flavio Cruz | |
2008-09-12 | Return new directory on create-directory. | Flavio Cruz | |
2008-09-12 | Export not-permitted-entries-p. | Flavio Cruz | |
2008-09-12 | Return T when return value is a node. | Flavio Cruz | |
2008-09-12 | Use keyword symbols. | Flavio Cruz | |
2008-09-11 | Implement and export hurd-stream-file-length. | Flavio Cruz | |
2008-09-11 | Use new stream classes and read zip data directly from the underlying port. | Flavio Cruz | |
2008-09-11 | Patch to cl-zip to support other streams. | Flavio Cruz | |
2008-09-05 | Pass argument checking code to run-_.lisp files. | Flavio Cruz | |
2008-09-05 | Add run-mux.lisp | Flavio Cruz | |
2008-09-05 | Export output stream symbols. | Flavio Cruz | |
2008-09-05 | Add hurd-streams to install target. | Flavio Cruz | |
2008-09-05 | Add hurd-output-stream class and implementation. | Flavio Cruz | |
2008-09-05 | Add flags optional argument. | Flavio Cruz | |
2008-09-05 | Move %create-adjustable-array to here. | Flavio Cruz | |
2008-09-05 | Add base stream class: hurd-stream. | Flavio Cruz | |
2008-09-04 | Also return number of bytes read. | Flavio Cruz | |
2008-09-04 | Fix warnings. Use new io-read semantics (two return values). | Flavio Cruz | |
2008-09-04 | Add new class hurd-input-stream. | Flavio Cruz | |
2008-09-04 | Add new hurd-streams system. | Flavio Cruz | |
2008-09-01 | Add README to cl-zip, cl-irc. | Flavio Cruz | |
2008-08-28 | Allow topic changing. | Flavio Cruz | |
2008-08-27 | Also do install target on libs/ and launcher/. | Flavio Cruz | |
2008-08-27 | Add install target. | Flavio Cruz | |
2008-08-21 | Add kick support. s/pvp/pvt. | Flavio Cruz | |
2008-08-21 | Add watch capability. | Flavio Cruz | |