- 25 May, 2005 1 commit
-
-
Peter Van Eynde authored
defsystem files. Now works again with McClim. Closes: #310640 * Corrected dependencies.
-
- 18 Aug, 2004 2 commits
-
-
Nikodemus Siivola authored
with the manual.
-
Nikodemus Siivola authored
overwrite the original .texinfo.
-
- 05 Aug, 2004 1 commit
-
-
Kevin Rosenberg authored
-
- 19 Jul, 2004 1 commit
-
-
Christophe Rhodes authored
-
- 16 May, 2004 1 commit
-
-
Daniel Barlow authored
* "ECL cannot externalize packages in compiled files. In other words, compiled files cannot have package objects as literal constants. Things like LOAD-TIME-VALUE, or saving the package name and afterwards looking for the package is all right. This only affects your uses of #.*package* somewhere in the code." * Also an appropriate run-shell-command implementation
-
- 12 May, 2004 1 commit
-
-
Kevin Rosenberg authored
-
- 05 May, 2004 3 commits
-
-
Edi Weitz authored
-
Christophe Rhodes authored
workaround, and the clisp developers have the aim of making asdf work "out of the box" for their 2.34 release -- and I'd hate for them to target the workarounded version rather than the one that's idiomatic.
-
Edi Weitz authored
-
- 12 Mar, 2004 2 commits
-
-
Daniel Barlow authored
Added defpackage/in-package forms to the example defsystem Some non-exhaustive notes on the differences with mk-defsystem
-
http://constantly.at/lisp/Daniel Barlow authored
-
- 30 Dec, 2003 1 commit
-
-
Kevin Rosenberg authored
-
- 21 Dec, 2003 1 commit
-
-
Daniel Barlow authored
-
- 05 Dec, 2003 1 commit
-
-
Kevin Rosenberg authored
-
- 01 Dec, 2003 1 commit
-
-
Daniel Barlow authored
-
- 11 Nov, 2003 2 commits
-
-
Kevin Rosenberg authored
-
Kevin Rosenberg authored
-
- 17 Oct, 2003 1 commit
-
-
Christophe Rhodes authored
deprecation, because (a) I want to undeprecate it; (b) its effect is trivially reimplementable even if it vanishes; (c) it will shortly become the right thing to do in sbcl.
-
- 09 Oct, 2003 2 commits
-
-
Kevin Rosenberg authored
-
Daniel Barlow authored
asdf is saved in a core. When the core is reloaded, the stream is not attached to anything interesting.
-
- 12 Aug, 2003 1 commit
-
-
Kevin Rosenberg authored
-
- 05 Aug, 2003 1 commit
-
-
Kevin Rosenberg authored
-
- 18 Jul, 2003 2 commits
-
-
Kevin Rosenberg authored
-
Kevin Rosenberg authored
-
- 17 Jul, 2003 3 commits
-
-
Kevin Rosenberg authored
-
Kevin Rosenberg authored
-
Christophe Rhodes authored
* make the "warned while..." and "failed while..." arguments go the right way round * use pretty printing (and the FORMATTER trick to keep CLISP happy) Tidy up the RESTARTs * new names, exported (RETRY and ACCEPT) * descriptions of the restarts for the debugger * set COMPONENT-OPERATION-TIMES in the ACCEPT restart
-
- 10 Jul, 2003 2 commits
-
-
Kevin Rosenberg authored
-
Daniel Barlow authored
- Export SYSTEM-* accessors, per Stig Sandø request - Change the CONPONENT-PROPERTY alist to use a #'EQUAL test, per request ditto - Export *ASDF-REVISION* - Export *SYSTEM-DEFINITION-SEARCH-FUNCTIONS*, per request from Christian Ohler
-
- 12 Jun, 2003 1 commit
-
-
Daniel Barlow authored
1. Ensures that filename gets pushed to *temporary-files* even if download bombs. 2. Doesn't try to delete non-existent temp-files, which can now happen due to no 1.
-
- 09 Jun, 2003 2 commits
-
-
Daniel Barlow authored
-
Daniel Barlow authored
-
- 07 Jun, 2003 1 commit
-
-
Kevin Rosenberg authored
-
- 05 Jun, 2003 2 commits
-
-
Daniel Barlow authored
Makes it easier to extract the version if the name has hyphens in it already
-
Daniel Barlow authored
it. If it was useful for anything, it's still in cvs history New function cclan:write-package is a 1.5-stop function to do all the packaging stuff given a cvs repository. (.5? Doesn't do gpg signing on its own, because asdf:run-shell-sommand doesn't work for commands that need input)
-
- 04 Jun, 2003 2 commits
-
-
Daniel Barlow authored
may override the default cclan node, http proxy, or whatever
-
Daniel Barlow authored
rather sbcl-specific. Indirects through :(package ...) links on cliki pages to download locations, which may be on cclan nodes or elsewhere on the net. Requires tar and gpg, but no dependencies on Lisp packages other than what's included in SBCL contrib
-
- 03 Jun, 2003 2 commits
-
-
Daniel Barlow authored
make SBCL require hook a lot quieter, by muffling style-warnings when loading files and turning off asdf verbosity
-
Daniel Barlow authored
Introduce a new :verbose switch to OPERATE (defaults T, specifying NIL turns off all/most non-error output from ASDF)
-