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