- 27 Jul, 2007 1 commit
-
-
Gary King authored
-
- 13 Jun, 2007 2 commits
- 02 Jun, 2007 1 commit
-
-
Gary King authored
-
- 21 Mar, 2007 1 commit
-
-
Gary King authored
system name and a partial pathname and combines them to return a new pathname _relative_ to the system. This is exported and lightly documented. this patch also updates preference-file-for-system/operation in an effort to prevent it from being confused by *default-pathname-defaults* that include a specific name and type.
-
- 14 Feb, 2007 1 commit
-
-
Gary King authored
rather than (package-name *package*); this keeps case sensitive Lisps happy all the time and keeps case insensitive lisps happily insensitive.
-
- 06 Feb, 2007 1 commit
-
-
Gary King authored
better with *load-truename* and *default-pathname-defaults*; this makes it easier to work with defsystems in the REPL.
-
- 23 Jan, 2007 1 commit
-
-
Gary King authored
-
- 21 Jan, 2007 1 commit
-
-
Gary King authored
-
- 07 Nov, 2006 1 commit
-
-
Christophe Rhodes authored
-
- 21 Aug, 2006 1 commit
-
-
Christophe Rhodes authored
types. It seems regrettably common for system authors, despite the documentation, to place their system in CL-USER, where the user can quite legitimately add symbols. Adjust the lookup code in CLASS-FOR-TYPE to ignore symbols not naming subclasses of ASDF:COMPONENT, and also to try the symbol itself first if it's not a keyword. Also adjust the documentation slightly to make this slightly clearer. Add test files, and make the clisp test-harness work for me.
-
- 06 Jul, 2006 1 commit
-
-
Gary King authored
them so that preferences are found in ~/.asdf/<name-of-system>.lisp by default and are loaded on either a load-op or a load-source-op. Refactored load-op and load-source-op to both be subclasses of basic-load-op to facilitate this. Added test case in test directory. Still need to add to documentation of ASDF and will once I figure out where such a beast truely lives.
-
- 16 Jun, 2006 1 commit
-
-
Gary King authored
-
- 30 May, 2006 1 commit
-
-
Gary King authored
Added &allow-other-keys to operate. Added test/test-force to test that forcing a system works (at least in a simple case).
-
- 14 May, 2006 1 commit
-
-
Nikodemus Siivola authored
-
- 20 Apr, 2006 3 commits
-
-
Christophe Rhodes authored
-
Christophe Rhodes authored
is still subject to filesystem races (say, between probe-file and file-write-date) but they're a lot less likely. Attempt to do the "right" thing if an input file has gone missing.
-
Christophe Rhodes authored
-
- 21 Mar, 2006 1 commit
-
-
Christophe Rhodes authored
* don't create a package with gensym. Instead try creating packages with different names until one succeeds; * delete the scratch package when we're finished with it * if the user has requested a pathname for a component, don't try to construct the default one; it probably won't work.
-
- 01 Feb, 2006 1 commit
-
-
Christophe Rhodes authored
on Windows. No changes outside that specific section.
-
- 16 Dec, 2005 1 commit
-
-
Nikodemus Siivola authored
-
- 07 Dec, 2005 2 commits
- 30 Sep, 2005 1 commit
-
-
Peter Van Eynde authored
-
- 26 Sep, 2005 1 commit
-
-
Peter Van Eynde authored
-
- 02 Jul, 2005 1 commit
-
-
Peter Van Eynde authored
-
- 01 Jul, 2005 1 commit
-
-
Peter Van Eynde authored
-
- 25 May, 2005 2 commits
-
-
Peter Van Eynde authored
-
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
-