- Oct 26, 2009
-
-
Robert P. Goldman authored
Added a cross-reference from the chapter on using ASDF to the discussion of ASDF-binary-locations.
-
Robert P. Goldman authored
The original manual documented predefined operations test-system-version and feature-dependent-op. These operation classes do not appear in the current version of asdf.lisp, so I have excised them from the manual.
-
Robert P. Goldman authored
Added a discussion of the test-op to the section on predefined operations.
-
Robert P. Goldman authored
Added a copyright notice with me as holder (but it's still GPL); I suppose it's small of me, but I wanted to record my efforts for posterity somehow.
-
Robert P. Goldman authored
Replaced CVS info with git info. In the asdf-binary-locations section, where I had originally had an itemization with @code for the variables (and hand-managed the variable index), I used @defvar environment, which manages a lot of this properly for me.
-
Robert P. Goldman authored
Formatting nits (bad whitespace in some lisp code), fixed some punctuation errors. Added a couple of FIXMEs.
-
Robert P. Goldman authored
Made it excruciatingly clear how to use OOS to load a system if asdf:load-system isn't available.
-
Robert P. Goldman authored
Added a remark about link farms and a "link farm" entry into the concept index.
-
Robert P. Goldman authored
-
Robert P. Goldman authored
-
Robert P. Goldman authored
Added Gary's introductory material, tweaked to make the cross-referencing work.
-
Robert P. Goldman authored
The name of the variable that controls asdf-binary-locations has changed. Changed it in the documentation.
-
Robert P. Goldman authored
-
- May 29, 2008
-
-
Gary King authored
-
- Feb 26, 2008
-
-
Gary King authored
-
- Jun 02, 2007
-
-
Gary King authored
-
- Mar 21, 2007
-
-
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.
-
- Jan 21, 2007
-
-
Gary King authored
-
- Aug 18, 2004
-
-
Nikodemus Siivola authored
with the manual.
-
Nikodemus Siivola authored
overwrite the original .texinfo.
-
- May 16, 2004
-
-
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
-
- Mar 12, 2004
-
-
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
-