[initial import from cvs tril@tunes.org**20070825173450] [convert .cvsignore to darcs boring file tril@tunes.org**20070825173626] [rename-addr-module-to-type tril@tunes.org**20071202181329 Renamed addr.nw to type.nw for clarity; this module primarily defines the type system, of which addresses are a part. ] [rename-lsp-to-lisp tril@tunes.org**20071202185852 Change file extension from .lsp to .lisp for compatibility with SBCL. While using (load "file") will work with a .lsp or .lisp extension in CLISP and CMUCL, SBCL only checks for .lisp. ] [fix-type-class tril@tunes.org**20071202204017 Fixed source and sink classes to inherit from max-type instead of lisp's TYPE ] [no-manual-loading tril@tunes.org**20071202204700 Preparing for ASDF: Remove all LOAD calls Add (use-package max) to the top of every .lisp file ] [remove-tests tril@tunes.org**20071208215137 Move tests out into separate files in tests/ directory. Tests in tests/ are not runnable yet. Use keywords for some IN-PACKAGE calls. ] [add-max-asdf tril@tunes.org**20071208215728 Finally, the ASDF system definition ] [rename-xptest-in-readme tril@tunes.org**20071208220030] [add-xptest-asd tril@tunes.org**20071208220057 We have our own modified version of XPTEST, which needs an ASDF system, too. ] [comment-asd tril@tunes.org**20071208223905]