The asdf Reference Manual

This is the asdf Reference Manual, version 3.3.7.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 14:24:22 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 asdf/defsystem

The defsystem part of ASDF

Long Name

Another System Definition Facility

Maintainer

Robert Goldman

Author

Daniel Barlow

Contact

Home Page

http://common-lisp.net/projects/asdf/

Source Control

(GIT git://common-lisp.net/projects/asdf/asdf.git)

Bug Tracker

https://launchpad.net/asdf/

License

MIT

Long Description

ASDF/DEFSYSTEM is the de facto standard DEFSYSTEM facility for Common Lisp,
a successor to Dan Barlow’s ASDF and Francois-Rene Rideau’s ASDF2.
For bootstrap purposes, it comes bundled with UIOP in a single file, asdf.lisp.

Version

3.3.7.1

Dependencies
Source

asdf.asd.

Child Components

2.2 asdf/prelude

Maintainer

Robert Goldman

Author

Daniel Barlow

License

MIT

Version

3.3.7.1

Source

asdf.asd.

Child Component

header.lisp (file).


2.3 asdf/driver

Maintainer

Robert Goldman

Author

Daniel Barlow

License

MIT

Source

asdf.asd.

Child Components

3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 asdf/defsystem/asdf.asd

Source

asdf.asd.

Parent Component

asdf/defsystem (system).

ASDF Systems
Internals

call-without-redefinition-warnings (function).


3.1.2 asdf/defsystem/upgrade.lisp

Source

asdf.asd.

Parent Component

asdf/defsystem (system).

Packages

asdf/upgrade.

Public Interface
Internals

3.1.3 asdf/defsystem/session.lisp

Dependency

upgrade.lisp (file).

Source

asdf.asd.

Parent Component

asdf/defsystem (system).

Packages

asdf/session.

Public Interface
Internals

3.1.4 asdf/defsystem/component.lisp

Dependency

session.lisp (file).

Source

asdf.asd.

Parent Component

asdf/defsystem (system).

Packages

asdf/component.

Public Interface
Internals

3.1.5 asdf/defsystem/operation.lisp

Dependency

session.lisp (file).

Source

asdf.asd.

Parent Component

asdf/defsystem (system).

Packages

asdf/operation.

Public Interface
Internals

3.1.6 asdf/defsystem/system.lisp

Dependency

component.lisp (file).

Source

asdf.asd.

Parent Component

asdf/defsystem (system).

Packages

asdf/system.

Public Interface
Internals

3.1.7 asdf/defsystem/system-registry.lisp

Dependency

system.lisp (file).

Source

asdf.asd.

Parent Component

asdf/defsystem (system).

Packages

asdf/system-registry.

Public Interface
Internals

3.1.8 asdf/defsystem/action.lisp

Dependencies
Source

asdf.asd.

Parent Component

asdf/defsystem (system).

Packages

asdf/action.

Public Interface
Internals

3.1.9 asdf/defsystem/lisp-action.lisp

Dependency

action.lisp (file).

Source

asdf.asd.

Parent Component

asdf/defsystem (system).

Packages

asdf/lisp-action.

Public Interface
Internals

3.1.10 asdf/defsystem/find-component.lisp

Dependency

component.lisp (file).

Source

asdf.asd.

Parent Component

asdf/defsystem (system).

Packages

asdf/find-component.

Public Interface

3.1.11 asdf/defsystem/forcing.lisp

Dependencies
Source

asdf.asd.

Parent Component

asdf/defsystem (system).

Packages

asdf/forcing.

Public Interface
Internals

3.1.12 asdf/defsystem/plan.lisp

Dependencies
Source

asdf.asd.

Parent Component

asdf/defsystem (system).

Packages

asdf/plan.

Public Interface
Internals

3.1.13 asdf/defsystem/operate.lisp

Dependency

plan.lisp (file).

Source

asdf.asd.

Parent Component

asdf/defsystem (system).

Packages

asdf/operate.

Public Interface
Internals

3.1.14 asdf/defsystem/find-system.lisp

Dependencies
Source

asdf.asd.

Parent Component

asdf/defsystem (system).

Packages

asdf/find-system.

Public Interface
Internals

3.1.15 asdf/defsystem/parse-defsystem.lisp

Dependencies
Source

asdf.asd.

Parent Component

asdf/defsystem (system).

Packages

asdf/parse-defsystem.

Public Interface
Internals

3.1.16 asdf/defsystem/bundle.lisp

Dependencies
Source

asdf.asd.

Parent Component

asdf/defsystem (system).

Packages

asdf/bundle.

Public Interface
Internals

3.1.18 asdf/defsystem/package-inferred-system.lisp

Dependency

parse-defsystem.lisp (file).

Source

asdf.asd.

Parent Component

asdf/defsystem (system).

Packages

asdf/package-inferred-system.

Public Interface
Internals

3.1.19 asdf/defsystem/output-translations.lisp

Dependency

operate.lisp (file).

Source

asdf.asd.

Parent Component

asdf/defsystem (system).

Packages

asdf/output-translations.

Public Interface
Internals

3.1.20 asdf/defsystem/source-registry.lisp

Dependency

find-system.lisp (file).

Source

asdf.asd.

Parent Component

asdf/defsystem (system).

Packages

asdf/source-registry.

Public Interface
Internals

3.1.21 asdf/defsystem/backward-internals.lisp

Dependencies
Source

asdf.asd.

Parent Component

asdf/defsystem (system).

Packages

asdf/backward-internals.

Public Interface
Internals

*deprecated-function-style-warning-load-sysdef-notified-p* (special variable).


3.1.22 asdf/defsystem/backward-interface.lisp

Dependency

output-translations.lisp (file).

Source

asdf.asd.

Parent Component

asdf/defsystem (system).

Packages

asdf/backward-interface.

Public Interface
Internals

3.1.23 asdf/defsystem/interface.lisp

Dependencies
Source

asdf.asd.

Parent Component

asdf/defsystem (system).

Packages

asdf/interface.


3.1.24 asdf/defsystem/user.lisp

Dependency

interface.lisp (file).

Source

asdf.asd.

Parent Component

asdf/defsystem (system).

Packages

asdf/user.


3.1.25 asdf/defsystem/footer.lisp

Dependency

user.lisp (file).

Source

asdf.asd.

Parent Component

asdf/defsystem (system).

Packages

asdf/footer.


3.1.26 asdf/prelude/header.lisp

Source

asdf.asd.

Parent Component

asdf/prelude (system).


3.1.27 asdf/driver/package.lisp

Source

asdf.asd.

Parent Component

asdf/driver (system).

Packages
Public Interface
Internals

3.1.28 asdf/driver/common-lisp.lisp

Dependency

package.lisp (file).

Source

asdf.asd.

Parent Component

asdf/driver (system).

Packages

uiop/common-lisp.

Internals

3.1.29 asdf/driver/utility.lisp

Dependency

common-lisp.lisp (file).

Source

asdf.asd.

Parent Component

asdf/driver (system).

Packages

uiop/utility.

Public Interface
Internals

3.1.30 asdf/driver/version.lisp

Dependency

utility.lisp (file).

Source

asdf.asd.

Parent Component

asdf/driver (system).

Packages

uiop/version.

Public Interface
Internals

3.1.31 asdf/driver/os.lisp

Dependency

utility.lisp (file).

Source

asdf.asd.

Parent Component

asdf/driver (system).

Packages

uiop/os.

Public Interface
Internals

3.1.32 asdf/driver/pathname.lisp

Dependencies
Source

asdf.asd.

Parent Component

asdf/driver (system).

Packages

uiop/pathname.

Public Interface
Internals

3.1.33 asdf/driver/filesystem.lisp

Dependencies
Source

asdf.asd.

Parent Component

asdf/driver (system).

Packages

uiop/filesystem.

Public Interface

3.1.34 asdf/driver/stream.lisp

Dependency

filesystem.lisp (file).

Source

asdf.asd.

Parent Component

asdf/driver (system).

Packages

uiop/stream.

Public Interface
Internals

3.1.35 asdf/driver/image.lisp

Dependency

stream.lisp (file).

Source

asdf.asd.

Parent Component

asdf/driver (system).

Packages

uiop/image.

Public Interface
Internals

*image-restored-p* (special variable).


3.1.36 asdf/driver/lisp-build.lisp

Dependency

image.lisp (file).

Source

asdf.asd.

Parent Component

asdf/driver (system).

Packages

uiop/lisp-build.

Public Interface
Internals

3.1.37 asdf/driver/launch-program.lisp

Dependency

stream.lisp (file).

Source

asdf.asd.

Parent Component

asdf/driver (system).

Packages

uiop/launch-program.

Public Interface
Internals

3.1.38 asdf/driver/run-program.lisp

Dependencies
Source

asdf.asd.

Parent Component

asdf/driver (system).

Packages

uiop/run-program.

Public Interface
Internals

3.1.39 asdf/driver/configuration.lisp

Dependency

image.lisp (file).

Source

asdf.asd.

Parent Component

asdf/driver (system).

Packages

uiop/configuration.

Public Interface
Internals

3.1.40 asdf/driver/backward-driver.lisp

Dependencies
Source

asdf.asd.

Parent Component

asdf/driver (system).

Packages

uiop/backward-driver.

Public Interface
Internals

3.1.41 asdf/driver/driver.lisp

Dependency

backward-driver.lisp (file).

Source

asdf.asd.

Parent Component

asdf/driver (system).

Packages

uiop/driver.


3.2 Static


3.2.1 asdf/driver/contrib/debug.lisp

Source

asdf.asd.

Parent Component

asdf/driver (system).


4 Packages

Packages are listed by definition order.


4.1 asdf/system

Source

system.lisp.

Use List
Used By List
Public Interface
Internals

4.2 uiop/lisp-build

Source

lisp-build.lisp.

Nickname

asdf/lisp-build

Use List
Used By List
Public Interface
Internals

4.4 asdf/backward-interface

Source

backward-interface.lisp.

Use List
Used By List

asdf/interface.

Public Interface
Internals

4.6 uiop/package*

Source

package.lisp.

Use List
Used By List

uiop/driver.


4.7 asdf/operation

Source

operation.lisp.

Use List
Used By List
Public Interface
Internals

4.8 uiop/image

Source

image.lisp.

Use List
Used By List
Public Interface
Internals

*image-restored-p* (special variable).


4.9 uiop/configuration

Source

configuration.lisp.

Use List
Used By List
Public Interface
Internals

4.10 asdf/bundle

Source

bundle.lisp.

Use List
Used By List
Public Interface
Internals

4.11 uiop/version

Source

version.lisp.

Use List
Used By List
Public Interface
Internals

4.12 asdf/action

Source

action.lisp.

Nickname

asdf-action

Use List
Used By List
Public Interface
Internals

4.13 asdf/output-translations

Source

output-translations.lisp.

Use List
Used By List
Public Interface
Internals

4.15 asdf/session

Source

session.lisp.

Use List
Used By List
Public Interface
Internals

4.16 uiop/pathname

Source

pathname.lisp.

Nickname

asdf/pathname

Use List
Used By List
Public Interface
Internals

4.17 asdf/plan

Source

plan.lisp.

Use List
Used By List
Public Interface
Internals

4.19 uiop/os

Source

os.lisp.

Use List
Used By List
Public Interface
Internals

4.21 asdf/source-registry

Source

source-registry.lisp.

Use List
Used By List

asdf/interface.

Public Interface
Internals

4.23 uiop/stream

Source

stream.lisp.

Use List
Used By List
Public Interface
Internals

4.24 asdf/forcing

Source

forcing.lisp.

Use List
Used By List
Public Interface
Internals

4.25 asdf/component

Source

component.lisp.

Use List
Used By List
Public Interface
Internals

4.26 asdf/user

Source

user.lisp.

Nickname

asdf-user

Use List

4.29 uiop/utility

Source

utility.lisp.

Use List
Used By List
Public Interface
Internals

4.30 asdf/parse-defsystem

Source

parse-defsystem.lisp.

Nickname

asdf/defsystem

Use List
Used By List
Public Interface
Internals

4.31 uiop/run-program

Source

run-program.lisp.

Nickname

asdf/run-program

Use List
Used By List
Public Interface
Internals

4.32 asdf/operate

Source

operate.lisp.

Use List
Used By List
Public Interface
Internals

4.34 uiop/launch-program

Source

launch-program.lisp.

Use List
Used By List
Public Interface
Internals

4.36 asdf/backward-internals

Source

backward-internals.lisp.

Use List
Used By List

asdf/interface.

Public Interface
Internals

*deprecated-function-style-warning-load-sysdef-notified-p* (special variable).


4.37 uiop/package

Source

package.lisp.

Use List

common-lisp.

Used By List
Public Interface
Internals

4.41 uiop/package-local-nicknames

Source

package.lisp.

Use List

common-lisp.

Used By List

uiop/package*.


5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Constants

Constant: +non-base-chars-exist-p+
Package

uiop/utility.

Source

utility.lisp.


5.1.2 Special variables

Special Variable: *asdf-session*
Package

asdf/session.

Source

session.lisp.

Special Variable: *asdf-session-class*

The default class for sessions

Package

asdf/session.

Source

session.lisp.

Special Variable: *asdf-verbose*
Package

asdf/backward-interface.

Source

backward-interface.lisp.

Special Variable: *asdf-version*
Package

asdf/upgrade.

Source

upgrade.lisp.

Special Variable: *base-build-directory*

When set to a non-null value, it should be an absolute directory pathname,
which will serve as the *DEFAULT-PATHNAME-DEFAULTS* around a COMPILE-FILE,
what more while the input-file is shortened if possible to ENOUGH-PATHNAME relative to it. This can help you produce more deterministic output for FASLs.

Package

uiop/lisp-build.

Source

lisp-build.lisp.

Special Variable: *central-registry*

A list of ’system directory designators’ ASDF uses to find systems.

A ’system directory designator’ is a pathname or an expression
which evaluates to a pathname. For example:

(setf asdf:*central-registry*
(list ’*default-pathname-defaults* #p"/home/me/cl/systems/" #p"/usr/share/common-lisp/systems/"))

This variable is for backward compatibility.
Going forward, we recommend new users should be using the source-registry.

Package

asdf/system-registry.

Source

system-registry.lisp.

Special Variable: *clear-configuration-hook*
Package

uiop/configuration.

Source

configuration.lisp.

Special Variable: *command-line-arguments*

Command-line arguments

Package

uiop/image.

Source

image.lisp.

Special Variable: *compile-check*

A hook for user-defined compile-time invariants

Package

uiop/lisp-build.

Source

lisp-build.lisp.

Special Variable: *compile-file-failure-behaviour*

How should ASDF react if it encounters a failure (per the ANSI spec of COMPILE-FILE) when compiling a file, which includes any non-style-warning warning.
Valid values are :error, :warn, and :ignore.
Note that ASDF ALWAYS raises an error if it fails to create an output file when compiling.

Package

uiop/lisp-build.

Source

lisp-build.lisp.

Special Variable: *compile-file-warnings-behaviour*

How should ASDF react if it encounters a warning when compiling a file? Valid values are :error, :warn, and :ignore.

Package

uiop/lisp-build.

Source

lisp-build.lisp.

Special Variable: *default-component-class*
Package

asdf/parse-defsystem.

Source

parse-defsystem.lisp.

Special Variable: *default-encoding*

Default encoding for source files.
The default value :utf-8 is the portable thing.
The legacy behavior was :default.
If you (asdf:load-system :asdf-encodings) then
you will have autodetection via *encoding-detection-hook* below, reading emacs-style -*- coding: utf-8 -*- specifications, and falling back to utf-8 or latin1 if nothing is specified.

Package

uiop/stream.

Source

stream.lisp.

Special Variable: *default-source-registries*

List of default source registries

Package

asdf/source-registry.

Source

source-registry.lisp.

Special Variable: *default-source-registry-exclusions*
Package

asdf/source-registry.

Source

source-registry.lisp.

Special Variable: *default-stream-element-type*

default element-type for open (depends on the current CL implementation)

Package

uiop/stream.

Source

stream.lisp.

Special Variable: *defpackage-forms*
Package

asdf/package-inferred-system.

Source

package-inferred-system.lisp.

Special Variable: *encoding-detection-hook*

Hook for an extension to define a function to automatically detect a file’s encoding

Package

uiop/stream.

Source

stream.lisp.

Special Variable: *encoding-external-format-hook*

Hook for an extension (e.g. ASDF-ENCODINGS) to define a better mapping from non-default encodings to and implementation-defined external-format’s

Package

uiop/stream.

Source

stream.lisp.

Special Variable: *here-directory*

This special variable is bound to the currect directory during calls to PROCESS-SOURCE-REGISTRY in order that we be able to interpret the :here directive.

Package

uiop/configuration.

Source

configuration.lisp.

Special Variable: *ignored-configuration-form*

Have configuration forms been ignored while parsing the configuration?

Package

uiop/configuration.

Source

configuration.lisp.

Special Variable: *image-dump-hook*

Functions to call (in order) before an image is dumped

Package

uiop/image.

Source

image.lisp.

Special Variable: *image-dumped-p*

Is this a dumped image? As a standalone executable?

Package

uiop/image.

Source

image.lisp.

Special Variable: *image-entry-point*

a function with which to restart the dumped image when execution is restored from it.

Package

uiop/image.

Source

image.lisp.

Special Variable: *image-postlude*

a form to evaluate, or string containing forms to read and evaluate before the image dump hooks are called and before the image is dumped.

Package

uiop/image.

Source

image.lisp.

Special Variable: *image-prelude*

a form to evaluate, or string containing forms to read and evaluate when the image is restarted, but before the entry point is called.

Package

uiop/image.

Source

image.lisp.

Special Variable: *image-restore-hook*

Functions to call (in reverse order) when the image is restored

Package

uiop/image.

Source

image.lisp.

Special Variable: *immutable-systems*

A hash-set (equal hash-table mapping keys to T) of systems that are immutable,
i.e. already loaded in memory and not to be refreshed from the filesystem.
They will be treated specially by find-system, and passed as :force-not argument to make-plan.

For instance, to can deliver an image with many systems precompiled, that *will not* check the filesystem for them every time a user loads an extension, what more risk a problematic upgrade or catastrophic downgrade, before you dump an image, you may use:
(map () ’asdf:register-immutable-system (asdf:already-loaded-systems))

Note that direct access to this variable from outside ASDF is not supported.
Please call REGISTER-IMMUTABLE-SYSTEM to add new immutable systems, and
contact maintainers if you need a stable API to do more than that.

Package

asdf/system-registry.

Source

system-registry.lisp.

Special Variable: *implementation-type*

The type of Lisp implementation used, as a short UIOP-standardized keyword

Package

uiop/os.

Source

os.lisp.

Special Variable: *known-systems-with-bad-secondary-system-names*
Package

asdf/parse-defsystem.

Source

parse-defsystem.lisp.

Special Variable: *lisp-interaction*

Is this an interactive Lisp environment, or is it batch processing?

Package

uiop/image.

Source

image.lisp.

Special Variable: *nil-pathname*

A pathname that is as neutral as possible for use as defaults when merging, making or parsing pathnames

Package

uiop/pathname.

Source

pathname.lisp.

Special Variable: *operations*
Package

asdf/operation.

Source

operation.lisp.

Special Variable: *output-translation-function*

Hook for output translations.

This function needs to be idempotent, so that actions can work whether their inputs were translated or not,
which they will be if we are composing operations. e.g. if some create-lisp-op creates a lisp file from some higher-level input, you need to still be able to use compile-op on that lisp file.

Package

uiop/pathname.

Source

pathname.lisp.

Special Variable: *output-translations*

Either NIL (for uninitialized), or a list of one element,
said element itself being a sorted list of mappings.
Each mapping is a pair of a source pathname and destination pathname, and the order is by decreasing length of namestring of the source pathname.

Package

asdf/output-translations.

Source

output-translations.lisp.

Special Variable: *output-translations-parameter*
Package

asdf/output-translations.

Source

output-translations.lisp.

Special Variable: *package-inferred-systems*
Package

asdf/package-inferred-system.

Source

package-inferred-system.lisp.

Special Variable: *plan-class*

The default plan class to use when building with ASDF

Package

asdf/plan.

Source

plan.lisp.

Special Variable: *post-upgrade-cleanup-hook*
Package

asdf/upgrade.

Source

upgrade.lisp.

Special Variable: *preloaded-systems*

Registration table for preloaded systems.

Package

asdf/system-registry.

Source

system-registry.lisp.

Special Variable: *previous-asdf-versions*
Package

asdf/upgrade.

Source

upgrade.lisp.

Special Variable: *recurse-beyond-asds*

Should :tree entries of the source-registry recurse in subdirectories after having found a .asd file? True by default.

Package

asdf/source-registry.

Source

source-registry.lisp.

Special Variable: *registered-systems*

This is a hash table whose keys are strings – the names of systems – and whose values are systems.
A system is referred to as "registered" if it is present in this table.

Package

asdf/system-registry.

Source

system-registry.lisp.

Determine whether or not ASDF resolves symlinks when defining systems. Defaults to T.

Package

uiop/filesystem.

Source

filesystem.lisp.

Special Variable: *source-registry*

Either NIL (for uninitialized), or an equal hash-table, mapping system names to pathnames of .asd files

Package

asdf/source-registry.

Source

source-registry.lisp.

Special Variable: *source-registry-exclusions*
Package

asdf/source-registry.

Source

source-registry.lisp.

Special Variable: *source-registry-parameter*
Package

asdf/source-registry.

Source

source-registry.lisp.

Special Variable: *stderr*

the original error output stream at startup

Package

uiop/stream.

Source

stream.lisp.

Special Variable: *stdin*

the original standard input stream at startup

Package

uiop/stream.

Source

stream.lisp.

Special Variable: *stdout*

the original standard output stream at startup

Package

uiop/stream.

Source

stream.lisp.

Special Variable: *system-definition-search-functions*

A list that controls the ways that ASDF looks for system definitions.
It contains symbols to be funcalled in order, with a requested system name as argument,
until one returns a non-NIL result (if any), which must then be a fully initialized system object with that name.

Package

asdf/system-registry.

Source

system-registry.lisp.

Special Variable: *temporary-directory*

User-configurable location for temporary files

Package

uiop/stream.

Source

stream.lisp.

Special Variable: *uiop-debug-utility*

form that evaluates to the pathname to your favorite debugging utilities

Package

uiop/utility.

Source

utility.lisp.

Special Variable: *uiop-version*
Package

uiop/version.

Source

version.lisp.

Special Variable: *uninteresting-compiler-conditions*

Additional conditions that may be skipped while compiling Lisp code.

Package

uiop/lisp-build.

Source

lisp-build.lisp.

Special Variable: *uninteresting-conditions*

Conditions that may be skipped while compiling or loading Lisp code.

Package

uiop/lisp-build.

Source

lisp-build.lisp.

Special Variable: *uninteresting-loader-conditions*

Additional conditions that may be skipped while loading Lisp code.

Package

uiop/lisp-build.

Source

lisp-build.lisp.

Special Variable: *unspecific-pathname-type*

Unspecific type component to use with the underlying implementation’s MAKE-PATHNAME

Package

uiop/pathname.

Source

pathname.lisp.

Special Variable: *user-cache*

A specification as per RESOLVE-LOCATION of where the user keeps his FASL cache

Package

uiop/configuration.

Source

configuration.lisp.

Special Variable: *usual-uninteresting-conditions*

A suggested value to which to set or bind *uninteresting-conditions*.

Package

uiop/lisp-build.

Source

lisp-build.lisp.

Special Variable: *utf-8-external-format*

Default :external-format argument to pass to CL:OPEN and also
CL:LOAD or CL:COMPILE-FILE to best process a UTF-8 encoded file.
On modern implementations, this will decode UTF-8 code points as CL characters. On legacy implementations, it may fall back on some 8-bit encoding,
with non-ASCII code points being read as several CL characters;
hopefully, if done consistently, that won’t affect program behavior too much.

Package

uiop/stream.

Source

stream.lisp.

Special Variable: *verbose-out*
Package

asdf/upgrade.

Source

upgrade.lisp.

Special Variable: *warnings-file-type*

Pathname type for warnings files, or NIL if disabled

Package

uiop/lisp-build.

Source

lisp-build.lisp.

Special Variable: *wild*

Wild component for use with MAKE-PATHNAME

Package

uiop/pathname.

Source

pathname.lisp.

Special Variable: *wild-asd*
Package

asdf/source-registry.

Source

source-registry.lisp.

Special Variable: *wild-directory*

A pathname object with wildcards for matching any subdirectory

Package

uiop/pathname.

Source

pathname.lisp.

Special Variable: *wild-file*

A pathname object with wildcards for matching any file with TRANSLATE-PATHNAME

Package

uiop/pathname.

Source

pathname.lisp.

Special Variable: *wild-file-for-directory*

A pathname object with wildcards for matching any file with DIRECTORY

Package

uiop/pathname.

Source

pathname.lisp.

Special Variable: *wild-inferiors*

A pathname object with wildcards for matching any recursive subdirectory

Package

uiop/pathname.

Source

pathname.lisp.

Special Variable: *wild-path*

A pathname object with wildcards for matching any file in any recursive subdirectory

Package

uiop/pathname.

Source

pathname.lisp.

Special Variable: +character-types+
Package

uiop/utility.

Source

utility.lisp.

Special Variable: +cr+
Package

uiop/utility.

Source

utility.lisp.

Special Variable: +crlf+
Package

uiop/utility.

Source

utility.lisp.

Special Variable: +lf+
Package

uiop/utility.

Source

utility.lisp.

Special Variable: +max-character-type-index+
Package

uiop/utility.

Source

utility.lisp.

Special Variable: +status-good+
Package

asdf/plan.

Source

plan.lisp.

Special Variable: +status-todo+
Package

asdf/plan.

Source

plan.lisp.

Special Variable: +status-void+
Package

asdf/plan.

Source

plan.lisp.


5.1.3 Macros

Macro: appendf (place &rest args)

Append onto list

Package

uiop/utility.

Source

utility.lisp.

Macro: define-convenience-action-methods (function formals &key if-no-operation if-no-component)
Package

asdf/action.

Source

action.lisp.

Macro: define-package (package &rest clauses)

DEFINE-PACKAGE takes a PACKAGE and a number of CLAUSES, of the form
(KEYWORD . ARGS).
DEFINE-PACKAGE supports the following keywords:
SHADOW, SHADOWING-IMPORT-FROM, IMPORT-FROM, EXPORT, INTERN, NICKNAMES, DOCUMENTATION – as per CL:DEFPACKAGE.
USE – as per CL:DEFPACKAGE, but if neither USE, USE-REEXPORT, MIX,
nor MIX-REEXPORT is supplied, then it is equivalent to specifying
(:USE :COMMON-LISP). This is unlike CL:DEFPACKAGE for which the
behavior of a form without USE is implementation-dependent.
RECYCLE – Recycle the package’s exported symbols from the specified packages, in order. For every symbol scheduled to be exported by the DEFINE-PACKAGE, either through an :EXPORT option or a :REEXPORT option, if the symbol exists in one of the :RECYCLE packages, the first such symbol is re-homed to the package being defined.
For the sake of idempotence, it is important that the package being defined should appear in first position if it already exists, and even if it doesn’t, ahead of any package that is not going to be deleted afterwards and never created again. In short, except for special cases, always make it the first package on the list if the list is not empty.
MIX – Takes a list of package designators. MIX behaves like
(:USE PKG1 PKG2 ... PKGn) but additionally uses :SHADOWING-IMPORT-FROM to resolve conflicts in favor of the first found symbol. It may still yield
an error if there is a conflict with an explicitly :IMPORT-FROM symbol. REEXPORT – Takes a list of package designators. For each package, p, in the list, export symbols with the same name as those exported from p. Note that in the case of shadowing, etc. the symbols with the same name may not be the same symbols. UNINTERN – Remove symbols here from PACKAGE. Note that this is primarily useful when *redefining* a previously-existing package in the current image (e.g., when upgrading ASDF). Most programmers will have no use for this option. LOCAL-NICKNAMES – If the host implementation supports package local nicknames (check for the :PACKAGE-LOCAL-NICKNAMES feature), then this should be a list of nickname and package name pairs. Using this option will cause an error if the host CL implementation does not support it.
USE-REEXPORT, MIX-REEXPORT – Use or mix the specified packages as per the USE or MIX directives, and reexport their contents as per the REEXPORT directive.

Package

uiop/package.

Source

package.lisp.

Macro: defparameter* (var value &optional docstring version)
Package

asdf/upgrade.

Source

upgrade.lisp.

Macro: defsystem (name &body options)
Package

asdf/parse-defsystem.

Source

parse-defsystem.lisp.

Macro: do-asdf-cache (key &body body)
Package

asdf/session.

Source

session.lisp.

Macro: if-let (bindings &body then-form)
Package

uiop/utility.

Source

utility.lisp.

Macro: latest-timestamp-f (place &rest timestamps)
Package

uiop/utility.

Source

utility.lisp.

Macro: nest (&rest things)

Macro to keep code nesting and indentation under control.

Package

uiop/utility.

Source

utility.lisp.

Macro: os-cond (&rest clauses)
Package

uiop/os.

Source

os.lisp.

Macro: uiop-debug (&rest keys)

Load the UIOP debug utility at compile-time as well as runtime

Package

uiop/utility.

Source

utility.lisp.

Macro: when-upgrading ((&key version upgrading-p when) &body body)

A wrapper macro for code that should only be run when upgrading a previously-loaded version of ASDF.

Package

asdf/upgrade.

Source

upgrade.lisp.

Macro: while-collecting ((&rest collectors) &body body)

COLLECTORS should be a list of names for collections. A collector defines a function that, when applied to an argument inside BODY, will add its argument to the corresponding collection. Returns multiple values, a list for each collection, in order.
E.g.,
(while-collecting (foo bar)
(dolist (x ’((a 1) (b 2) (c 3)))
(foo (first x))
(bar (second x))))
Returns two values: (A B C) and (1 2 3).

Package

uiop/utility.

Source

utility.lisp.

Macro: while-visiting-action ((o c) &body body)
Package

asdf/action.

Source

action.lisp.

Macro: with-asdf-deprecation ((&rest keys &key &allow-other-keys) &body body)
Package

asdf/upgrade.

Source

upgrade.lisp.

Macro: with-asdf-session ((&key key override override-cache override-forcing) &body body)
Package

asdf/session.

Source

session.lisp.

Macro: with-current-directory ((&optional dir) &body body)

Call BODY while the POSIX current working directory is set to DIR

Package

uiop/filesystem.

Source

filesystem.lisp.

Macro: with-deprecation ((level) &body definitions)

Given a deprecation LEVEL (a form to be EVAL’ed at macro-expansion time), instrument the
DEFUN and DEFMETHOD forms in DEFINITIONS to notify the programmer of the deprecation of the function when it is compiled or called.

Increasing levels (as result from evaluating LEVEL) are: NIL (not deprecated yet), :STYLE-WARNING (a style warning is issued when used), :WARNING (a full warning is issued when used), :ERROR (a continuable error instead), and :DELETE (it’s an error if the code is still there while at that level).

Forms other than DEFUN and DEFMETHOD are not instrumented, and you can protect a DEFUN or DEFMETHOD from instrumentation by enclosing it in a PROGN.

Package

uiop/version.

Source

version.lisp.

Macro: with-enough-pathname ((pathname-var &key pathname defaults) &body body)

Shorthand syntax for CALL-WITH-ENOUGH-PATHNAME

Package

uiop/pathname.

Source

pathname.lisp.

Macro: with-fatal-condition-handler ((&optional) &body body)

Execute BODY in a context where fatal conditions are appropriately handled

Package

uiop/image.

Source

image.lisp.

Macro: with-input ((input-var &optional value) &body body)

Bind INPUT-VAR to an input stream, coercing VALUE (default: previous binding of INPUT-VAR) as per CALL-WITH-INPUT, and evaluate BODY within the scope of this binding.

Package

uiop/stream.

Source

stream.lisp.

Macro: with-input-file ((var pathname &rest keys &key element-type external-format if-does-not-exist) &body body)
Package

uiop/stream.

Source

stream.lisp.

Macro: with-muffled-compiler-conditions ((&optional) &body body)

Trivial syntax for CALL-WITH-MUFFLED-COMPILER-CONDITIONS

Package

uiop/lisp-build.

Source

lisp-build.lisp.

Macro: with-muffled-conditions ((conditions) &body body)

Shorthand syntax for CALL-WITH-MUFFLED-CONDITIONS

Package

uiop/utility.

Source

utility.lisp.

Macro: with-muffled-loader-conditions ((&optional) &body body)

Trivial syntax for CALL-WITH-MUFFLED-LOADER-CONDITIONS

Package

uiop/lisp-build.

Source

lisp-build.lisp.

Macro: with-null-input ((var &rest keys &key element-type external-format if-does-not-exist) &body body)

Evaluate BODY in a context when VAR is bound to an input stream that always returns end of file. The keyword arguments are allowed for backward compatibility, but are ignored.

Package

uiop/stream.

Source

stream.lisp.

Macro: with-null-output ((var &rest keys &key element-type external-format if-does-not-exist if-exists) &body body)

Evaluate BODY in a context when VAR is bound to an output stream that discards all output. The keyword arguments are allowed for backward compatibility, but are ignored.

Package

uiop/stream.

Source

stream.lisp.

Macro: with-output ((output-var &optional value &key element-type) &body body)

Bind OUTPUT-VAR to an output stream obtained from VALUE (default: previous binding of OUTPUT-VAR) treated as a stream designator per CALL-WITH-OUTPUT. Evaluate BODY in the scope of this binding.

Package

uiop/stream.

Source

stream.lisp.

Macro: with-output-file ((var pathname &rest keys &key element-type external-format if-exists if-does-not-exist) &body body)
Package

uiop/stream.

Source

stream.lisp.

Macro: with-pathname-defaults ((&optional defaults) &body body)

Execute BODY in a context where the *DEFAULT-PATHNAME-DEFAULTS* is as specified, where leaving the defaults NIL or unspecified means a (NIL-PATHNAME), except
on ABCL, Genera and XCL, where it remains unchanged for it doubles as current-directory.

Package

uiop/pathname.

Source

pathname.lisp.

Macro: with-safe-io-syntax ((&key package) &body body)

Establish safe CL reader options around the evaluation of BODY

Package

uiop/stream.

Source

stream.lisp.

Macro: with-saved-deferred-warnings ((warnings-file &key source-namestring) &body body)

Trivial syntax for CALL-WITH-SAVED-DEFERRED-WARNINGS

Package

uiop/lisp-build.

Source

lisp-build.lisp.

Macro: with-staging-pathname ((pathname-var &optional pathname-value) &body body)

Trivial syntax wrapper for CALL-WITH-STAGING-PATHNAME

Package

uiop/stream.

Source

stream.lisp.

Macro: with-temporary-file ((&key stream pathname directory prefix suffix type keep direction element-type external-format) &body body)

Evaluate BODY where the symbols specified by keyword arguments
STREAM and PATHNAME (if respectively specified) are bound corresponding
to a newly created temporary file ready for I/O, as per CALL-WITH-TEMPORARY-FILE.
At least one of STREAM or PATHNAME must be specified.
If the STREAM is not specified, it will be closed before the BODY is evaluated.
If STREAM is specified, then the :CLOSE-STREAM label if it appears in the BODY,
separates forms run before and after the stream is closed.
The values of the last form of the BODY (not counting the separating :CLOSE-STREAM) are returned. Upon success, the KEEP form is evaluated and the file is is deleted unless it evaluates to TRUE.

Package

uiop/stream.

Source

stream.lisp.

Macro: with-upgradability ((&optional) &body body)

Evaluate BODY at compile- load- and run- times, with DEFUN and DEFGENERIC modified
to also declare the functions NOTINLINE and to accept a wrapping the function name specification into a list with keyword argument SUPERSEDE (which defaults to T if the name is not wrapped, and NIL if it is wrapped). If SUPERSEDE is true, call UNDEFINE-FUNCTION to supersede any previous definition.

Package

uiop/utility.

Source

utility.lisp.


5.1.4 Compiler macros

Compiler Macro: coerce-pathname (&rest args)
Package

uiop/backward-driver.

Source

backward-driver.lisp.

Compiler Macro: component-load-dependencies (&rest args)
Package

asdf/backward-interface.

Source

backward-interface.lisp.

Compiler Macro: component-property (&rest args)
Package

asdf/backward-interface.

Source

backward-interface.lisp.

Compiler Macro: (setf component-property) (args)
Package

asdf/backward-interface.

Source

backward-interface.lisp.

Compiler Macro: enable-asdf-binary-locations-compatibility (&rest args)
Package

asdf/backward-interface.

Source

backward-interface.lisp.

Compiler Macro: explain (&rest args)
Package

asdf/parse-defsystem.

Source

backward-interface.lisp.

Compiler Macro: in-first-directory (&rest args)
Package

uiop/configuration.

Source

backward-driver.lisp.

Compiler Macro: in-system-configuration-directory (&rest args)
Package

uiop/configuration.

Source

backward-driver.lisp.

Compiler Macro: in-user-configuration-directory (&rest args)
Package

uiop/configuration.

Source

backward-driver.lisp.

Compiler Macro: load-sysdef (&rest args)
Package

asdf/backward-internals.

Source

backward-internals.lisp.

Compiler Macro: require-system (&rest args)
Package

asdf/operate.

Source

backward-interface.lisp.

Compiler Macro: run-shell-command (&rest args)
Package

asdf/backward-interface.

Source

backward-interface.lisp.

Compiler Macro: system-configuration-directories (&rest args)
Package

uiop/configuration.

Source

backward-driver.lisp.

Compiler Macro: system-definition-pathname (&rest args)
Package

asdf/backward-interface.

Source

backward-interface.lisp.

Compiler Macro: system-registered-p (&rest args)
Package

asdf/backward-interface.

Source

backward-interface.lisp.

Compiler Macro: traverse (&rest args)
Package

asdf/backward-interface.

Source

backward-interface.lisp.

Compiler Macro: user-configuration-directories (&rest args)
Package

uiop/configuration.

Source

backward-driver.lisp.

Compiler Macro: version-compatible-p (&rest args)
Package

uiop/backward-driver.

Source

backward-driver.lisp.


5.1.5 Setf expanders

Setf Expander: (setf getenv) (x)

Set an environment variable.

Package

uiop/os.

Source

os.lisp.

Reader

getenv (function).


5.1.6 Ordinary functions

Function: absolute-pathname-p (pathspec)

If PATHSPEC is a pathname or namestring object that parses as a pathname possessing an :ABSOLUTE directory component, return the (parsed) pathname. Otherwise return NIL

Package

uiop/pathname.

Source

pathname.lisp.

Function: access-at (object at)

Given an OBJECT and an AT specifier, list of successive accessors,
call each accessor on the result of the previous calls.
An accessor may be an integer, meaning a call to ELT,
a keyword, meaning a call to GETF,
NIL, meaning identity,
a function or other symbol, meaning itself,
or a list of a function designator and arguments, interpreted as per ENSURE-FUNCTION. As a degenerate case, the AT specifier may be an atom of a single such accessor instead of a list.

Package

uiop/utility.

Source

utility.lisp.

Function: access-at-count (at)

From an AT specification, extract a COUNT of maximum number of sub-objects to read as per ACCESS-AT

Package

uiop/utility.

Source

utility.lisp.

Function: action-already-done-p (plan operation component)
Package

asdf/plan.

Source

plan.lisp.

Function: action-component (action)
Package

asdf/action.

Source

action.lisp.

Function: action-operation (action)
Package

asdf/action.

Source

action.lisp.

Function: action-path (action)

A readable data structure that identifies the action.

Package

asdf/action.

Source

action.lisp.

Function: action-up-to-date-p (plan operation component)

Check whether an action was up-to-date at the beginning of the session.
Update the VISITED-ACTIONS table with the known status, but don’t add anything to the PLAN.

Package

asdf/plan.

Source

plan.lisp.

Function: action-valid-p (operation component)

Is this action valid to include amongst dependencies?

Package

asdf/action.

Source

action.lisp.

Function: add-pathname-suffix (pathname suffix &rest keys)

Add a SUFFIX to the name of a PATHNAME, return a new pathname. Further KEYS can be passed to MAKE-PATHNAME.

Package

uiop/stream.

Source

stream.lisp.

Function: already-loaded-systems ()

return a list of the names of the systems that have been successfully loaded so far

Package

asdf/operate.

Source

operate.lisp.

Function: always-default-encoding (pathname)

Trivial function to use as *encoding-detection-hook*, always ’detects’ the *default-encoding*

Package

uiop/stream.

Source

stream.lisp.

Function: apply-output-translations (path)
Package

asdf/output-translations.

Source

output-translations.lisp.

Function: architecture ()

The CPU architecture of the current host

Package

uiop/os.

Source

os.lisp.

Function: argv0 ()

On supported implementations (most that matter), or when invoked by a proper wrapper script, return a string that for the name with which the program was invoked, i.e. argv[0] in C. Otherwise, return NIL.

Package

uiop/image.

Source

image.lisp.

Function: asdf-cache ()
Package

asdf/session.

Source

session.lisp.

Function: asdf-message (format-string &rest format-args)
Package

asdf/upgrade.

Source

upgrade.lisp.

Function: asdf-version ()

Exported interface to the version of ASDF currently installed. A string.
You can compare this string with e.g.: (ASDF:VERSION-SATISFIES (ASDF:ASDF-VERSION) "3.4.5.67").

Package

asdf/upgrade.

Source

upgrade.lisp.

Function: base-string-p (string)

Does the STRING only contain BASE-CHARs?

Package

uiop/utility.

Source

utility.lisp.

Function: boolean-to-feature-expression (value)

Converts a boolean VALUE to a form suitable for testing with #+.

Package

uiop/utility.

Source

utility.lisp.

Function: bundle-pathname-type (bundle-type)
Package

asdf/bundle.

Source

bundle.lisp.

Function: call-around-hook (hook function)

Call a HOOK around the execution of FUNCTION

Package

uiop/lisp-build.

Source

lisp-build.lisp.

Function: call-function (function-spec &rest arguments)

Call the function designated by FUNCTION-SPEC as per ENSURE-FUNCTION, with the given ARGUMENTS

Package

uiop/utility.

Source

utility.lisp.

Function: call-functions (function-specs)

For each function in the list FUNCTION-SPECS, in order, call the function as per CALL-FUNCTION

Package

uiop/utility.

Source

utility.lisp.

Function: call-image-dump-hook ()

Call the hook functions registered to be run before to dump an image

Package

uiop/image.

Source

image.lisp.

Function: call-image-restore-hook ()

Call the hook functions registered to be run when restoring a dumped image

Package

uiop/image.

Source

image.lisp.

Function: call-while-visiting-action (operation component fun)

Detect circular dependencies

Package

asdf/action.

Source

action.lisp.

Function: call-with-asdf-session (thunk &key override key override-cache override-forcing)
Package

asdf/session.

Source

session.lisp.

Function: call-with-current-directory (dir thunk)

call the THUNK in a context where the current directory was changed to DIR, if not NIL. Note that this operation is usually NOT thread-safe.

Package

uiop/filesystem.

Source

filesystem.lisp.

Function: call-with-enough-pathname (maybe-subpath defaults-pathname thunk)

In a context where *DEFAULT-PATHNAME-DEFAULTS* is bound to DEFAULTS-PATHNAME (if not null, or else to its current value), call THUNK with ENOUGH-PATHNAME for MAYBE-SUBPATH
given DEFAULTS-PATHNAME as a base pathname.

Package

uiop/pathname.

Source

pathname.lisp.

Function: call-with-fatal-condition-handler (thunk)

Call THUNK in a context where fatal conditions are appropriately handled

Package

uiop/image.

Source

image.lisp.

Function: call-with-input-file (pathname thunk &key element-type external-format if-does-not-exist)

Open FILE for input with given recognizes options, call THUNK with the resulting stream. Other keys are accepted but discarded.

Package

uiop/stream.

Source

stream.lisp.

Function: call-with-muffled-compiler-conditions (thunk)

Call given THUNK in a context where uninteresting conditions and compiler conditions are muffled

Package

uiop/lisp-build.

Source

lisp-build.lisp.

Function: call-with-muffled-conditions (thunk conditions)

calls the THUNK in a context where the CONDITIONS are muffled

Package

uiop/utility.

Source

utility.lisp.

Function: call-with-muffled-loader-conditions (thunk)

Call given THUNK in a context where uninteresting conditions and loader conditions are muffled

Package

uiop/lisp-build.

Source

lisp-build.lisp.

Function: call-with-null-input (fun &key element-type external-format if-does-not-exist)

Call FUN with an input stream that always returns end of file.
The keyword arguments are allowed for backward compatibility, but are ignored.

Package

uiop/stream.

Source

stream.lisp.

Function: call-with-null-output (fun &key element-type external-format if-exists if-does-not-exist)

Call FUN with an output stream that discards all output.
The keyword arguments are allowed for backward compatibility, but are ignored.

Package

uiop/stream.

Source

stream.lisp.

Function: call-with-output-file (pathname thunk &key element-type external-format if-exists if-does-not-exist)

Open FILE for input with given recognizes options, call THUNK with the resulting stream. Other keys are accepted but discarded.

Package

uiop/stream.

Source

stream.lisp.

Function: call-with-safe-io-syntax (thunk &key package)
Package

uiop/stream.

Source

stream.lisp.

Function: call-with-staging-pathname (pathname fun)

Calls FUN with a staging pathname, and atomically
renames the staging pathname to the PATHNAME in the end.
NB: this protects only against failure of the program, not against concurrent attempts. For the latter case, we ought pick a random suffix and atomically open it.

Package

uiop/stream.

Source

stream.lisp.

Function: call-with-temporary-file (thunk &key want-stream-p want-pathname-p direction keep after directory type prefix suffix element-type external-format)

Call a THUNK with stream and/or pathname arguments identifying a temporary file.

The temporary file’s pathname will be based on concatenating
PREFIX (or "tmp" if it’s NIL), a random alphanumeric string,
and optional SUFFIX (defaults to "-tmp" if a type was provided)
and TYPE (defaults to "tmp", using a dot as separator if not NIL),
within DIRECTORY (defaulting to the TEMPORARY-DIRECTORY) if the PREFIX isn’t absolute.

The file will be open with specified DIRECTION (defaults to :IO),
ELEMENT-TYPE (defaults to *DEFAULT-STREAM-ELEMENT-TYPE*) and
EXTERNAL-FORMAT (defaults to *UTF-8-EXTERNAL-FORMAT*).
If WANT-STREAM-P is true (the defaults to T), then THUNK will then be CALL-FUNCTION’ed
with the stream and the pathname (if WANT-PATHNAME-P is true, defaults to T),
and stream will be closed after the THUNK exits (either normally or abnormally).
If WANT-STREAM-P is false, then WANT-PATHAME-P must be true, and then
THUNK is only CALL-FUNCTION’ed after the stream is closed, with the pathname as argument. Upon exit of THUNK, the AFTER thunk if defined is CALL-FUNCTION’ed with the pathname as argument. If AFTER is defined, its results are returned, otherwise, the results of THUNK are returned. Finally, the file will be deleted, unless the KEEP argument when CALL-FUNCTION’ed returns true.

Package

uiop/stream.

Source

stream.lisp.

Function: character-type-index (x)
Package

uiop/utility.

Source

utility.lisp.

Function: chdir (x)

Change current directory, as per POSIX chdir(2), to a given pathname object

Package

uiop/os.

Source

os.lisp.

Function: check-component-input (type name weakly-depends-on depends-on components)

A partial test of the values of a component.

Package

asdf/parse-defsystem.

Source

parse-defsystem.lisp.

Function: check-deferred-warnings (files &optional context-format context-arguments)

Given a list of FILES containing deferred warnings saved by CALL-WITH-SAVED-DEFERRED-WARNINGS, re-intern and raise any warnings that are still meaningful.

Package

uiop/lisp-build.

Source

lisp-build.lisp.

Function: check-lisp-compile-results (output warnings-p failure-p &optional context-format context-arguments)

Given the results of COMPILE-FILE, raise an error or warning as appropriate

Package

uiop/lisp-build.

Source

lisp-build.lisp.

Function: check-lisp-compile-warnings (warnings-p failure-p &optional context-format context-arguments)

Given the warnings or failures as resulted from COMPILE-FILE or checking deferred warnings, raise an error or warning as appropriate

Package

uiop/lisp-build.

Source

lisp-build.lisp.

Function: cleanup-upgraded-asdf (&optional old-version)
Package

asdf/upgrade.

Source

upgrade.lisp.

Function: clear-configuration ()

Call the functions in *CLEAR-CONFIGURATION-HOOK*

Package

uiop/configuration.

Source

configuration.lisp.

Function: clear-output-translations ()

Undoes any initialization of the output translations.

Package

asdf/output-translations.

Source

output-translations.lisp.

Function: clear-registered-systems ()

Clear all currently registered defined systems.
Preloaded systems (including immutable ones) will be reset, other systems will be de-registered.

Package

asdf/system-registry.

Source

system-registry.lisp.

Function: clear-source-registry ()

Undoes any initialization of the source registry.

Package

asdf/source-registry.

Source

source-registry.lisp.

Function: clear-system (system)

Clear the entry for a SYSTEM in the database of systems previously defined.
However if the system was registered as PRELOADED (which it is if it is IMMUTABLE), then a new system with the same name will be defined and registered in its place
from which build details will have been cleared.
Note that this does NOT in any way cause any of the code of the system to be unloaded. Returns T if system was or is now undefined, NIL if a new preloaded system was redefined.

Package

asdf/system-registry.

Source

system-registry.lisp.

Function: close-streams (process-info)

Close any stream that the process might own. Needs to be run whenever streams were requested by passing :stream to :input, :output, or :error-output.

Package

uiop/launch-program.

Source

launch-program.lisp.

Function: coerce-class (class &key package super error)

Coerce CLASS to a class that is subclass of SUPER if specified,
or invoke ERROR handler as per CALL-FUNCTION.

A keyword designates the name a symbol, which when found in either PACKAGE, designates a class. – for backward compatibility, *PACKAGE* is also accepted for now, but this may go in the future. A string is read as a symbol while in PACKAGE, the symbol designates a class.

A class object designates itself.
NIL designates itself (no class).
A symbol otherwise designates a class by name.

Package

uiop/utility.

Source

utility.lisp.

Function: coerce-filename (name)

Coerce a system designator NAME into a string suitable as a filename component. The (current) transformation is to replace characters /:\ each by –,
the former being forbidden in a filename component.
NB: The onus is unhappily on the user to avoid clashes.

Package

asdf/system.

Source

system.lisp.

Function: coerce-name (name)

Given a designator for a component NAME, return the name as a string.
The designator can be a COMPONENT (designing its name; note that a SYSTEM is a component), a SYMBOL (designing its name, downcased), or a STRING (designing itself).

Package

asdf/system.

Source

system.lisp.

Function: coerce-pathname (name &key type defaults)

DEPRECATED. Please use UIOP:PARSE-UNIX-NAMESTRING instead.

Package

uiop/backward-driver.

Source

backward-driver.lisp.

Function: collect-asds-in-directory (directory collect)
Package

asdf/source-registry.

Source

source-registry.lisp.

Function: collect-sub*directories (directory collectp recursep collector)

Given a DIRECTORY, when COLLECTP returns true when CALL-FUNCTION’ed with the directory,
call-function the COLLECTOR function designator on the directory,
and recurse each of its subdirectories on which the RECURSEP returns true when CALL-FUNCTION’ed with them. This function will thus let you traverse a filesystem hierarchy,
superseding the functionality of CL-FAD:WALK-DIRECTORY.
The behavior in presence of symlinks is not portable. Use IOlib to handle such situations.

Package

uiop/filesystem.

Source

filesystem.lisp.

Function: collect-sub*directories-asd-files (directory &key exclude collect recurse-beyond-asds ignore-cache)
Package

asdf/source-registry.

Source

source-registry.lisp.

Function: combine-fasls (inputs output)

Combine a list of FASLs INPUTS into a single FASL OUTPUT

Package

uiop/lisp-build.

Source

lisp-build.lisp.

Function: command-line-arguments (&optional arguments)

Extract user arguments from command-line invocation of current process. Assume the calling conventions of a generated script that uses – if we are not called from a directly executable image.

Package

uiop/image.

Source

image.lisp.

Function: compile-file* (input-file &rest keys &key compile-check output-file warnings-file emit-cfasl &allow-other-keys)

This function provides a portable wrapper around COMPILE-FILE.
It ensures that the OUTPUT-FILE value is only returned and
the file only actually created if the compilation was successful,
even though your implementation may not do that. It also checks an optional user-provided consistency function COMPILE-CHECK to determine success;
it will call this function if not NIL at the end of the compilation
with the arguments sent to COMPILE-FILE*, except with :OUTPUT-FILE TMP-FILE where TMP-FILE is the name of a temporary output-file.
It also checks two flags (with legacy british spelling from ASDF1), *COMPILE-FILE-FAILURE-BEHAVIOUR* and *COMPILE-FILE-WARNINGS-BEHAVIOUR*
with appropriate implementation-dependent defaults,
and if a failure (respectively warnings) are reported by COMPILE-FILE,
it will consider that an error unless the respective behaviour flag
is one of :SUCCESS :WARN :IGNORE.
If WARNINGS-FILE is defined, deferred warnings are saved to that file.
On ECL or MKCL, it creates both the linkable object and loadable fasl files. On implementations that erroneously do not recognize standard keyword arguments, it will filter them appropriately.

Package

uiop/lisp-build.

Source

lisp-build.lisp.

Function: compile-file-pathname* (input-file &rest keys &key output-file &allow-other-keys)

Variant of COMPILE-FILE-PATHNAME that works well with COMPILE-FILE*

Package

uiop/lisp-build.

Source

lisp-build.lisp.

Function: compile-file-type (&rest keys)

pathname TYPE for lisp FASt Loading files

Package

uiop/lisp-build.

Source

lisp-build.lisp.

Function: compile-system (system &rest args &key force force-not verbose version &allow-other-keys)

Shorthand for ‘(asdf:operate ’asdf:compile-op system)‘. See OPERATE for details.

Package

asdf/operate.

Source

operate.lisp.

Function: component-find-path (component)

Return a path from a root system to the COMPONENT.
The return value is a list of component NAMES; a list of strings.

Package

asdf/component.

Source

component.lisp.

Function: component-load-dependencies (component)

DEPRECATED. Please use COMPONENT-SIDEWAY-DEPENDENCIES instead; or better, define your operations with proper use of SIDEWAY-OPERATION, SELFWARD-OPERATION, or define methods on PREPARE-OP, etc.

Package

asdf/backward-interface.

Source

backward-interface.lisp.

Function: component-loaded-p (component)

Has the given COMPONENT been successfully loaded in the current image (yet)? Note that this returns true even if the component is not up to date.

Package

asdf/operate.

Source

operate.lisp.

Function: compute-children-by-name (parent &key only-if-needed-p)
Package

asdf/component.

Source

component.lisp.

Function: compute-file-stamp (normalized-namestring)
Package

asdf/session.

Source

session.lisp.

Function: compute-output-translations (&optional parameter)

read the configuration, return it

Package

asdf/output-translations.

Source

output-translations.lisp.

Function: compute-source-registry (&optional parameter registry)
Package

asdf/source-registry.

Source

source-registry.lisp.

Function: concatenate-files (inputs output)

create a new OUTPUT file the contents of which a the concatenate of the INPUTS files.

Package

uiop/stream.

Source

stream.lisp.

Function: configuration-inheritance-directive-p (x)

Is X a configuration inheritance directive?

Package

uiop/configuration.

Source

configuration.lisp.

Function: consult-asdf-cache (key &optional thunk)
Package

asdf/session.

Source

session.lisp.

Function: copy-file (input output)

Copy contents of the INPUT file to the OUTPUT file

Package

uiop/stream.

Source

stream.lisp.

Function: copy-stream-to-stream (input output &key element-type buffer-size linewise prefix)

Copy the contents of the INPUT stream into the OUTPUT stream.
If LINEWISE is true, then read and copy the stream line by line, with an optional PREFIX. Otherwise, using WRITE-SEQUENCE using a buffer of size BUFFER-SIZE.

Package

uiop/stream.

Source

stream.lisp.

Function: create-image (destination lisp-object-files &key kind output-name prologue-code epilogue-code extra-object-files prelude postlude entry-point build-args no-uiop)

On ECL, create an executable at pathname DESTINATION from the specified OBJECT-FILES and options

Package

uiop/image.

Source

image.lisp.

Function: current-lisp-file-pathname ()

Portably return the PATHNAME of the current Lisp source file being compiled or loaded

Package

uiop/lisp-build.

Source

lisp-build.lisp.

Function: default-encoding-external-format (encoding)

Default, ignorant, function to transform a character ENCODING as a portable keyword to an implementation-dependent EXTERNAL-FORMAT specification. Load system ASDF-ENCODINGS to hook in a better one.

Package

uiop/stream.

Source

stream.lisp.

Function: default-system-source-registry ()
Package

asdf/source-registry.

Source

source-registry.lisp.

Function: default-temporary-directory ()

Return a default directory to use for temporary files

Package

uiop/stream.

Source

stream.lisp.

Function: default-user-source-registry ()
Package

asdf/source-registry.

Source

source-registry.lisp.

Function: delete-directory-tree (directory-pathname &key validate if-does-not-exist)

Delete a directory including all its recursive contents, aka rm -rf.

To reduce the risk of infortunate mistakes, DIRECTORY-PATHNAME must be
a physical non-wildcard directory pathname (not namestring).

If the directory does not exist, the IF-DOES-NOT-EXIST argument specifies what happens:
if it is :ERROR (the default), an error is signaled, whereas if it is :IGNORE, nothing is done.

Furthermore, before any deletion is attempted, the DIRECTORY-PATHNAME must pass
the validation function designated (as per ENSURE-FUNCTION) by the VALIDATE keyword argument which in practice is thus compulsory, and validates by returning a non-NIL result.
If you’re suicidal or extremely confident, just use :VALIDATE T.

Package

uiop/filesystem.

Source

filesystem.lisp.

Function: delete-empty-directory (directory-pathname)

Delete an empty directory

Package

uiop/filesystem.

Source

filesystem.lisp.

Function: delete-file-if-exists (x)

Delete a file X if it already exists

Package

uiop/filesystem.

Source

filesystem.lisp.

Function: delete-package* (package &key nuke)
Package

uiop/package.

Source

package.lisp.

Function: denormalize-pathname-directory-component (directory-component)

Convert the DIRECTORY-COMPONENT from a CLHS-standard format to a format usable by the underlying implementation’s MAKE-PATHNAME and other primitives

Package

uiop/pathname.

Source

pathname.lisp.

Function: detect-encoding (pathname)

Detects the encoding of a specified file, going through user-configurable hooks

Package

uiop/stream.

Source

stream.lisp.

Function: detect-os ()

Detects the current operating system. Only needs be run at compile-time, except on ABCL where it might change between FASL compilation and runtime.

Package

uiop/os.

Source

os.lisp.

Function: determine-system-directory (pathname)
Package

asdf/parse-defsystem.

Source

parse-defsystem.lisp.

Function: die (code format &rest arguments)

Die in error with some error message

Package

uiop/image.

Source

image.lisp.

Function: direct-dependencies (operation component)

Compute a list of the direct dependencies of the action within the plan

Package

asdf/plan.

Source

plan.lisp.

Function: direct-dependency-files (o c &key test key &allow-other-keys)
Package

asdf/bundle.

Source

bundle.lisp.

Function: directorize-pathname-host-device (pathname)

Given a PATHNAME, return a pathname that has representations of its HOST and DEVICE components added to its DIRECTORY component. This is useful for output translations.

Package

uiop/pathname.

Source

pathname.lisp.

Function: directory* (pathname-spec &rest keys &key &allow-other-keys)

Return a list of the entries in a directory by calling DIRECTORY.
Try to override the defaults to not resolving symlinks, if implementation allows.

Package

uiop/filesystem.

Source

filesystem.lisp.

Function: directory-asd-files (directory)
Package

asdf/source-registry.

Source

source-registry.lisp.

Function: directory-exists-p (x)

Is X the name of a directory that exists on the filesystem?

Package

uiop/filesystem.

Source

filesystem.lisp.

Function: directory-files (directory &optional pattern)

Return a list of the files in a directory according to the PATTERN.
Subdirectories should NOT be returned.
PATTERN defaults to a pattern carefully chosen based on the implementation;
override the default at your own risk.
DIRECTORY-FILES tries NOT to resolve symlinks if the implementation permits this,
but the behavior in presence of symlinks is not portable. Use IOlib to handle such situations.

Package

uiop/filesystem.

Source

filesystem.lisp.

Function: directory-pathname-p (pathname)

Does PATHNAME represent a directory?

A directory-pathname is a pathname _without_ a filename. The three ways that the filename components can be missing are for it to be NIL, :UNSPECIFIC or the empty string.

Note that this does _not_ check to see that PATHNAME points to an actually-existing directory.

Package

uiop/pathname.

Source

pathname.lisp.

Function: directory-separator-for-host (&optional pathname)

Given a PATHNAME, return the character used to delimit directory names on this host and device.

Package

uiop/pathname.

Source

pathname.lisp.

Function: disable-deferred-warnings-check ()

Disable the saving of deferred warnings

Package

uiop/lisp-build.

Source

lisp-build.lisp.

Function: disable-output-translations ()

Initialize output translations in a way that maps every file to itself, effectively disabling the output translation facility.

Package

asdf/output-translations.

Source

output-translations.lisp.

Function: dump-image (filename &key output-name executable postlude dump-hook compression)

Dump an image of the current Lisp environment at pathname FILENAME, with various options.

First, finalize the image, by evaluating the POSTLUDE as per EVAL-INPUT, then calling each of the functions in DUMP-HOOK, in reverse order of registration by REGISTER-IMAGE-DUMP-HOOK.

If EXECUTABLE is true, create an standalone executable program that calls RESTORE-IMAGE on startup.

Pass various implementation-defined options, such as PREPEND-SYMBOLS and PURITY on CCL,
or COMPRESSION on SBCL, and APPLICATION-TYPE on SBCL/Windows.

Package

uiop/image.

Source

image.lisp.

Function: earlier-timestamp (x y)
Package

uiop/utility.

Source

utility.lisp.

Function: earliest-timestamp (&rest list)
Package

uiop/utility.

Source

utility.lisp.

Function: easy-sh-character-p (x)

Is X an "easy" character that does not require quoting by the shell?

Package

uiop/launch-program.

Source

launch-program.lisp.

Function: emptyp (x)

Predicate that is true for an empty sequence

Package

uiop/utility.

Source

utility.lisp.

Function: enable-asdf-binary-locations-compatibility (&key centralize-lisp-binaries default-toplevel-directory include-per-user-information map-all-source-files source-to-target-mappings file-types)

DEPRECATED. Use asdf-output-translations instead.

Package

asdf/backward-interface.

Source

backward-interface.lisp.

Function: enable-deferred-warnings-check ()

Enable the saving of deferred warnings

Package

uiop/lisp-build.

Source

lisp-build.lisp.

Function: encoding-external-format (encoding)

Transform a portable ENCODING keyword to an implementation-dependent EXTERNAL-FORMAT, going through all the proper hooks.

Package

uiop/stream.

Source

stream.lisp.

Function: enough-pathname (maybe-subpath base-pathname)

if MAYBE-SUBPATH is a pathname that is under BASE-PATHNAME, return a pathname object that when used with MERGE-PATHNAMES* with defaults BASE-PATHNAME, returns MAYBE-SUBPATH.

Package

uiop/pathname.

Source

pathname.lisp.

Function: ensure-absolute-pathname (path &optional defaults on-error)

Given a pathname designator PATH, return an absolute pathname as specified by PATH
considering the DEFAULTS, or, if not possible, use CALL-FUNCTION on the specified ON-ERROR behavior, with a format control-string and other arguments as arguments

Package

uiop/pathname.

Source

pathname.lisp.

Function: ensure-all-directories-exist (pathnames)

Ensure that for every pathname in PATHNAMES, we ensure its directories exist

Package

uiop/filesystem.

Source

filesystem.lisp.

Function: ensure-directory-pathname (pathspec &optional on-error)

Converts the non-wild pathname designator PATHSPEC to directory form.

Package

uiop/pathname.

Source

pathname.lisp.

Function: ensure-function (fun &key package)

Coerce the object FUN into a function.

If FUN is a FUNCTION, return it.
If the FUN is a non-sequence literal constant, return constantly that, i.e. for a boolean keyword character number or pathname.
Otherwise if FUN is a non-literally constant symbol, return its FDEFINITION. If FUN is a CONS, return the function that applies its CAR
to the appended list of the rest of its CDR and the arguments,
unless the CAR is LAMBDA, in which case the expression is evaluated.
If FUN is a string, READ a form from it in the specified PACKAGE (default: CL) and EVAL that in a (FUNCTION ...) context.

Package

uiop/utility.

Source

utility.lisp.

Function: ensure-gethash (key table default)

Lookup the TABLE for a KEY as by GETHASH, but if not present,
call the (possibly constant) function designated by DEFAULT as per CALL-FUNCTION, set the corresponding entry to the result in the table.
Return two values: the entry after its optional computation, and whether it was found

Package

uiop/utility.

Source

utility.lisp.

Function: ensure-list (x)
Package

uiop/utility.

Source

utility.lisp.

Function: ensure-output-translations ()
Package

asdf/output-translations.

Source

output-translations.lisp.

Function: ensure-package (name &key nicknames documentation use shadow shadowing-import-from import-from export intern recycle mix reexport unintern local-nicknames)
Package

uiop/package.

Source

package.lisp.

Function: ensure-package-unused (package)
Package

uiop/package.

Source

package.lisp.

Function: ensure-pathname (pathname &key on-error defaults type dot-dot namestring empty-is-nil want-pathname want-logical want-physical ensure-physical want-relative want-absolute ensure-absolute ensure-subpath want-non-wild want-wild wilden want-file want-directory ensure-directory want-existing ensure-directories-exist truename resolve-symlinks truenamize)

Coerces its argument into a PATHNAME,
optionally doing some transformations and checking specified constraints.

If the argument is NIL, then NIL is returned unless the WANT-PATHNAME constraint is specified.

If the argument is a STRING, it is first converted to a pathname via
PARSE-UNIX-NAMESTRING, PARSE-NAMESTRING or PARSE-NATIVE-NAMESTRING respectively
depending on the NAMESTRING argument being :UNIX, :LISP or :NATIVE respectively,
or else by using CALL-FUNCTION on the NAMESTRING argument;
if :UNIX is specified (or NIL, the default, which specifies the same thing),
then PARSE-UNIX-NAMESTRING it is called with the keywords
DEFAULTS TYPE DOT-DOT ENSURE-DIRECTORY WANT-RELATIVE, and
the result is optionally merged into the DEFAULTS if ENSURE-ABSOLUTE is true.

The pathname passed or resulting from parsing the string
is then subjected to all the checks and transformations below are run.

Each non-nil constraint argument can be one of the symbols T, ERROR, CERROR or IGNORE.
The boolean T is an alias for ERROR.
ERROR means that an error will be raised if the constraint is not satisfied.
CERROR means that an continuable error will be raised if the constraint is not satisfied. IGNORE means just return NIL instead of the pathname.

The ON-ERROR argument, if not NIL, is a function designator (as per CALL-FUNCTION)
that will be called with the the following arguments:
a generic format string for ensure pathname, the pathname,
the keyword argument corresponding to the failed check or transformation,
a format string for the reason ENSURE-PATHNAME failed,
and a list with arguments to that format string.
If ON-ERROR is NIL, ERROR is used instead, which does the right thing.
You could also pass (CERROR "CONTINUE DESPITE FAILED CHECK").

The transformations and constraint checks are done in this order,
which is also the order in the lambda-list:

EMPTY-IS-NIL returns NIL if the argument is an empty string.
WANT-PATHNAME checks that pathname (after parsing if needed) is not null.
Otherwise, if the pathname is NIL, ensure-pathname returns NIL.
WANT-LOGICAL checks that pathname is a LOGICAL-PATHNAME
WANT-PHYSICAL checks that pathname is not a LOGICAL-PATHNAME
ENSURE-PHYSICAL ensures that pathname is physical via TRANSLATE-LOGICAL-PATHNAME WANT-RELATIVE checks that pathname has a relative directory component
WANT-ABSOLUTE checks that pathname does have an absolute directory component ENSURE-ABSOLUTE merges with the DEFAULTS, then checks again
that the result absolute is an absolute pathname indeed.
ENSURE-SUBPATH checks that the pathname is a subpath of the DEFAULTS.
WANT-FILE checks that pathname has a non-nil FILE component
WANT-DIRECTORY checks that pathname has nil FILE and TYPE components
ENSURE-DIRECTORY uses ENSURE-DIRECTORY-PATHNAME to interpret
any file and type components as being actually a last directory component.
WANT-NON-WILD checks that pathname is not a wild pathname
WANT-WILD checks that pathname is a wild pathname
WILDEN merges the pathname with **/*.*.* if it is not wild
WANT-EXISTING checks that a file (or directory) exists with that pathname. ENSURE-DIRECTORIES-EXIST creates any parent directory with ENSURE-DIRECTORIES-EXIST. TRUENAME replaces the pathname by its truename, or errors if not possible.
RESOLVE-SYMLINKS replaces the pathname by a variant with symlinks resolved by RESOLVE-SYMLINKS. TRUENAMIZE uses TRUENAMIZE to resolve as many symlinks as possible.

Package

uiop/pathname.

Source

filesystem.lisp.

Function: ensure-source-registry (&optional parameter)
Package

asdf/source-registry.

Source

source-registry.lisp.

Function: environment-output-translations ()
Package

asdf/output-translations.

Source

output-translations.lisp.

Function: environment-source-registry ()
Package

asdf/source-registry.

Source

source-registry.lisp.

Function: escape-command (command &optional s escaper)

Given a COMMAND as a list of tokens, return a string of the spaced, escaped tokens, using ESCAPER to escape.

Package

uiop/launch-program.

Source

launch-program.lisp.

Function: escape-sh-command (command &optional s)

Escape a list of command-line arguments into a string suitable for parsing by /bin/sh in POSIX

Package

uiop/launch-program.

Source

launch-program.lisp.

Function: escape-sh-token (token &optional s)

Escape a string TOKEN within double-quotes if needed for use within a POSIX Bourne shell, outputing to S.

Package

uiop/launch-program.

Source

launch-program.lisp.

Function: escape-shell-command (command &optional stream)

Escape a command for the current operating system’s shell

Package

uiop/launch-program.

Source

launch-program.lisp.

Function: escape-shell-token (token &optional s)

Escape a token for the current operating system shell

Package

uiop/launch-program.

Source

launch-program.lisp.

Function: escape-token (token &key stream quote good-chars bad-chars escaper)

Call the ESCAPER function on TOKEN string if it needs escaping as per REQUIRES-ESCAPING-P using GOOD-CHARS and BAD-CHARS, otherwise output TOKEN, using STREAM as output (or returning result as a string if NIL)

Package

uiop/launch-program.

Source

launch-program.lisp.

Function: escape-windows-command (command &optional s)

Escape a list of command-line arguments into a string suitable for parsing by CommandLineToArgv in MS Windows

Package

uiop/launch-program.

Source

launch-program.lisp.

Function: escape-windows-token (token &optional s)

Escape a string TOKEN within double-quotes if needed for use within a MS Windows command-line, outputing to S.

Package

uiop/launch-program.

Source

launch-program.lisp.

Function: eval-input (input)

Portably read and evaluate forms from INPUT, return the last values.

Package

uiop/stream.

Source

stream.lisp.

Function: eval-thunk (thunk)

Evaluate a THUNK of code:
If a function, FUNCALL it without arguments.
If a constant literal and not a sequence, return it.
If a cons or a symbol, EVAL it.
If a string, repeatedly read and evaluate from it, returning the last values.

Package

uiop/stream.

Source

stream.lisp.

Function: export* (name package-designator)
Package

uiop/package.

Source

package.lisp.

Function: fatal-condition-p (condition)

Is the CONDITION fatal?

Package

uiop/image.

Source

image.lisp.

Function: featurep (x &optional *features*)

Checks whether a feature expression X is true with respect to the *FEATURES* set, as per the CLHS standard for #+ and #-. Beware that just like the CLHS,
we assume symbols from the KEYWORD package are used, but that unless you’re using #+/#- your reader will not have magically used the KEYWORD package, so you need specify keywords explicitly.

Package

uiop/os.

Source

os.lisp.

Function: file-exists-p (x)

Is X the name of a file that exists on the filesystem?

Package

uiop/filesystem.

Source

filesystem.lisp.

Function: file-or-synonym-stream-p (stream)
Package

uiop/stream.

Source

stream.lisp.

Function: file-pathname-p (pathname)

Does PATHNAME represent a file, i.e. has a non-null NAME component?

Accepts NIL, a string (converted through PARSE-NAMESTRING) or a PATHNAME.

Note that this does _not_ check to see that PATHNAME points to an actually-existing file.

Returns the (parsed) PATHNAME when true

Package

uiop/pathname.

Source

pathname.lisp.

Function: file-stream-p (stream)
Package

uiop/stream.

Source

stream.lisp.

Function: filter-logical-directory-results (directory entries merger)

If DIRECTORY isn’t a logical pathname, return ENTRIES. If it is,
given ENTRIES in the DIRECTORY, remove the entries which are physical yet when transformed by MERGER have a different TRUENAME.
Also remove duplicates as may appear with some translation rules.
This function is used as a helper to DIRECTORY-FILES to avoid invalid entries when using logical-pathnames.

Package

uiop/filesystem.

Source

filesystem.lisp.

Function: filter-pathname-set (dirs)

Parse strings as unix namestrings and remove duplicates and non absolute-pathnames in a list.

Package

uiop/configuration.

Source

configuration.lisp.

Function: find-action (path)

Reconstitute an action from its action-path

Package

asdf/action.

Source

action.lisp.

Function: find-package* (package-designator &optional errorp)

Like CL:FIND-PACKAGE, but by default raises a UIOP:NO-SUCH-PACKAGE-ERROR if the package is not found.

Package

uiop/package.

Source

package.lisp.

Function: find-preferred-file (files &key direction)

Find first file in the list of FILES that exists (for direction :input or :probe) or just the first one (for direction :output or :io).
Note that when we say "file" here, the files in question may be directories.

Package

uiop/configuration.

Source

configuration.lisp.

Function: find-standard-case-symbol (name-designator package-designator &optional error)

Find a symbol designated by NAME-DESIGNATOR in a package designated by PACKAGE-DESIGNATOR, where STANDARD-CASE-SYMBOL-NAME is used to transform them if these designators are strings. If optional ERROR argument is NIL, return NIL instead of an error when the symbol is not found.

Package

uiop/utility.

Source

utility.lisp.

Function: find-symbol* (name package-designator &optional error)

Find a symbol in a package of given string’ified NAME;
unlike CL:FIND-SYMBOL, work well with ’modern’ case sensitive syntax by letting you supply a symbol or keyword for the name;
also works well when the package is not present.
If optional ERROR argument is NIL, return NIL instead of an error when the symbol is not found.

Package

uiop/package.

Source

package.lisp.

Function: find-system-if-being-defined (name)
Package

asdf/system-registry.

Source

find-system.lisp.

Function: finish-outputs (&rest streams)

Finish output on the main output streams as well as any specified one. Useful for portably flushing I/O before user input or program exit.

Package

uiop/stream.

Source

stream.lisp.

Function: first-char (s)

Return the first character of a non-empty string S, or NIL

Package

uiop/utility.

Source

utility.lisp.

Function: flatten-source-registry (&optional parameter)
Package

asdf/source-registry.

Source

source-registry.lisp.

Function: format! (stream format &rest args)

Just like format, but call finish-outputs before and after the output.

Package

uiop/stream.

Source

stream.lisp.

Function: format-action (stream action &optional colon-p at-sign-p)

FORMAT helper to display an action’s action-description.
Use it in FORMAT control strings as ~/asdf-action:format-action/

Package

asdf/action.

Source

action.lisp.

Function: fresh-package-name (&key prefix separator index)
Package

uiop/package.

Source

package.lisp.

Function: get-file-stamp (file)
Package

asdf/session.

Source

session.lisp.

Function: get-folder-path (folder)

Semi-portable implementation of a subset of LispWorks’ sys:get-folder-path, this function tries to locate the Windows FOLDER for one of :LOCAL-APPDATA, :APPDATA or :COMMON-APPDATA.
Returns NIL when the folder is not defined (e.g., not on Windows).

Package

uiop/configuration.

Source

configuration.lisp.

Function: get-pathname-defaults (&optional defaults)

Find the actual DEFAULTS to use for pathnames, including resolving them with respect to GETCWD if the DEFAULTS were relative

Package

uiop/filesystem.

Source

filesystem.lisp.

Function: getcwd ()

Get the current working directory as per POSIX getcwd(3), as a pathname object

Package

uiop/os.

Source

os.lisp.

Function: getenv (x)

Query the environment, as in C getenv.
Beware: may return empty string if a variable is present but empty; use getenvp to return NIL in such a case.

Package

uiop/os.

Source

os.lisp.

Setf expander for this function

(setf getenv).

Function: getenv-absolute-directories (x)

Extract a list of absolute directories from a user-configured environment variable, as per native OS. Any empty entries in the environment variable X will be returned as NILs.

Package

uiop/filesystem.

Source

filesystem.lisp.

Function: getenv-absolute-directory (x)

Extract an absolute directory pathname from a user-configured environment variable, as per native OS

Package

uiop/filesystem.

Source

filesystem.lisp.

Function: getenv-pathname (x &rest constraints &key ensure-directory want-directory on-error &allow-other-keys)

Extract a pathname from a user-configured environment variable, as per native OS, check constraints and normalize as per ENSURE-PATHNAME.

Package

uiop/filesystem.

Source

filesystem.lisp.

Function: getenv-pathnames (x &rest constraints &key on-error &allow-other-keys)

Extract a list of pathname from a user-configured environment variable, as per native OS, check constraints and normalize each one as per ENSURE-PATHNAME.
Any empty entries in the environment variable X will be returned as NILs.

Package

uiop/filesystem.

Source

filesystem.lisp.

Function: getenvp (x)

Predicate that is true if the named variable is present in the libc environment, then returning the non-empty string value of the variable

Package

uiop/os.

Source

os.lisp.

Function: handle-fatal-condition (condition)

Handle a fatal CONDITION:
depending on whether *LISP-INTERACTION* is set, enter debugger or die

Package

uiop/image.

Source

image.lisp.

Function: hidden-pathname-p (pathname)

Return a boolean that is true if the pathname is hidden as per Unix style, i.e. its name starts with a dot.

Package

uiop/pathname.

Source

pathname.lisp.

Function: home-package-p (symbol package)
Package

uiop/package.

Source

package.lisp.

Function: hostname ()

return the hostname of the current host

Package

uiop/os.

Source

os.lisp.

Function: implementation-identifier ()

Return a string that identifies the ABI of the current implementation,
suitable for use as a directory name to segregate Lisp FASLs, C dynamic libraries, etc.

Package

uiop/os.

Source

os.lisp.

Function: implementation-type ()

The type of Lisp implementation used, as a short UIOP-standardized keyword

Package

uiop/os.

Source

os.lisp.

Function: import* (symbol package-designator)
Package

uiop/package.

Source

package.lisp.

Function: in-first-directory (dirs x &key direction)

Finds the first appropriate file named X in the list of DIRS for I/O in DIRECTION (which may be :INPUT, :OUTPUT, :IO, or :PROBE).
If direction is :INPUT or :PROBE, will return the first extant file named X in one of the DIRS.
If direction is :OUTPUT or :IO, will simply return the file named X in the first element of DIRS that exists. DEPRECATED.

Package

uiop/configuration.

Source

backward-driver.lisp.

Function: in-system-configuration-directory (x &key direction)

Return the pathname for the file named X under the system configuration directory for common-lisp. DEPRECATED.

Package

uiop/configuration.

Source

backward-driver.lisp.

Function: in-user-configuration-directory (x &key direction)

Return the file named X in the user configuration directory for common-lisp. DEPRECATED.

Package

uiop/configuration.

Source

backward-driver.lisp.

Function: inherit-source-registry (inherit &key register)
Package

asdf/source-registry.

Source

source-registry.lisp.

Function: initialize-output-translations (&optional parameter)

read the configuration, initialize the internal configuration variable, return the configuration

Package

asdf/output-translations.

Source

output-translations.lisp.

Function: initialize-source-registry (&optional parameter)
Package

asdf/source-registry.

Source

source-registry.lisp.

Function: input-string (&optional input)

If the desired INPUT is a string, return that string; otherwise slurp the INPUT into a string and return that

Package

uiop/stream.

Source

stream.lisp.

Function: inter-directory-separator ()

What character does the current OS conventionally uses to separate directories?

Package

uiop/filesystem.

Source

filesystem.lisp.

Function: intern* (name package-designator &optional error)
Package

uiop/package.

Source

package.lisp.

Function: known-system-with-bad-secondary-system-names-p (asd-name)
Package

asdf/parse-defsystem.

Source

parse-defsystem.lisp.

Function: last-char (s)

Return the last character of a non-empty string S, or NIL

Package

uiop/utility.

Source

utility.lisp.

Function: later-timestamp (x y)
Package

uiop/utility.

Source

utility.lisp.

Function: latest-timestamp (&rest list)
Package

uiop/utility.

Source

utility.lisp.

Function: launch-program (command &rest keys &key input if-input-does-not-exist output if-output-exists error-output if-error-output-exists element-type external-format directory &allow-other-keys)

Launch program specified by COMMAND,
either a list of strings specifying a program and list of arguments,
or a string specifying a shell command (/bin/sh on Unix, CMD.EXE on Windows) _asynchronously_.

If OUTPUT is a pathname, a string designating a pathname, or NIL (the default) designating the null device, the file at that path is used as output.
If it’s :INTERACTIVE, output is inherited from the current process;
beware that this may be different from your *STANDARD-OUTPUT*, and
under SLIME will be on your *inferior-lisp* buffer. If it’s T, output
goes to your current *STANDARD-OUTPUT* stream. If it’s :STREAM, a new stream will be made available that can be accessed via
PROCESS-INFO-OUTPUT and read from. Otherwise, OUTPUT should be a value
that the underlying lisp implementation knows how to handle.

IF-OUTPUT-EXISTS, which is only meaningful if OUTPUT is a string or a pathname, can take the values :ERROR, :APPEND, and :SUPERSEDE (the default). The meaning of these values and their effect on the case
where OUTPUT does not exist, is analogous to the IF-EXISTS parameter
to OPEN with :DIRECTION :OUTPUT.

ERROR-OUTPUT is similar to OUTPUT. T designates the *ERROR-OUTPUT*,
:OUTPUT means redirecting the error output to the output stream,
and :STREAM causes a stream to be made available via PROCESS-INFO-ERROR-OUTPUT.

IF-ERROR-OUTPUT-EXISTS is similar to IF-OUTPUT-EXIST, except that it affects ERROR-OUTPUT rather than OUTPUT.

INPUT is similar to OUTPUT, except that T designates the
*STANDARD-INPUT* and a stream requested through the :STREAM keyword
would be available through PROCESS-INFO-INPUT.

IF-INPUT-DOES-NOT-EXIST, which is only meaningful if INPUT is a string
or a pathname, can take the values :CREATE and :ERROR (the
default). The meaning of these values is analogous to the
IF-DOES-NOT-EXIST parameter to OPEN with :DIRECTION :INPUT.

ELEMENT-TYPE and EXTERNAL-FORMAT are passed on to your Lisp
implementation, when applicable, for creation of the output stream.

LAUNCH-PROGRAM returns a PROCESS-INFO object.

LAUNCH-PROGRAM currently does not smooth over all the differences between implementations. Of particular note is when streams are provided for OUTPUT or ERROR-OUTPUT. Some implementations don’t support this at all, some support only certain subclasses of streams, and some support any arbitrary
stream. Additionally, the implementations that support streams may have differing behavior on how those streams are filled with data. If data is not periodically read from the child process and sent to the stream, the child could block because its output buffers are full.

Package

uiop/launch-program.

Source

launch-program.lisp.

Function: length=n-p (x n)
Package

uiop/utility.

Source

utility.lisp.

Function: lexicographic< (element< x y)

Lexicographically compare two lists of using the function element< to compare elements. element< is a strict total order; the resulting order on X and Y will also be strict.

Package

uiop/utility.

Source

utility.lisp.

Function: lexicographic<= (element< x y)

Lexicographically compare two lists of using the function element< to compare elements. element< is a strict total order; the resulting order on X and Y will be a non-strict total order.

Package

uiop/utility.

Source

utility.lisp.

Function: lisp-compilation-output-files (o c)

Compute the output-files for compiling the Lisp file for the specified action (O . C), an OPERATION and a COMPONENT.

Package

asdf/lisp-action.

Source

lisp-action.lisp.

Function: lisp-implementation-directory (&key truename)

Where are the system files of the current installation of the CL implementation?

Package

uiop/filesystem.

Source

filesystem.lisp.

Function: lisp-implementation-pathname-p (pathname)

Is the PATHNAME under the current installation of the CL implementation?

Package

uiop/filesystem.

Source

filesystem.lisp.

Function: lisp-version-string ()

return a string that identifies the current Lisp implementation version

Package

uiop/os.

Source

os.lisp.

Function: lispize-pathname (input-file)

From a INPUT-FILE pathname, return a corresponding .lisp source pathname

Package

uiop/lisp-build.

Source

lisp-build.lisp.

Function: list-to-hash-set (list)

Convert a LIST into hash-table that has the same elements when viewed as a set, up to the given equality TEST

Package

uiop/utility.

Source

utility.lisp.

Function: load* (x &rest keys &key &allow-other-keys)

Portable wrapper around LOAD that properly handles loading from a stream.

Package

uiop/lisp-build.

Source

lisp-build.lisp.

Function: load-asd (pathname &key name)

Load system definitions from PATHNAME.
NAME if supplied is the name of a system expected to be defined in that file.

Do NOT try to load a .asd file directly with CL:LOAD. Always use ASDF:LOAD-ASD.

Package

asdf/find-system.

Source

find-system.lisp.

Function: load-from-string (string)

Portably read and evaluate forms from a STRING.

Package

uiop/lisp-build.

Source

lisp-build.lisp.

Function: load-pathname ()

Portably return the LOAD-PATHNAME of the current source file or fasl. May return a relative pathname.

Package

uiop/lisp-build.

Source

lisp-build.lisp.

Function: load-sysdef (name pathname)
Package

asdf/backward-internals.

Source

backward-internals.lisp.

Function: load-system (system &rest keys &key force force-not verbose version &allow-other-keys)

Shorthand for ‘(operate ’asdf:load-op system)‘. See OPERATE for details.

Package

asdf/operate.

Source

operate.lisp.

Function: load-systems (&rest systems)

Loading multiple systems at once.

Package

asdf/operate.

Source

operate.lisp.

Function: load-systems* (systems &rest keys)

Loading multiple systems at once.

Package

asdf/operate.

Source

operate.lisp.

Function: load-uiop-debug-utility (&key package utility-file)

Load the UIOP debug utility in given PACKAGE (default *PACKAGE*).
Beware: The utility is located by EVAL’uating the UTILITY-FILE form (default *UIOP-DEBUG-UTILITY*).

Package

uiop/utility.

Source

utility.lisp.

Function: locate-system (name)

Given a system NAME designator, try to locate where to load the system from.
Returns six values: FOUNDP FOUND-SYSTEM PATHNAME PREVIOUS PREVIOUS-TIME PREVIOUS-PRIMARY FOUNDP is true when a system was found,
either a new unregistered one or a previously registered one.
FOUND-SYSTEM when not null is a SYSTEM object that may be REGISTER-SYSTEM’ed. PATHNAME when not null is a path from which to load the system,
either associated with FOUND-SYSTEM, or with the PREVIOUS system.
PREVIOUS when not null is a previously loaded SYSTEM object of same name. PREVIOUS-TIME when not null is the time at which the PREVIOUS system was loaded. PREVIOUS-PRIMARY when not null is the primary system for the PREVIOUS system.

Package

asdf/find-system.

Source

find-system.lisp.

Function: location-designator-p (x)

Is X a designator for a location?

Package

uiop/configuration.

Source

configuration.lisp.

Function: location-function-p (x)

Is X the specification of a location function?

Package

uiop/configuration.

Source

configuration.lisp.

Function: logical-pathname-p (x)

is X a logical-pathname?

Package

uiop/pathname.

Source

pathname.lisp.

Function: make (system &rest keys)

The recommended way to interact with ASDF3.1 is via (ASDF:MAKE :FOO). It will build system FOO using the operation BUILD-OP,
the meaning of which is configurable by the system, and
defaults to LOAD-OP, to load it in current image.

Package

asdf/operate.

Source

operate.lisp.

Function: make-action (operation component)
Package

asdf/action.

Source

action.lisp.

Function: make-forcing (&key performable-p system force force-not &allow-other-keys)
Package

asdf/forcing.

Source

forcing.lisp.

Function: make-operation (operation-class)

This function creates and memoizes an instance of OPERATION-CLASS. All operation instances MUST be created through this function.

Use of INITARGS is not supported at this time.

Package

asdf/operation.

Source

operation.lisp.

Function: make-pathname* (&rest keys &key directory host device name type version defaults)

Takes arguments like CL:MAKE-PATHNAME in the CLHS, and
tries hard to make a pathname that will actually behave as documented,
despite the peculiarities of each implementation. DEPRECATED: just use MAKE-PATHNAME.

Package

uiop/pathname.

Source

pathname.lisp.

Function: make-pathname-component-logical (x)

Make a pathname component suitable for use in a logical-pathname

Package

uiop/pathname.

Source

pathname.lisp.

Function: make-pathname-logical (pathname host)

Take a PATHNAME’s directory, name, type and version components,
and make a new pathname with corresponding components and specified logical HOST

Package

uiop/pathname.

Source

pathname.lisp.

Function: make-symbol* (name)
Package

uiop/package.

Source

package.lisp.

Function: map-direct-dependencies (operation component fun)

Call FUN on all the valid dependencies of the given action in the given plan

Package

asdf/plan.

Source

plan.lisp.

Function: map-systems (fn)

Apply FN to each defined system.

FN should be a function of one argument. It will be called with an object of type asdf:system.

Package

asdf/system-registry.

Source

system-registry.lisp.

Function: mark-component-preloaded (component)

Mark a component as preloaded.

Package

asdf/system-registry.

Source

find-system.lisp.

Function: match-any-condition-p (condition conditions)

match CONDITION against any of the patterns of CONDITIONS supplied

Package

uiop/utility.

Source

utility.lisp.

Function: match-condition-p (x condition)

Compare received CONDITION to some pattern X:
a symbol naming a condition class,
a simple vector of length 2, arguments to find-symbol* with result as above, or a string describing the format-control of a simple-condition.

Package

uiop/utility.

Source

utility.lisp.

Function: merge-pathname-directory-components (specified defaults)

Helper for MERGE-PATHNAMES* that handles directory components

Package

uiop/pathname.

Source

pathname.lisp.

Function: merge-pathnames* (specified &optional defaults)

MERGE-PATHNAMES* is like MERGE-PATHNAMES except that
if the SPECIFIED pathname does not have an absolute directory,
then the HOST and DEVICE both come from the DEFAULTS, whereas
if the SPECIFIED pathname does have an absolute directory,
then the HOST and DEVICE both come from the SPECIFIED pathname.
This is what users want on a modern Unix or Windows operating system,
unlike the MERGE-PATHNAMES behavior.
Also, if either argument is NIL, then the other argument is returned unmodified; this is unlike MERGE-PATHNAMES which always merges with a pathname,
by default *DEFAULT-PATHNAME-DEFAULTS*, which cannot be NIL.

Package

uiop/pathname.

Source

pathname.lisp.

Function: module-provide-asdf (name)
Package

asdf/operate.

Source

operate.lisp.

Function: native-namestring (x)

From a non-wildcard CL pathname, a return namestring suitable for passing to the operating system

Package

uiop/filesystem.

Source

filesystem.lisp.

Function: next-version (version)

When VERSION is not nil, it is a string, then parse it as a version, compute the next version and return it as a string.

Package

uiop/version.

Source

version.lisp.

Function: nil-pathname (&optional defaults)

A pathname that is as neutral as possible for use as defaults when merging, making or parsing pathnames

Package

uiop/pathname.

Source

pathname.lisp.

Function: normalize-forced-not-systems (force-not system)

Given a SYSTEM on which operate is called, the specified FORCE-NOT argument,
and the set of IMMUTABLE systems, extract a hash-set of systems that are effectively forced-not, or predicate on system names, or NIL if none are forced, or :ALL if all are.

Package

asdf/forcing.

Source

forcing.lisp.

Function: normalize-forced-systems (force system)

Given a SYSTEM on which operate is called and the specified FORCE argument, extract a hash-set of systems that are forced, or a predicate on system names, or NIL if none are forced, or :ALL if all are.

Package

asdf/forcing.

Source

forcing.lisp.

Function: normalize-namestring (pathname)
Package

asdf/session.

Source

session.lisp.

Function: normalize-pathname-directory-component (directory)

Convert the DIRECTORY component from a format usable by the underlying implementation’s MAKE-PATHNAME and other primitives to a CLHS-standard format that is a list and not a string.

Package

uiop/pathname.

Source

pathname.lisp.

Function: not-implemented-error (functionality &optional format-control &rest format-arguments)

Signal an error because some FUNCTIONALITY is not implemented in the current version
of the software on the current platform; it may or may not be implemented in different combinations of version of the software and of the underlying platform. Optionally, report a formatted error message.

Package

uiop/utility.

Source

utility.lisp.

Function: nuke-symbol (symbol &optional packages)
Package

uiop/package.

Source

package.lisp.

Function: nuke-symbol-in-package (symbol package-designator)
Package

uiop/package.

Source

package.lisp.

Function: null-device-pathname ()

Pathname to a bit bucket device that discards any information written to it and always returns EOF when read from

Package

uiop/stream.

Source

stream.lisp.

Function: oos (operation component &rest args &key &allow-other-keys)

Short for _operate on system_ and an alias for the OPERATE function.

Operate does mainly four things for the user:

1. Resolves the OPERATION designator into an operation object.
OPERATION is typically a symbol denoting an operation class, instantiated with MAKE-OPERATION. 2. Resolves the COMPONENT designator into a component object.
COMPONENT is typically a string or symbol naming a system, loaded from disk using FIND-SYSTEM. 3. It then calls MAKE-PLAN with the operation and system as arguments.
4. Finally calls PERFORM-PLAN on the resulting plan to actually build the system.

The entire computation is wrapped in WITH-COMPILATION-UNIT and error handling code.
If a VERSION argument is supplied, then operate also ensures that the system found satisfies it using the VERSION-SATISFIES method.
If a PLAN-CLASS argument is supplied, that class is used for the plan.
If a PLAN-OPTIONS argument is supplied, the options are passed to the plan.

The :FORCE or :FORCE-NOT argument to OPERATE can be:
T to force the inside of the specified system to be rebuilt (resp. not),
without recursively forcing the other systems we depend on.
:ALL to force all systems including other systems we depend on to be rebuilt (resp. not). (SYSTEM1 SYSTEM2 ... SYSTEMN) to force systems named in a given list
:FORCE-NOT has precedence over :FORCE; builtin systems cannot be forced.

For backward compatibility, all keyword arguments are passed to MAKE-OPERATION
when instantiating a new operation, that will in turn be inherited by new operations.
But do NOT depend on it, for this is deprecated behavior.

Package

asdf/operate.

Source

operate.lisp.

Function: operate-level ()
Package

asdf/session.

Source

session.lisp.

Function: (setf operate-level) ()
Package

asdf/session.

Source

session.lisp.

Function: operating-system ()

The operating system of the current host

Package

uiop/os.

Source

os.lisp.

Function: operation-monolithic-p (op)
Package

asdf/bundle.

Source

bundle.lisp.

Function: os-genera-p ()

Is the underlying operating system Genera (running on a Symbolics Lisp Machine)?

Package

uiop/os.

Source

os.lisp.

Function: os-macosx-p ()

Is the underlying operating system MacOS X?

Package

uiop/os.

Source

os.lisp.

Function: os-unix-p ()

Is the underlying operating system some Unix variant?

Package

uiop/os.

Source

os.lisp.

Function: os-windows-p ()

Is the underlying operating system Microsoft Windows?

Package

uiop/os.

Source

os.lisp.

Function: output-file (operation component)

The unique output file of performing OPERATION on COMPONENT

Package

asdf/action.

Source

action.lisp.

Function: output-string (string &optional output)

If the desired OUTPUT is not NIL, print the string to the output; otherwise return the string

Package

uiop/stream.

Source

stream.lisp.

Function: output-translations ()

Return the configured output-translations, if any

Package

asdf/output-translations.

Source

output-translations.lisp.

Function: (setf output-translations) ()
Package

asdf/output-translations.

Source

output-translations.lisp.

Function: output-translations-initialized-p ()

Have the output-translations been initialized yet?

Package

asdf/output-translations.

Source

output-translations.lisp.

Function: package-definition-form (package-designator &key nicknamesp usep shadowp shadowing-import-p exportp importp internp error)
Package

uiop/package.

Source

package.lisp.

Function: package-names (package)
Package

uiop/package.

Source

package.lisp.

Function: packages-from-names (names)
Package

uiop/package.

Source

package.lisp.

Function: parameter-error (format-control functionality &rest format-arguments)

Signal an error because some FUNCTIONALITY or its specific implementation on a given underlying platform does not accept a given parameter or combination of parameters. Report a formatted error message, that takes the functionality as its first argument (that can be skipped with ~*).

Package

uiop/utility.

Source

utility.lisp.

Function: parse-body (body &key documentation whole)

Parses BODY into (values remaining-forms declarations doc-string). Documentation strings are recognized only if DOCUMENTATION is true. Syntax errors in body are signalled and WHOLE is used in the signal arguments when given.

Package

uiop/utility.

Source

utility.lisp.

Function: parse-component-form (parent options &key previous-serial-components)
Package

asdf/parse-defsystem.

Source

parse-defsystem.lisp.

Function: parse-define-package-form (package clauses)
Package

uiop/package.

Source

package.lisp.

Function: parse-file-location-info (s)

helper to parse-windows-shortcut

Package

uiop/os.

Source

os.lisp.

Function: parse-native-namestring (string &rest constraints &key ensure-directory &allow-other-keys)

From a native namestring suitable for use by the operating system, return a CL pathname satisfying all the specified constraints as per ENSURE-PATHNAME

Package

uiop/filesystem.

Source

filesystem.lisp.

Function: parse-output-translations-string (string &key location)
Package

asdf/output-translations.

Source

output-translations.lisp.

Function: parse-source-registry-string (string &key location)
Package

asdf/source-registry.

Source

source-registry.lisp.

Function: parse-unix-namestring (name &rest keys &key type defaults dot-dot ensure-directory &allow-other-keys)

Coerce NAME into a PATHNAME using standard Unix syntax.

Unix syntax is used whether or not the underlying system is Unix;
on such non-Unix systems it is reliably usable only for relative pathnames.
This function is especially useful to manipulate relative pathnames portably,
where it is crucial to possess a portable pathname syntax independent of the underlying OS. This is what PARSE-UNIX-NAMESTRING provides, and why we use it in ASDF.

When given a PATHNAME object, just return it untouched.
When given NIL, just return NIL.
When given a non-null SYMBOL, first downcase its name and treat it as a string.
When given a STRING, portably decompose it into a pathname as below.

#\/ separates directory components.

The last #\/-separated substring is interpreted as follows:
1- If TYPE is :DIRECTORY or ENSURE-DIRECTORY is true,
the string is made the last directory component, and NAME and TYPE are NIL.
if the string is empty, it’s the empty pathname with all slots NIL.
2- If TYPE is NIL, the substring is a file-namestring, and its NAME and TYPE
are separated by SPLIT-NAME-TYPE.
3- If TYPE is a string, it is the given TYPE, and the whole string is the NAME.

Directory components with an empty name or the name "." are removed.
Any directory named ".." is read as DOT-DOT,
which must be one of :BACK or :UP and defaults to :BACK.

HOST, DEVICE and VERSION components are taken from DEFAULTS,
which itself defaults to *NIL-PATHNAME*, also used if DEFAULTS is NIL.
No host or device can be specified in the string itself,
which makes it unsuitable for absolute pathnames outside Unix.

For relative pathnames, these components (and hence the defaults) won’t matter
if you use MERGE-PATHNAMES* but will matter if you use MERGE-PATHNAMES,
which is an important reason to always use MERGE-PATHNAMES*.

Arbitrary keys are accepted, and the parse result is passed to ENSURE-PATHNAME
with those keys, removing TYPE DEFAULTS and DOT-DOT.
When you’re manipulating pathnames that are supposed to make sense portably
even though the OS may not be Unixish, we recommend you use :WANT-RELATIVE T
to throw an error if the pathname is absolute

Package

uiop/pathname.

Source

pathname.lisp.

Function: parse-version (version-string &optional on-error)

Parse a VERSION-STRING as a series of natural numbers separated by dots. Return a (non-null) list of integers if the string is valid;
otherwise return NIL.

When invalid, ON-ERROR is called as per CALL-FUNCTION before to return NIL, with format arguments explaining why the version is invalid.
ON-ERROR is also called if the version is not canonical
in that it doesn’t print back to itself, but the list is returned anyway.

Package

uiop/version.

Source

version.lisp.

Function: parse-windows-shortcut (pathname)

From a .lnk windows shortcut, extract the pathname linked to

Package

uiop/os.

Source

os.lisp.

Function: pathname-directory-pathname (pathname)

Returns a new pathname with same HOST, DEVICE, DIRECTORY as PATHNAME, and NIL NAME, TYPE and VERSION components

Package

uiop/pathname.

Source

pathname.lisp.

Function: pathname-equal (p1 p2)

Are the two pathnames P1 and P2 reasonably equal in the paths they denote?

Package

uiop/pathname.

Source

pathname.lisp.

Function: pathname-host-pathname (pathname)

return a pathname with the same host as given PATHNAME, and all other fields NIL

Package

uiop/pathname.

Source

pathname.lisp.

Function: pathname-parent-directory-pathname (pathname)

Returns a new pathname that corresponds to the parent of the current pathname’s directory, i.e. removing one level of depth in the DIRECTORY component. e.g. if pathname is
Unix pathname /foo/bar/baz/file.type then return /foo/bar/

Package

uiop/pathname.

Source

pathname.lisp.

Function: pathname-root (pathname)

return the root directory for the host and device of given PATHNAME

Package

uiop/pathname.

Source

pathname.lisp.

Function: perform-lisp-compilation (o c)

Perform the compilation of the Lisp file associated to the specified action (O . C).

Package

asdf/lisp-action.

Source

lisp-action.lisp.

Function: perform-lisp-load-fasl (o c)

Perform the loading of a FASL associated to specified action (O . C), an OPERATION and a COMPONENT.

Package

asdf/lisp-action.

Source

lisp-action.lisp.

Function: perform-lisp-load-source (o c)

Perform the loading of a Lisp file as associated to specified action (O . C)

Package

asdf/lisp-action.

Source

lisp-action.lisp.

Function: physical-pathname-p (x)

is X a pathname that is not a logical-pathname?

Package

uiop/pathname.

Source

pathname.lisp.

Function: physicalize-pathname (x)

if X is a logical pathname, use translate-logical-pathname on it.

Package

uiop/pathname.

Source

pathname.lisp.

Function: primary-system-name (system-designator)

Given a system designator NAME, return the name of the corresponding primary system, after which the .asd file in which it is defined is named. If given a string or symbol (to downcase), do it syntactically
by stripping anything from the first slash on.
If given a component, do it semantically by extracting
the system-primary-system-name of its system from its source-file if any, falling back to the syntactic criterion if none.

Package

asdf/system.

Source

system.lisp.

Function: primary-system-p (system)

Given a system designator SYSTEM, return T if it designates a primary system, or else NIL.
If given a string, do it syntactically and return true if the name does not contain a slash. If given a symbol, downcase to a string then fallback to previous case (NB: for NIL return T). If given a component, do it semantically and return T if it’s a SYSTEM and its primary-system-name is the same as its component-name.

Package

asdf/system.

Source

system.lisp.

Function: print-backtrace (&rest keys &key stream count condition)

Print a backtrace

Package

uiop/image.

Source

image.lisp.

Function: print-condition-backtrace (condition &key stream count)

Print a condition after a backtrace triggered by that condition

Package

uiop/image.

Source

image.lisp.

Function: println (x &optional stream)

Variant of PRINC that also calls TERPRI afterwards

Package

uiop/stream.

Source

stream.lisp.

Function: probe-asd (name defaults &key truename)
Package

asdf/system-registry.

Source

system-registry.lisp.

Function: probe-file* (p &key truename)

when given a pathname P (designated by a string as per PARSE-NAMESTRING), probes the filesystem for a file or directory with given pathname.
If it exists, return its truename if TRUENAME is true,
or the original (parsed) pathname if it is false (the default).

Package

uiop/filesystem.

Source

filesystem.lisp.

Function: process-alive-p (process-info)

Check if a process has yet to exit.

Package

uiop/launch-program.

Source

launch-program.lisp.

Function: process-info-error-output (process-info)
Package

uiop/launch-program.

Source

launch-program.lisp.

Function: process-info-input (process-info)
Package

uiop/launch-program.

Source

launch-program.lisp.

Function: process-info-output (process-info)
Package

uiop/launch-program.

Source

launch-program.lisp.

Function: process-info-pid (process-info)
Package

uiop/launch-program.

Source

launch-program.lisp.

Function: quit (&optional code finish-output)

Quits from the Lisp world, with the given exit status if provided. This is designed to abstract away the implementation specific quit forms.

Package

uiop/image.

Source

image.lisp.

Function: raw-command-line-arguments ()

Find what the actual command line for this process was.

Package

uiop/image.

Source

image.lisp.

Function: raw-print-backtrace (&key stream count condition)

Print a backtrace, directly accessing the implementation

Package

uiop/image.

Source

image.lisp.

Function: read-file-form (file &rest keys &key at &allow-other-keys)

Open input FILE with option KEYS (except AT),
and read its contents as per SLURP-STREAM-FORM with given AT specifier. BEWARE: be sure to use WITH-SAFE-IO-SYNTAX, or some variant thereof

Package

uiop/stream.

Source

stream.lisp.

Function: read-file-forms (file &rest keys &key count &allow-other-keys)

Open input FILE with option KEYS (except COUNT),
and read its contents as per SLURP-STREAM-FORMS with given COUNT. If COUNT is null, read to the end of the stream;
if COUNT is an integer, stop after COUNT forms were read. BEWARE: be sure to use WITH-SAFE-IO-SYNTAX, or some variant thereof

Package

uiop/stream.

Source

stream.lisp.

Function: read-file-line (file &rest keys &key at &allow-other-keys)

Open input FILE with option KEYS (except AT),
and read its contents as per SLURP-STREAM-LINE with given AT specifier. BEWARE: be sure to use WITH-SAFE-IO-SYNTAX, or some variant thereof

Package

uiop/stream.

Source

stream.lisp.

Function: read-file-lines (file &rest keys)

Open FILE with option KEYS, read its contents as a list of lines BEWARE: be sure to use WITH-SAFE-IO-SYNTAX, or some variant thereof

Package

uiop/stream.

Source

stream.lisp.

Function: read-file-string (file &rest keys)

Open FILE with option KEYS, read its contents as a string

Package

uiop/stream.

Source

stream.lisp.

Function: read-little-endian (s &optional bytes)

Read a number in little-endian format from an byte (octet) stream S, the number having BYTES octets (defaulting to 4).

Package

uiop/os.

Source

os.lisp.

Function: read-null-terminated-string (s)

Read a null-terminated string from an octet stream S

Package

uiop/os.

Source

os.lisp.

Function: reduce-direct-dependencies (operation component combinator seed)

Reduce the direct dependencies to a value computed by iteratively calling COMBINATOR for each dependency action on the dependency’s operation and component and an accumulator initialized with SEED.

Package

asdf/plan.

Source

plan.lisp.

Function: reduce/strcat (strings &key key start end)

Reduce a list as if by STRCAT, accepting KEY START and END keywords like REDUCE.
NIL is interpreted as an empty string. A character is interpreted as a string of length one.

Package

uiop/utility.

Source

utility.lisp.

Function: register-asd-directory (directory &key recurse exclude collect)
Package

asdf/source-registry.

Source

source-registry.lisp.

Function: register-clear-configuration-hook (hook-function &optional call-now-p)

Register a function to be called when clearing configuration

Package

uiop/configuration.

Source

configuration.lisp.

Function: register-file-stamp (file &optional stamp)
Package

asdf/session.

Source

session.lisp.

Function: register-hook-function (variable hook &optional call-now-p)

Push the HOOK function (a designator as per ENSURE-FUNCTION) onto the hook VARIABLE. When CALL-NOW-P is true, also call the function immediately.

Package

uiop/utility.

Source

utility.lisp.

Function: register-image-dump-hook (hook &optional call-now-p)

Register a the hook function to be run before to dump an image

Package

uiop/image.

Source

image.lisp.

Function: register-image-restore-hook (hook &optional call-now-p)

Regiter a hook function to be run when restoring a dumped image

Package

uiop/image.

Source

image.lisp.

Function: register-immutable-system (system-name &rest keys)

Register SYSTEM-NAME as preloaded and immutable.
It will automatically be considered as passed to FORCE-NOT in a plan.

Package

asdf/system-registry.

Source

system-registry.lisp.

Function: register-preloaded-system (system-name &rest keys &key version &allow-other-keys)

Register a system as being preloaded. If the system has not been loaded from the filesystem yet, or if its build information is later cleared with CLEAR-SYSTEM, a dummy system will be registered without backing filesystem information, based on KEYS (e.g. to provide a VERSION). If VERSION is the default T, and a system was already loaded, then its version will be preserved.

Package

asdf/system-registry.

Source

system-registry.lisp.

Function: register-system (system)

Given a SYSTEM object, register it.

Package

asdf/system-registry.

Source

system-registry.lisp.

Function: register-system-definition (name &rest options &key pathname class source-file defsystem-depends-on &allow-other-keys)
Package

asdf/parse-defsystem.

Source

parse-defsystem.lisp.

Function: register-system-packages (system packages)

Register SYSTEM as providing PACKAGES.

Package

asdf/package-inferred-system.

Source

package-inferred-system.lisp.

Function: registered-system (name)

Return a system of given NAME that was registered already,
if such a system exists. NAME is a system designator, to be normalized by COERCE-NAME. The value returned is a system object, or NIL if not found.

Package

asdf/system-registry.

Source

system-registry.lisp.

Function: registered-systems ()

Return a list of the names of every registered system.

Package

asdf/system-registry.

Source

system-registry.lisp.

Function: registered-systems* ()

Return a list containing every registered system (as a system object).

Package

asdf/system-registry.

Source

system-registry.lisp.

Function: rehome-symbol (symbol package-designator)

Changes the home package of a symbol, also leaving it present in its old home if any

Package

uiop/package.

Source

package.lisp.

Function: reify-deferred-warnings ()

return a portable S-expression, portably readable and writeable in any Common Lisp implementation using READ within a WITH-SAFE-IO-SYNTAX, that represents the warnings currently deferred by WITH-COMPILATION-UNIT. One of three functions required for deferred-warnings support in ASDF.

Package

uiop/lisp-build.

Source

lisp-build.lisp.

Function: reify-package (package &optional package-context)
Package

uiop/package.

Source

package.lisp.

Function: reify-simple-sexp (sexp)

Given a simple SEXP, return a representation of it as a portable SEXP.
Simple means made of symbols, numbers, characters, simple-strings, pathnames, cons cells.

Package

uiop/lisp-build.

Source

lisp-build.lisp.

Function: reify-symbol (symbol &optional package-context)
Package

uiop/package.

Source

package.lisp.

Function: relative-pathname-p (pathspec)

If PATHSPEC is a pathname or namestring object that parses as a pathname possessing a :RELATIVE or NIL directory component, return the (parsed) pathname. Otherwise return NIL

Package

uiop/pathname.

Source

pathname.lisp.

Function: relativize-directory-component (directory-component)

Given the DIRECTORY-COMPONENT of a pathname, return an otherwise similar relative directory component

Package

uiop/pathname.

Source

pathname.lisp.

Function: relativize-pathname-directory (pathspec)

Given a PATHNAME, return a relative pathname with otherwise the same components

Package

uiop/pathname.

Source

pathname.lisp.

Function: remove-plist-key (key plist)

Remove a single key from a plist

Package

uiop/utility.

Source

utility.lisp.

Function: remove-plist-keys (keys plist)

Remove a list of keys from a plist

Package

uiop/utility.

Source

utility.lisp.

Function: rename-file-overwriting-target (source target)

Rename a file, overwriting any previous file with the TARGET name, in an atomic way if the implementation allows.

Package

uiop/filesystem.

Source

filesystem.lisp.

Function: rename-package-away (p &rest keys &key prefix &allow-other-keys)
Package

uiop/package.

Source

package.lisp.

Function: report-invalid-form (reporter &rest args)

Report an invalid form according to REPORTER and various ARGS

Package

uiop/configuration.

Source

configuration.lisp.

Function: require-system (system &rest keys &key &allow-other-keys)

Ensure the specified SYSTEM is loaded, passing the KEYS to OPERATE, but do not update the system or its dependencies if it has already been loaded.

Package

asdf/operate.

Source

backward-interface.lisp.

Function: required-components (system &rest keys &key goal-operation &allow-other-keys)

Given a SYSTEM and a GOAL-OPERATION (default LOAD-OP), traverse the dependencies and return a list of the components involved in building the desired action.

Package

asdf/plan.

Source

plan.lisp.

Function: reset-deferred-warnings ()

Reset the set of deferred warnings to be handled at the end of the current WITH-COMPILATION-UNIT. One of three functions required for deferred-warnings support in ASDF.

Package

uiop/lisp-build.

Source

lisp-build.lisp.

Function: reset-system-class (system new-class &rest keys &key &allow-other-keys)

Erase any data from a SYSTEM except its basic identity, then reinitialize it based on supplied KEYS.

Package

asdf/system.

Source

system.lisp.

Function: resolve-absolute-location (x &key ensure-directory wilden)

Given a designator X for an absolute location, resolve it to a pathname

Package

uiop/configuration.

Source

configuration.lisp.

Function: resolve-dependency-name (component name &optional version)
Package

asdf/find-component.

Source

find-component.lisp.

Function: resolve-dependency-spec (component dep-spec)
Package

asdf/find-component.

Source

find-component.lisp.

Function: resolve-location (x &key ensure-directory wilden directory)

Resolve location designator X into a PATHNAME

Package

uiop/configuration.

Source

configuration.lisp.

Function: resolve-relative-location (x &key ensure-directory wilden)

Given a designator X for an relative location, resolve it to a pathname.

Package

uiop/configuration.

Source

configuration.lisp.

Do a best effort at resolving symlinks in PATH, returning a partially or totally resolved PATH.

Package

uiop/filesystem.

Source

filesystem.lisp.

RESOLVE-SYMLINKS in PATH iff *RESOLVE-SYMLINKS* is T (the default).

Package

uiop/filesystem.

Source

filesystem.lisp.

Function: restore-image (&key lisp-interaction restore-hook prelude entry-point if-already-restored)

From a freshly restarted Lisp image, restore the saved Lisp environment
by setting appropriate variables, running various hooks, and calling any specified entry point.

If the image has already been restored or is already being restored, as per *IMAGE-RESTORED-P*, call the IF-ALREADY-RESTORED error handler (by default, a continuable error), and do return immediately to the surrounding restore process if allowed to continue.

Then, comes the restore process itself:
First, call each function in the RESTORE-HOOK,
in the order they were registered with REGISTER-IMAGE-RESTORE-HOOK.
Second, evaluate the prelude, which is often Lisp text that is read,
as per EVAL-INPUT.
Third, call the ENTRY-POINT function, if any is specified, with no argument.

The restore process happens in a WITH-FATAL-CONDITION-HANDLER, so that if LISP-INTERACTION is NIL, any unhandled error leads to a backtrace and an exit with an error status.
If LISP-INTERACTION is NIL, the process also exits when no error occurs:
if neither restart nor entry function is provided, the program will exit with status 0 (success); if a function was provided, the program will exit after the function returns (if it returns), with status 0 if and only if the primary return value of result is generalized boolean true, and with status 1 if this value is NIL.

If LISP-INTERACTION is true, unhandled errors will take you to the debugger, and the result
of the function will be returned rather than interpreted as a boolean designating an exit code.

Package

uiop/image.

Source

image.lisp.

Function: run-program (command &rest keys &key ignore-error-status force-shell input if-input-does-not-exist output if-output-exists error-output if-error-output-exists element-type external-format &allow-other-keys)

Run program specified by COMMAND,
either a list of strings specifying a program and list of arguments,
or a string specifying a shell command (/bin/sh on Unix, CMD.EXE on Windows); _synchronously_ process its output as specified and return the processing results
when the program and its output processing are complete.

Always call a shell (rather than directly execute the command when possible)
if FORCE-SHELL is specified. Similarly, never call a shell if FORCE-SHELL is
specified to be NIL.

Signal a continuable SUBPROCESS-ERROR if the process wasn’t successful (exit-code 0), unless IGNORE-ERROR-STATUS is specified.

If OUTPUT is a pathname, a string designating a pathname, or NIL (the default)
designating the null device, the file at that path is used as output.
If it’s :INTERACTIVE, output is inherited from the current process;
beware that this may be different from your *STANDARD-OUTPUT*,
and under SLIME will be on your *inferior-lisp* buffer.
If it’s T, output goes to your current *STANDARD-OUTPUT* stream.
Otherwise, OUTPUT should be a value that is a suitable first argument to SLURP-INPUT-STREAM (qv.), or a list of such a value and keyword arguments.
In this case, RUN-PROGRAM will create a temporary stream for the program output;
the program output, in that stream, will be processed by a call to SLURP-INPUT-STREAM, using OUTPUT as the first argument (or the first element of OUTPUT, and the rest as keywords). The primary value resulting from that call (or NIL if no call was needed)
will be the first value returned by RUN-PROGRAM.
E.g., using :OUTPUT :STRING will have it return the entire output stream as a string.
And using :OUTPUT ’(:STRING :STRIPPED T) will have it return the same string
stripped of any ending newline.

IF-OUTPUT-EXISTS, which is only meaningful if OUTPUT is a string or a
pathname, can take the values :ERROR, :APPEND, and :SUPERSEDE (the
default). The meaning of these values and their effect on the case
where OUTPUT does not exist, is analogous to the IF-EXISTS parameter
to OPEN with :DIRECTION :OUTPUT.

ERROR-OUTPUT is similar to OUTPUT, except that the resulting value is returned
as the second value of RUN-PROGRAM. T designates the *ERROR-OUTPUT*.
Also :OUTPUT means redirecting the error output to the output stream,
in which case NIL is returned.

IF-ERROR-OUTPUT-EXISTS is similar to IF-OUTPUT-EXIST, except that it
affects ERROR-OUTPUT rather than OUTPUT.

INPUT is similar to OUTPUT, except that VOMIT-OUTPUT-STREAM is used,
no value is returned, and T designates the *STANDARD-INPUT*.

IF-INPUT-DOES-NOT-EXIST, which is only meaningful if INPUT is a string
or a pathname, can take the values :CREATE and :ERROR (the
default). The meaning of these values is analogous to the
IF-DOES-NOT-EXIST parameter to OPEN with :DIRECTION :INPUT.

ELEMENT-TYPE and EXTERNAL-FORMAT are passed on
to your Lisp implementation, when applicable, for creation of the output stream.

One and only one of the stream slurping or vomiting may or may not happen
in parallel in parallel with the subprocess,
depending on options and implementation,
and with priority being given to output processing.
Other streams are completely produced or consumed
before or after the subprocess is spawned, using temporary files.

RUN-PROGRAM returns 3 values:
0- the result of the OUTPUT slurping if any, or NIL
1- the result of the ERROR-OUTPUT slurping if any, or NIL
2- either 0 if the subprocess exited with success status,
or an indication of failure via the EXIT-CODE of the process

Package

uiop/run-program.

Source

run-program.lisp.

Function: run-shell-command (control-string &rest args)

PLEASE DO NOT USE. This function is not just DEPRECATED, but also dysfunctional. Please use UIOP:RUN-PROGRAM instead.

Package

asdf/backward-interface.

Source

backward-interface.lisp.

Function: safe-file-write-date (pathname)

Safe variant of FILE-WRITE-DATE that may return NIL rather than raise an error.

Package

uiop/filesystem.

Source

filesystem.lisp.

Function: safe-format! (stream format &rest args)

Variant of FORMAT that is safe against both
dangerous syntax configuration and errors while printing.

Package

uiop/stream.

Source

stream.lisp.

Function: safe-read-file-form (pathname &rest keys &key package &allow-other-keys)

Reads the specified form from the top of a file using a safe standardized syntax. Extracts the form using READ-FILE-FORM,
within an WITH-SAFE-IO-SYNTAX using the specified PACKAGE.

Package

uiop/stream.

Source

stream.lisp.

Function: safe-read-file-line (pathname &rest keys &key package &allow-other-keys)

Reads the specified line from the top of a file using a safe standardized syntax. Extracts the line using READ-FILE-LINE,
within an WITH-SAFE-IO-SYNTAX using the specified PACKAGE.

Package

uiop/stream.

Source

stream.lisp.

Function: safe-read-from-string (string &key package eof-error-p eof-value start end preserve-whitespace)

Read from STRING using a safe syntax, as per WITH-SAFE-IO-SYNTAX

Package

uiop/stream.

Source

stream.lisp.

Function: save-deferred-warnings (warnings-file)

Save forward reference conditions so they may be issued at a latter time, possibly in a different process.

Package

uiop/lisp-build.

Source

lisp-build.lisp.

Function: search-for-system-definition (system)
Package

asdf/system-registry.

Source

system-registry.lisp.

Function: set-asdf-cache-entry (key value-list)
Package

asdf/session.

Source

session.lisp.

Function: setup-command-line-arguments ()
Package

uiop/image.

Source

image.lisp.

Function: setup-stderr ()
Package

uiop/stream.

Source

stream.lisp.

Function: setup-stdin ()
Package

uiop/stream.

Source

stream.lisp.

Function: setup-stdout ()
Package

uiop/stream.

Source

stream.lisp.

Function: setup-temporary-directory ()

Configure a default temporary directory to use.

Package

uiop/stream.

Source

stream.lisp.

Function: shadow* (name package-designator)
Package

uiop/package.

Source

package.lisp.

Function: shadowing-import* (symbol package-designator)
Package

uiop/package.

Source

package.lisp.

Function: shell-boolean-exit (x)

Quit with a return code that is 0 iff argument X is true

Package

uiop/image.

Source

image.lisp.

Function: slurp-stream-form (input &key at)

Read the contents of the INPUT stream as a list of forms,
then return the ACCESS-AT of these forms following the AT.
AT defaults to 0, i.e. return the first form.
AT is typically a list of integers.
If AT is NIL, it will return all the forms in the file.

The stream will not be read beyond the Nth form,
where N is the index specified by path,
if path is either an integer or a list that starts with an integer.

BEWARE: be sure to use WITH-SAFE-IO-SYNTAX, or some variant thereof

Package

uiop/stream.

Source

stream.lisp.

Function: slurp-stream-forms (input &key count)

Read the contents of the INPUT stream as a list of forms,
and return those forms.

If COUNT is null, read to the end of the stream;
if COUNT is an integer, stop after COUNT forms were read.

BEWARE: be sure to use WITH-SAFE-IO-SYNTAX, or some variant thereof

Package

uiop/stream.

Source

stream.lisp.

Function: slurp-stream-line (input &key at)

Read the contents of the INPUT stream as a list of lines,
then return the ACCESS-AT of that list of lines using the AT specifier. PATH defaults to 0, i.e. return the first line.
PATH is typically an integer, or a list of an integer and a function. If PATH is NIL, it will return all the lines in the file.

The stream will not be read beyond the Nth lines,
where N is the index specified by path
if path is either an integer or a list that starts with an integer.

Package

uiop/stream.

Source

stream.lisp.

Function: slurp-stream-lines (input &key count)

Read the contents of the INPUT stream as a list of lines, return those lines.

Note: relies on the Lisp’s READ-LINE, but additionally removes any remaining CR from the line-ending if the file or stream had CR+LF but Lisp only removed LF.

Read no more than COUNT lines.

Package

uiop/stream.

Source

stream.lisp.

Function: slurp-stream-string (input &key element-type stripped)

Read the contents of the INPUT stream as a string

Package

uiop/stream.

Source

stream.lisp.

Function: source-registry-initialized-p ()
Package

asdf/source-registry.

Source

source-registry.lisp.

Function: split-name-type (filename)

Split a filename into two values NAME and TYPE that are returned. We assume filename has no directory component.
The last . if any separates name and type from from type, except that if there is only one . and it is in first position, the whole filename is the NAME with an empty type.
NAME is always a string.
For an empty type, *UNSPECIFIC-PATHNAME-TYPE* is returned.

Package

uiop/pathname.

Source

pathname.lisp.

Function: split-native-pathnames-string (string &rest constraints &key &allow-other-keys)

Given a string of pathnames specified in native OS syntax, separate them in a list, check constraints and normalize each one as per ENSURE-PATHNAME,
where an empty string denotes NIL.

Package

uiop/filesystem.

Source

filesystem.lisp.

Function: split-string (string &key max separator)

Split STRING into a list of components separated by
any of the characters in the sequence SEPARATOR.
If MAX is specified, then no more than max(1,MAX) components will be returned, starting the separation from the end, e.g. when called with arguments "a.b.c.d.e" :max 3 :separator "." it will return ("a.b.c" "d" "e").

Package

uiop/utility.

Source

utility.lisp.

Function: split-unix-namestring-directory-components (unix-namestring &key ensure-directory dot-dot)

Splits the path string UNIX-NAMESTRING, returning four values:
A flag that is either :absolute or :relative, indicating
how the rest of the values are to be interpreted.
A directory path — a list of strings and keywords, suitable for
use with MAKE-PATHNAME when prepended with the flag value.
Directory components with an empty name or the name . are removed.
Any directory named .. is read as DOT-DOT, or :BACK if it’s NIL (not :UP). A last-component, either a file-namestring including type extension,
or NIL in the case of a directory pathname.
A flag that is true iff the unix-style-pathname was just
a file-namestring without / path specification.
ENSURE-DIRECTORY forces the namestring to be interpreted as a directory pathname: the third return value will be NIL, and final component of the namestring will be treated as part of the directory path.

An empty string is thus read as meaning a pathname object with all fields nil.

Note that colon characters #: will NOT be interpreted as host specification. Absolute pathnames are only appropriate on Unix-style systems.

The intention of this function is to support structured component names, e.g., (:file "foo/bar"), which will be unpacked to relative pathnames.

Package

uiop/pathname.

Source

pathname.lisp.

Function: standard-case-symbol-name (name-designator)

Given a NAME-DESIGNATOR for a symbol, if it is a symbol, convert it to a string using STRING; if it is a string, use STRING-UPCASE on an ANSI CL platform, or STRING on a so-called "modern" platform such as Allegro with modern syntax.

Package

uiop/utility.

Source

utility.lisp.

Function: standard-common-lisp-symbol-p (symbol)
Package

uiop/package.

Source

package.lisp.

Function: standard-eval-thunk (thunk &key package)

Like EVAL-THUNK, but in a more standardized evaluation context.

Package

uiop/stream.

Source

stream.lisp.

Function: status-done-p (status)
Package

asdf/plan.

Source

plan.lisp.

Function: status-keep-p (status)
Package

asdf/plan.

Source

plan.lisp.

Function: status-need-p (status)
Package

asdf/plan.

Source

plan.lisp.

Function: strcat (&rest strings)

Concatenate strings.
NIL is interpreted as an empty string, a character as a string of length one.

Package

uiop/utility.

Source

utility.lisp.

Function: string-enclosed-p (prefix string suffix)

Does STRING begin with PREFIX and end with SUFFIX?

Package

uiop/utility.

Source

utility.lisp.

Function: string-prefix-p (prefix string)

Does STRING begin with PREFIX?

Package

uiop/utility.

Source

utility.lisp.

Function: string-suffix-p (string suffix)

Does STRING end with SUFFIX?

Package

uiop/utility.

Source

utility.lisp.

Function: strings-common-element-type (strings)

What least subtype of CHARACTER can contain all the elements of all the STRINGS?

Package

uiop/utility.

Source

utility.lisp.

Function: stripln (x)

Strip a string X from any ending CR, LF or CRLF.
Return two values, the stripped string and the ending that was stripped, or the original value and NIL if no stripping took place.
Since our STRCAT accepts NIL as empty string designator,
the two results passed to STRCAT always reconstitute the original string

Package

uiop/utility.

Source

utility.lisp.

Function: style-warn (datum &rest arguments)
Package

uiop/utility.

Source

utility.lisp.

Function: sub-components (component &key type)

Compute the transitive sub-components of given COMPONENT that are of given TYPE

Package

asdf/component.

Source

component.lisp.

Function: subdirectories (directory)

Given a DIRECTORY pathname designator, return a list of the subdirectories under it. The behavior in presence of symlinks is not portable. Use IOlib to handle such situations.

Package

uiop/filesystem.

Source

filesystem.lisp.

Function: subpathname (pathname subpath &key type)

This function takes a PATHNAME and a SUBPATH and a TYPE.
If SUBPATH is already a PATHNAME object (not namestring),
and is an absolute pathname at that, it is returned unchanged; otherwise, SUBPATH is turned into a relative pathname with given TYPE as per PARSE-UNIX-NAMESTRING with :WANT-RELATIVE T :TYPE TYPE, then it is merged with the PATHNAME-DIRECTORY-PATHNAME of PATHNAME.

Package

uiop/pathname.

Source

pathname.lisp.

Function: subpathname* (pathname subpath &key type)

returns NIL if the base pathname is NIL, otherwise like SUBPATHNAME.

Package

uiop/pathname.

Source

pathname.lisp.

Function: subpathp (maybe-subpath base-pathname)

if MAYBE-SUBPATH is a pathname that is under BASE-PATHNAME, return a pathname object that when used with MERGE-PATHNAMES* with defaults BASE-PATHNAME, returns MAYBE-SUBPATH.

Package

uiop/pathname.

Source

pathname.lisp.

Function: symbol-call (package name &rest args)

Call a function associated with symbol of given name in given package, with given ARGS. Useful when the call is read before the package is loaded, or when loading the package is optional.

Package

uiop/package.

Source

package.lisp.

Function: symbol-package-name (symbol)
Package

uiop/package.

Source

package.lisp.

Function: symbol-shadowing-p (symbol package)
Package

uiop/package.

Source

package.lisp.

Function: symbol-test-to-feature-expression (name package)

Check if a symbol with a given NAME exists in PACKAGE and returns a form suitable for testing with #+.

Package

uiop/utility.

Source

utility.lisp.

Function: sysdef-central-registry-search (system)
Package

asdf/system-registry.

Source

system-registry.lisp.

Function: sysdef-error (format &rest arguments)
Package

asdf/session.

Source

session.lisp.

Function: sysdef-error-component (msg type name value)
Package

asdf/parse-defsystem.

Source

parse-defsystem.lisp.

Function: sysdef-immutable-system-search (requested)
Package

asdf/system-registry.

Source

system-registry.lisp.

Function: sysdef-package-inferred-system-search (system-name)

Takes SYSTEM-NAME and returns an initialized SYSTEM object, or NIL. Made to be added to *SYSTEM-DEFINITION-SEARCH-FUNCTIONS*.

Package

asdf/package-inferred-system.

Source

package-inferred-system.lisp.

Function: sysdef-preloaded-system-search (requested)

If REQUESTED names a system registered as preloaded, return a new system with its registration information.

Package

asdf/system-registry.

Source

system-registry.lisp.

Function: sysdef-source-registry-search (system)
Package

asdf/system-registry.

Source

source-registry.lisp.

Function: system-author (system)
Package

asdf/system.

Source

system.lisp.

Function: system-bug-tracker (system)
Package

asdf/system.

Source

system.lisp.

Function: system-config-pathnames (&rest more)

Return a list of directories where are stored the system’s default user configuration information. MORE may contain specifications for a subpath relative to these directories: a
subpathname specification and keyword arguments as per RESOLVE-LOCATION (see
also "Configuration DSL") in the ASDF manual.

Package

uiop/configuration.

Source

configuration.lisp.

Function: system-configuration-directories ()

Return the list of system configuration directories for common-lisp. DEPRECATED. Use UIOP:SYSTEM-CONFIG-PATHNAMES (with argument "common-lisp"), instead.

Package

uiop/configuration.

Source

backward-driver.lisp.

Function: system-definition-pathname (x)

DEPRECATED. This function used to expose ASDF internals with subtle differences with respect to user expectations, that have been refactored away since. We recommend you use ASDF:SYSTEM-SOURCE-FILE instead for a mostly compatible replacement that we’re supporting, or even ASDF:SYSTEM-SOURCE-DIRECTORY or ASDF:SYSTEM-RELATIVE-PATHNAME
if that’s whay you mean.

Package

asdf/backward-interface.

Source

backward-interface.lisp.

Function: system-description (system)
Package

asdf/system.

Source

system.lisp.

Function: system-homepage (system)
Package

asdf/system.

Source

system.lisp.

Function: system-licence (system)
Package

asdf/system.

Source

system.lisp.

Function: system-license (system)
Package

asdf/system.

Source

system.lisp.

Function: system-long-description (system)
Package

asdf/system.

Source

system.lisp.

Function: system-long-name (system)
Package

asdf/system.

Source

system.lisp.

Function: system-mailto (system)
Package

asdf/system.

Source

system.lisp.

Function: system-maintainer (system)
Package

asdf/system.

Source

system.lisp.

Function: system-output-translations-directory-pathname (&key direction)
Package

asdf/output-translations.

Source

output-translations.lisp.

Function: system-output-translations-pathname (&key direction)
Package

asdf/output-translations.

Source

output-translations.lisp.

Function: system-registered-p (name)

DEPRECATED. Return a generalized boolean that is true if a system of given NAME was registered already. NAME is a system designator, to be normalized by COERCE-NAME.
The value returned if true is a pair of a timestamp and a system object.

Package

asdf/backward-interface.

Source

backward-interface.lisp.

Function: system-relative-pathname (system name &key type)

Given a SYSTEM, and a (Unix-style relative path) NAME of a file (or directory) of given TYPE, return the absolute pathname of a corresponding file under that system’s source code pathname.

Package

asdf/system.

Source

system.lisp.

Function: system-source-control (system)
Package

asdf/system.

Source

system.lisp.

Function: system-source-directory (system-designator)

Return a pathname object corresponding to the directory in which the system specification (.asd file) is located.

Package

asdf/system.

Source

system.lisp.

Function: system-source-registry (&key direction)
Package

asdf/source-registry.

Source

source-registry.lisp.

Function: system-source-registry-directory (&key direction)
Package

asdf/source-registry.

Source

source-registry.lisp.

Function: system-version (system)
Package

asdf/system.

Source

system.lisp.

Function: temporary-directory ()

Return a directory to use for temporary files

Package

uiop/stream.

Source

stream.lisp.

Function: terminate-process (process-info &key urgent)

Cause the process to exit. To that end, the process may or may
not be sent a signal, which it will find harder (or even impossible) to ignore if URGENT is T. On some platforms, it may also be subject to race conditions.

Package

uiop/launch-program.

Source

launch-program.lisp.

Function: test-system (system &rest args &key force force-not verbose version &allow-other-keys)

Shorthand for ‘(asdf:operate ’asdf:test-op system)‘. See OPERATE for details.

Package

asdf/operate.

Source

operate.lisp.

Function: timestamp*< (&rest list)
Package

uiop/utility.

Source

utility.lisp.

Function: timestamp< (x y)
Package

uiop/utility.

Source

utility.lisp.

Function: timestamp<= (x y)
Package

uiop/utility.

Source

utility.lisp.

Function: timestamps-earliest (list)
Package

uiop/utility.

Source

utility.lisp.

Function: timestamps-latest (list)
Package

uiop/utility.

Source

utility.lisp.

Function: timestamps< (list)
Package

uiop/utility.

Source

utility.lisp.

Function: tmpize-pathname (x)

Return a new pathname modified from X by adding a trivial random suffix.
A new empty file with said temporary pathname is created, to ensure there is no clash with any concurrent process attempting the same thing.

Package

uiop/stream.

Source

stream.lisp.

Function: toplevel-asdf-session ()
Package

asdf/session.

Source

session.lisp.

Function: translate-pathname* (path absolute-source destination &optional root source)

A wrapper around TRANSLATE-PATHNAME to be used by the ASDF output-translations facility.
PATH is the pathname to be translated.
ABSOLUTE-SOURCE is an absolute pathname to use as source for translate-pathname,
DESTINATION is either a function, to be called with PATH and ABSOLUTE-SOURCE,
or a relative pathname, to be merged with ROOT and used as destination for translate-pathname
or an absolute pathname, to be used as destination for translate-pathname.
In that last case, if ROOT is non-NIL, PATH is first transformated by DIRECTORIZE-PATHNAME-HOST-DEVICE.

Package

uiop/pathname.

Source

pathname.lisp.

Function: traverse-action (plan operation component needed-in-image-p)
Package

asdf/plan.

Source

plan.lisp.

Function: truename* (p)

Nicer variant of TRUENAME that plays well with NIL, avoids logical pathname contexts, and tries both files and directories

Package

uiop/filesystem.

Source

filesystem.lisp.

Function: truenamize (pathname)

Resolve as much of a pathname as possible

Package

uiop/filesystem.

Source

filesystem.lisp.

Function: uiop-directory ()

Try to locate the UIOP source directory at runtime

Package

uiop/configuration.

Source

configuration.lisp.

Function: unintern* (name package-designator &optional error)
Package

uiop/package.

Source

package.lisp.

Function: unix-namestring (pathname)

Given a non-wild PATHNAME, return a Unix-style namestring for it.
If the PATHNAME is NIL or a STRING, return it unchanged.

This only considers the DIRECTORY, NAME and TYPE components of the pathname. This is a portable solution for representing relative pathnames,
But unless you are running on a Unix system, it is not a general solution to representing native pathnames.

An error is signaled if the argument is not NULL, a STRING or a PATHNAME, or if it is a PATHNAME but some of its components are not recognized.

Package

uiop/pathname.

Source

pathname.lisp.

Function: unparse-version (version-list)

From a parsed version (a list of natural numbers), compute the version string

Package

uiop/version.

Source

version.lisp.

Function: unreify-deferred-warnings (reified-deferred-warnings)

given a S-expression created by REIFY-DEFERRED-WARNINGS, reinstantiate the corresponding deferred warnings as to be handled at the end of the current WITH-COMPILATION-UNIT. Handle any warning that has been resolved already,
such as an undefined function that has been defined since.
One of three functions required for deferred-warnings support in ASDF.

Package

uiop/lisp-build.

Source

lisp-build.lisp.

Function: unreify-package (package &optional package-context)
Package

uiop/package.

Source

package.lisp.

Function: unreify-simple-sexp (sexp)

Given the portable output of REIFY-SIMPLE-SEXP, return the simple SEXP it represents

Package

uiop/lisp-build.

Source

lisp-build.lisp.

Function: unreify-symbol (symbol &optional package-context)
Package

uiop/package.

Source

package.lisp.

Function: unset-asdf-cache-entry (key)
Package

asdf/session.

Source

session.lisp.

Function: upgrade-asdf ()

Try to upgrade of ASDF. If a different version was used, return T.
We need do that before we operate on anything that may possibly depend on ASDF.

Package

asdf/upgrade.

Source

upgrade.lisp.

Function: upgrade-configuration ()

If a previous version of ASDF failed to read some configuration, try again now.

Package

uiop/configuration.

Source

configuration.lisp.

Function: upgrading-p (&optional oldest-compatible-version)
Package

asdf/upgrade.

Source

upgrade.lisp.

Function: user-configuration-directories ()

Return the current user’s list of user configuration directories for configuring common-lisp.
DEPRECATED. Use UIOP:XDG-CONFIG-PATHNAMES instead.

Package

uiop/configuration.

Source

backward-driver.lisp.

Function: user-output-translations-directory-pathname (&key direction)
Package

asdf/output-translations.

Source

output-translations.lisp.

Function: user-output-translations-pathname (&key direction)
Package

asdf/output-translations.

Source

output-translations.lisp.

Function: user-source-registry (&key direction)
Package

asdf/source-registry.

Source

source-registry.lisp.

Function: user-source-registry-directory (&key direction)
Package

asdf/source-registry.

Source

source-registry.lisp.

Function: user-system-p (s)
Package

asdf/bundle.

Source

bundle.lisp.

Function: validate-configuration-directory (directory tag validator &key invalid-form-reporter)

Map the VALIDATOR across the .conf files in DIRECTORY, the TAG will be applied to the results to yield a configuration form. Current values of TAG include :source-registry and :output-translations.

Package

uiop/configuration.

Source

configuration.lisp.

Function: validate-configuration-file (file validator &key description)

Validate a configuration FILE. The configuration file should have only one s-expression in it, which will be checked with the VALIDATOR FORM. DESCRIPTION argument used for error reporting.

Package

uiop/configuration.

Source

configuration.lisp.

Function: validate-configuration-form (form tag directive-validator &key location invalid-form-reporter)

Validate a configuration FORM. By default it will raise an error if the
FORM is not valid. Otherwise it will return the validated form.
Arguments control the behavior:
The configuration FORM should be of the form (TAG . <rest>)
Each element of <rest> will be checked by first seeing if it’s a configuration inheritance directive (see CONFIGURATION-INHERITANCE-DIRECTIVE-P) then invoking DIRECTIVE-VALIDATOR
on it.
In the event of an invalid form, INVALID-FORM-REPORTER will be used to control reporting (see REPORT-INVALID-FORM) with LOCATION providing information about where
the configuration form appeared.

Package

uiop/configuration.

Source

configuration.lisp.

Function: validate-output-translations-directive (directive)
Package

asdf/output-translations.

Source

output-translations.lisp.

Function: validate-output-translations-directory (directory)
Package

asdf/output-translations.

Source

output-translations.lisp.

Function: validate-output-translations-file (file)
Package

asdf/output-translations.

Source

output-translations.lisp.

Function: validate-output-translations-form (form &key location)
Package

asdf/output-translations.

Source

output-translations.lisp.

Function: validate-source-registry-directive (directive)
Package

asdf/source-registry.

Source

source-registry.lisp.

Function: validate-source-registry-directory (directory)
Package

asdf/source-registry.

Source

source-registry.lisp.

Function: validate-source-registry-file (file)
Package

asdf/source-registry.

Source

source-registry.lisp.

Function: validate-source-registry-form (form &key location)
Package

asdf/source-registry.

Source

source-registry.lisp.

Function: version-compatible-p (provided-version required-version)

Is the provided version a compatible substitution for the required-version? If major versions differ, it’s not compatible.
If they are equal, then any later version is compatible,
with later being determined by a lexicographical comparison of minor numbers. DEPRECATED.

Package

uiop/backward-driver.

Source

backward-driver.lisp.

Function: version-deprecation (version &key style-warning warning error delete)

Given a VERSION string, and the starting versions for notifying the programmer of
various levels of deprecation, return the current level of deprecation as per WITH-DEPRECATION that is the highest level that has a declared version older than the specified version. Each start version for a level of deprecation can be specified by a keyword argument, or if left unspecified, will be the NEXT-VERSION of the immediate lower level of deprecation.

Package

uiop/version.

Source

version.lisp.

Function: version< (version1 version2)

Given two version strings, return T if the second is strictly newer

Package

uiop/version.

Source

version.lisp.

Function: version<= (version1 version2)

Given two version strings, return T if the second is newer or the same

Package

uiop/version.

Source

version.lisp.

Function: version= (version1 version2)

Given two version strings, return T if the first is newer or the same and the second is also newer or the same.

Package

uiop/version.

Source

version.lisp.

Function: wait-process (process-info)

Wait for the process to terminate, if it is still running. Otherwise, return immediately. An exit code (a number) will be returned, with 0 indicating success, and anything else indicating failure. If the process exits after receiving a signal, the exit code will be the sum of 128 and the (positive) numeric signal code. A second value may be returned in this case: the numeric signal code itself. Any asynchronously spawned process requires this function to be run before it is garbage-collected in order to free up resources that might otherwise be irrevocably lost.

Package

uiop/launch-program.

Source

launch-program.lisp.

Function: warnings-file-p (file &optional implementation-type)

Is FILE a saved warnings file for the given IMPLEMENTATION-TYPE?
If that given type is NIL, use the currently configured *WARNINGS-FILE-TYPE* instead.

Package

uiop/lisp-build.

Source

lisp-build.lisp.

Function: warnings-file-type (&optional implementation-type)

The pathname type for warnings files on given IMPLEMENTATION-TYPE, where NIL designates the current one

Package

uiop/lisp-build.

Source

lisp-build.lisp.

Function: wilden (path)

From a pathname, return a wildcard pathname matching any file in any subdirectory of given pathname’s directory

Package

uiop/pathname.

Source

pathname.lisp.

Function: wrapping-output-translations ()
Package

asdf/output-translations.

Source

output-translations.lisp.

Function: wrapping-source-registry ()
Package

asdf/source-registry.

Source

source-registry.lisp.

Function: writeln (x &rest keys &key stream &allow-other-keys)

Variant of WRITE that also calls TERPRI afterwards

Package

uiop/stream.

Source

stream.lisp.

Function: xdg-cache-home (&rest more)

The base directory relative to which user specific non-essential data files should be stored. Returns an absolute directory pathname.
MORE may contain specifications for a subpath relative to this directory: a
subpathname specification and keyword arguments as per RESOLVE-LOCATION (see
also "Configuration DSL") in the ASDF manual.

Package

uiop/configuration.

Source

configuration.lisp.

Function: xdg-config-dirs (&rest more)

The preference-ordered set of additional base paths to search for configuration files. Returns a list of absolute directory pathnames.
MORE may contain specifications for a subpath relative to these directories: subpathname specification and keyword arguments as per RESOLVE-LOCATION (see
also "Configuration DSL") in the ASDF manual.

Package

uiop/configuration.

Source

configuration.lisp.

Function: xdg-config-home (&rest more)

Returns a pathname for the directory containing user-specific configuration files. MORE may contain specifications for a subpath relative to this directory: a subpathname specification and keyword arguments as per RESOLVE-LOCATION (see also "Configuration DSL") in the ASDF manual.

Package

uiop/configuration.

Source

configuration.lisp.

Function: xdg-config-pathname (&optional more direction)
Package

uiop/configuration.

Source

configuration.lisp.

Function: xdg-config-pathnames (&rest more)

Return a list of pathnames for application configuration.
MORE may contain specifications for a subpath relative to these directories: a subpathname specification and keyword arguments as per RESOLVE-LOCATION (see also "Configuration DSL") in the ASDF manual.

Package

uiop/configuration.

Source

configuration.lisp.

Function: xdg-data-dirs (&rest more)

The preference-ordered set of additional paths to search for data files. Returns a list of absolute directory pathnames.
MORE may contain specifications for a subpath relative to these directories: a subpathname specification and keyword arguments as per RESOLVE-LOCATION (see also "Configuration DSL") in the ASDF manual.

Package

uiop/configuration.

Source

configuration.lisp.

Function: xdg-data-home (&rest more)

Returns an absolute pathname for the directory containing user-specific data files. MORE may contain specifications for a subpath relative to this directory: a subpathname specification and keyword arguments as per RESOLVE-LOCATION (see also "Configuration DSL") in the ASDF manual.

Package

uiop/configuration.

Source

configuration.lisp.

Function: xdg-data-pathname (&optional more direction)
Package

uiop/configuration.

Source

configuration.lisp.

Function: xdg-data-pathnames (&rest more)

Return a list of absolute pathnames for application data directories. With APP,
returns directory for data for that application, without APP, returns the set of directories for storing all application configurations.
MORE may contain specifications for a subpath relative to these directories: a subpathname specification and keyword arguments as per RESOLVE-LOCATION (see
also "Configuration DSL") in the ASDF manual.

Package

uiop/configuration.

Source

configuration.lisp.

Function: xdg-runtime-dir (&rest more)

Pathname for user-specific non-essential runtime files and other file objects, such as sockets, named pipes, etc.
Returns an absolute directory pathname.
MORE may contain specifications for a subpath relative to this directory: a subpathname specification and keyword arguments as per RESOLVE-LOCATION (see also "Configuration DSL") in the ASDF manual.

Package

uiop/configuration.

Source

configuration.lisp.


5.1.7 Generic functions

Generic Function: action-description (operation component)

returns a phrase that describes performing this operation on this component, e.g. "loading /a/b/c".
You can put together sentences using this phrase.

Package

asdf/action.

Source

action.lisp.

Methods
Method: action-description ((o load-source-op) (c parent-component))
Source

lisp-action.lisp.

Method: action-description ((o load-source-op) (c component))
Source

lisp-action.lisp.

Method: action-description ((o prepare-source-op) (c component))
Source

lisp-action.lisp.

Method: action-description ((o load-op) (c component))
Source

lisp-action.lisp.

Method: action-description ((o load-op) (c parent-component))
Source

lisp-action.lisp.

Method: action-description ((o load-op) (c cl-source-file))
Source

lisp-action.lisp.

Method: action-description ((o compile-op) (c parent-component))
Source

lisp-action.lisp.

Method: action-description ((o compile-op) (c component))
Source

lisp-action.lisp.

Method: action-description ((o prepare-op) (c component))
Source

lisp-action.lisp.

Method: action-description (operation component)
Generic Function: action-forced-not-p (forcing operation component)

Is this action forced to not happen in this plan? Takes precedence over action-forced-p.

Package

asdf/forcing.

Source

forcing.lisp.

Methods
Method: action-forced-not-p ((forcing null) (operation operation) (component component))
Method: action-forced-not-p (forcing operation component)
Generic Function: action-forced-p (forcing operation component)

Is this action forced to happen in this plan?

Package

asdf/forcing.

Source

forcing.lisp.

Methods
Method: action-forced-p ((forcing null) (operation operation) (component component))
Method: action-forced-p (forcing operation component)
Generic Function: action-status (plan operation component)

Returns the ACTION-STATUS associated to the action of OPERATION on COMPONENT in the PLAN, or NIL if the action wasn’t visited yet as part of the PLAN.

Package

asdf/plan.

Source

plan.lisp.

Methods
Method: action-status ((p plan) (o operation) (c component))
Method: action-status ((plan null) (o operation) (c component))
Generic Function: (setf action-status) (plan operation component)

Sets the ACTION-STATUS associated to
the action of OPERATION on COMPONENT in the PLAN

Package

asdf/plan.

Source

plan.lisp.

Methods
Method: (setf action-status) :after ((p sequential-plan) (o operation) (c component))
Method: (setf action-status) ((p plan) (o operation) (c component))
Method: (setf action-status) ((plan null) (o operation) (c component))
Generic Function: additional-input-files (operation component)

Additional input files for the operation on this
component. These are files that are inferred, rather than
explicitly specified, and these are typically NOT files that
undergo operations directly. Instead, they are files that it is important for ASDF to know about in order to compute operation times,etc.

Package

asdf/action.

Source

action.lisp.

Methods
Method: additional-input-files ((op operation) (comp component))
Method: additional-input-files ((operation operation) component)
Method: additional-input-files ((operation symbol) component)
Method: additional-input-files ((operation string) component)
Generic Function: around-compile-hook (component)

An optional hook function that will be called with one argument, a thunk.
The hook function must call the thunk, that will compile code from the component, and may or may not also evaluate the compiled results. The hook function may establish dynamic variable bindings around this compilation, or check its results, etc.

Package

asdf/component.

Source

component.lisp.

Methods
Method: around-compile-hook ((c component))
Generic Reader: asdf-upgraded-p (object)
Generic Writer: (setf asdf-upgraded-p) (object)
Package

asdf/session.

Methods
Reader Method: asdf-upgraded-p ((session session))
Writer Method: (setf asdf-upgraded-p) ((session session))

Was ASDF already upgraded in this session - only valid for toplevel-asdf-session.

Source

session.lisp.

Target Slot

asdf-upgraded-p.

Generic Reader: builtin-system-p (object)
Package

asdf/system.

Methods
Reader Method: builtin-system-p ((system system))

automatically generated reader method

Source

system.lisp.

Target Slot

builtin-system-p.

Generic Writer: (setf builtin-system-p) (object)
Package

asdf/system.

Methods
Writer Method: (setf builtin-system-p) ((system system))

automatically generated writer method

Source

system.lisp.

Target Slot

builtin-system-p.

Generic Function: bundle-type (bundle-op)
Package

asdf/bundle.

Source

bundle.lisp.

Methods
Method: bundle-type ((o basic-concatenate-source-op))
Source

concatenate-source.lisp.

Method: bundle-type ((o program-op))
Method: bundle-type ((o image-op))
Method: bundle-type ((o dll-op))
Method: bundle-type ((o lib-op))
Method: bundle-type ((o basic-compile-bundle-op))
Generic Function: call-with-around-compile-hook (component thunk)

A method to be called around the PERFORM’ing of actions that apply the
compile-time side-effects of file (i.e., COMPILE-OP or LOAD-SOURCE-OP). This method can be used to setup readtables and other variables that control reading, macroexpanding, and compiling, etc. Note that it will NOT be called around the performing of LOAD-OP.

Package

asdf/lisp-action.

Source

lisp-action.lisp.

Methods
Method: call-with-around-compile-hook ((c component) function)
Generic Reader: circular-dependency-actions (condition)
Package

asdf/action.

Methods
Reader Method: circular-dependency-actions ((condition circular-dependency))
Source

action.lisp.

Target Slot

actions.

Generic Function: class-for-type (parent type-designator)

Return a CLASS object to be used to instantiate components specified by TYPE-DESIGNATOR in the context of PARENT.

Package

asdf/parse-defsystem.

Source

parse-defsystem.lisp.

Methods
Method: class-for-type ((parent parent-component) type)
Method: class-for-type ((parent null) type)

If the PARENT is NIL, then TYPE must designate a subclass of SYSTEM.

Generic Reader: component-build-operation (object)
Package

asdf/component.

Methods
Reader Method: component-build-operation ((component component))

automatically generated reader method

Source

component.lisp.

Target Slot

build-operation.

Generic Function: component-build-pathname (component)

The COMPONENT-BUILD-PATHNAME, when defined and not null, specifies the
output pathname for the action using the COMPONENT-BUILD-OPERATION.

NB: This interface is subject to change. Please contact ASDF maintainers if you use it.

Package

asdf/system.

Source

system.lisp.

Methods
Method: component-build-pathname ((c component))
Reader Method: component-build-pathname ((system system))

automatically generated reader method

Target Slot

build-pathname.

Generic Writer: (setf component-build-pathname) (object)
Package

asdf/system.

Methods
Writer Method: (setf component-build-pathname) ((system system))

automatically generated writer method

Source

system.lisp.

Target Slot

build-pathname.

Generic Reader: component-children (object)
Package

asdf/component.

Methods
Reader Method: component-children ((parent-component parent-component))

automatically generated reader method

Source

component.lisp.

Target Slot

children.

Generic Writer: (setf component-children) (object)
Package

asdf/component.

Methods
Writer Method: (setf component-children) ((parent-component parent-component))

automatically generated writer method

Source

component.lisp.

Target Slot

children.

Generic Reader: component-children-by-name (object)
Package

asdf/component.

Methods
Reader Method: component-children-by-name ((parent-component parent-component))

automatically generated reader method

Source

component.lisp.

Target Slot

children-by-name.

Generic Writer: (setf component-children-by-name) (object)
Package

asdf/component.

Methods
Writer Method: (setf component-children-by-name) ((parent-component parent-component))

automatically generated writer method

Source

component.lisp.

Target Slot

children-by-name.

Generic Function: component-depends-on (operation component)

Returns a list of dependencies needed by the component to perform
the operation. A dependency has one of the following forms:

(<operation> <component>*), where <operation> is an operation designator with respect to FIND-OPERATION in the context of the OPERATION argument, and each <component> is a component designator with respect to FIND-COMPONENT in the context of the COMPONENT argument,
and means that the component depends on
<operation> having been performed on each <component>;

[Note: an <operation> is an operation designator – it can be either an operation name or an operation object. Similarly, a <component> may be a component name or a component object. Also note that, the degenerate case of (<operation>) is a no-op.]

Methods specialized on subclasses of existing component types
should usually append the results of CALL-NEXT-METHOD to the list.

Package

asdf/action.

Source

action.lisp.

Methods
Method: component-depends-on ((o load-bundle-op) (s precompiled-system))
Source

bundle.lisp.

Method: component-depends-on ((o gather-operation) (c prebuilt-system))
Source

bundle.lisp.

Method: component-depends-on ((o load-bundle-op) (c system))
Source

bundle.lisp.

Method: component-depends-on ((o gather-operation) (s system))
Source

bundle.lisp.

Method: component-depends-on ((o operation) (s system))
Source

find-system.lisp.

Method: component-depends-on ((o define-op) (s system))
Source

find-system.lisp.

Method: component-depends-on ((o build-op) (c component))
Source

operate.lisp.

Method: component-depends-on ((o operation) (c component))
Method: component-depends-on ((o selfward-operation) (c component))
Method: component-depends-on ((o sideway-operation) (c component))
Method: component-depends-on ((o upward-operation) (c child-component))
Method: component-depends-on ((o downward-operation) (c parent-component))
Method: component-depends-on :around ((o operation) (c component))
Method: component-depends-on ((operation operation) component)
Method: component-depends-on ((operation symbol) component)
Method: component-depends-on ((operation string) component)
Generic Reader: component-description (object)
Package

asdf/component.

Methods
Reader Method: component-description ((component component))

automatically generated reader method

Source

component.lisp.

Target Slot

description.

Generic Writer: (setf component-description) (object)
Package

asdf/component.

Methods
Writer Method: (setf component-description) ((component component))

automatically generated writer method

Source

component.lisp.

Target Slot

description.

Generic Function: component-encoding (component)

The encoding of the COMPONENT. By default, only :utf-8 is supported. Use asdf-encodings to support more encodings.

Package

asdf/component.

Source

component.lisp.

Methods
Method: component-encoding ((c component))
Generic Function: component-entry-point (component)

The COMPONENT-ENTRY-POINT, when defined, specifies what function to call
(with no argument) when running an image dumped from the COMPONENT.

NB: This interface is subject to change. Please contact ASDF maintainers if you use it.

Package

asdf/system.

Source

system.lisp.

Methods
Reader Method: component-entry-point ((system system))

automatically generated reader method

Target Slot

entry-point.

Method: component-entry-point ((c component))
Generic Writer: (setf component-entry-point) (object)
Package

asdf/system.

Methods
Writer Method: (setf component-entry-point) ((system system))

automatically generated writer method

Source

system.lisp.

Target Slot

entry-point.

Generic Function: component-external-format (component)

The external-format of the COMPONENT.
By default, deduced from the COMPONENT-ENCODING.

Package

asdf/component.

Source

component.lisp.

Methods
Method: component-external-format ((c component))
Generic Reader: component-if-feature (object)
Package

asdf/component.

Methods
Reader Method: component-if-feature ((component component))

automatically generated reader method

Source

component.lisp.

Target Slot

if-feature.

Generic Writer: (setf component-if-feature) (object)
Package

asdf/component.

Methods
Writer Method: (setf component-if-feature) ((component component))

automatically generated writer method

Source

component.lisp.

Target Slot

if-feature.

Generic Reader: component-in-order-to (object)
Package

asdf/component.

Methods
Reader Method: component-in-order-to ((component component))

automatically generated reader method

Source

component.lisp.

Target Slot

in-order-to.

Generic Writer: (setf component-in-order-to) (object)
Package

asdf/component.

Methods
Writer Method: (setf component-in-order-to) ((component component))

automatically generated writer method

Source

component.lisp.

Target Slot

in-order-to.

Generic Reader: component-inline-methods (object)
Package

asdf/component.

Methods
Reader Method: component-inline-methods ((component component))

automatically generated reader method

Source

component.lisp.

Target Slot

inline-methods.

Generic Writer: (setf component-inline-methods) (object)
Package

asdf/component.

Methods
Writer Method: (setf component-inline-methods) ((component component))

automatically generated writer method

Source

component.lisp.

Target Slot

inline-methods.

Generic Reader: component-long-description (object)
Package

asdf/component.

Methods
Reader Method: component-long-description ((component component))

automatically generated reader method

Source

component.lisp.

Target Slot

long-description.

Generic Writer: (setf component-long-description) (object)
Package

asdf/component.

Methods
Writer Method: (setf component-long-description) ((component component))

automatically generated writer method

Source

component.lisp.

Target Slot

long-description.

Generic Reader: component-name (component)

Name of the COMPONENT, unique relative to its parent

Package

asdf/component.

Source

component.lisp.

Methods
Reader Method: component-name ((condition bad-system-name))
Source

parse-defsystem.lisp.

Target Slot

name.

Reader Method: component-name ((condition system-out-of-date))
Source

plan.lisp.

Target Slot

name.

Reader Method: component-name ((component component))

Component name: designator for a string composed of portable pathname characters

Target Slot

name.

Generic Writer: (setf component-name) (object)
Package

asdf/component.

Methods
Writer Method: (setf component-name) ((component component))

Component name: designator for a string composed of portable pathname characters

Source

component.lisp.

Target Slot

name.

Generic Function: component-operation-time (operation component)

Return the timestamp for when an action was last performed

Package

asdf/action.

Source

action.lisp.

Methods
Method: component-operation-time ((o operation) (c component))
Method: component-operation-time ((operation operation) component)
Method: component-operation-time ((operation symbol) component)
Method: component-operation-time ((operation string) component)
Generic Function: (setf component-operation-time) (operation component)

Update the timestamp for when an action was last performed

Package

asdf/action.

Source

action.lisp.

Methods
Method: (setf component-operation-time) ((o operation) (c component))
Generic Reader: component-operation-times (object)
Package

asdf/component.

Methods
Reader Method: component-operation-times ((component component))

automatically generated reader method

Source

component.lisp.

Target Slot

operation-times.

Generic Writer: (setf component-operation-times) (object)
Package

asdf/component.

Methods
Writer Method: (setf component-operation-times) ((component component))

automatically generated writer method

Source

component.lisp.

Target Slot

operation-times.

Generic Function: component-parent (component)

The parent of a child COMPONENT,
or NIL for top-level components (a.k.a. systems)

Package

asdf/component.

Source

component.lisp.

Methods
Reader Method: component-parent ((component component))

automatically generated reader method

Target Slot

parent.

Method: component-parent ((component null))
Generic Function: component-parent-pathname (component)

The pathname of the COMPONENT’s parent, if any, or NIL

Package

asdf/component.

Source

component.lisp.

Methods
Method: component-parent-pathname ((system system))
Source

system.lisp.

Method: component-parent-pathname (component)
Generic Function: component-pathname (component)

Pathname of the COMPONENT if any, or NIL.

Package

asdf/component.

Source

component.lisp.

Methods
Method: component-pathname ((system system))

Given a SYSTEM, and a (Unix-style relative path) NAME of a file (or directory) of given TYPE, return the absolute pathname of a corresponding file under that system’s source code pathname.

Source

system.lisp.

Method: component-pathname ((component component))
Generic Reader: component-properties (object)
Package

asdf/component.

Methods
Reader Method: component-properties ((component component))

automatically generated reader method

Source

component.lisp.

Target Slot

properties.

Generic Writer: (setf component-properties) (object)
Package

asdf/component.

Methods
Writer Method: (setf component-properties) ((component component))

automatically generated writer method

Source

component.lisp.

Target Slot

properties.

Generic Function: component-property (component property)
Package

asdf/backward-interface.

Source

backward-interface.lisp.

Methods
Method: component-property ((c component) property)
Generic Function: (setf component-property) (component property)
Package

asdf/backward-interface.

Source

backward-interface.lisp.

Methods
Method: (setf component-property) ((c component) property)
Generic Function: component-relative-pathname (component)

Specified pathname of the COMPONENT,
intended to be merged with the pathname of that component’s parent if any, using merged-pathnames*. Despite the function’s name, the return value can be an absolute pathname, in which case the merge will leave it unmodified.

Package

asdf/component.

Source

component.lisp.

Methods
Method: component-relative-pathname ((system system))
Source

system.lisp.

Method: component-relative-pathname ((component component))
Generic Reader: component-sideway-dependencies (object)
Package

asdf/component.

Methods
Reader Method: component-sideway-dependencies ((component component))

automatically generated reader method

Source

component.lisp.

Target Slot

sideway-dependencies.

Generic Writer: (setf component-sideway-dependencies) (object)
Package

asdf/component.

Methods
Writer Method: (setf component-sideway-dependencies) ((component component))

automatically generated writer method

Source

component.lisp.

Target Slot

sideway-dependencies.

Generic Function: component-system (component)

Top-level system containing the COMPONENT

Package

asdf/component.

Source

component.lisp.

Methods
Method: component-system ((component component))
Generic Reader: component-version (component)

Return the version of a COMPONENT, which must be a string of dot-separated natural numbers, or NIL.

Package

asdf/component.

Source

component.lisp.

Methods
Reader Method: component-version ((component component))

automatically generated reader method

Target Slot

version.

Generic Writer: (setf component-version) (component)

Updates the version of a COMPONENT, which must be a string of dot-separated natural numbers, or NIL.

Package

asdf/component.

Source

component.lisp.

Methods
Writer Method: (setf component-version) ((component component))

automatically generated writer method

Target Slot

version.

Generic Function: compute-action-stamp (plan- operation component &key just-done)

Has this action been successfully done already,
and at what known timestamp has it been done at or will it be done at?
* PLAN is a plan object modelling future effects of actions,
or NIL to denote what actually happened.
* OPERATION and COMPONENT denote the action.
Takes keyword JUST-DONE:
* JUST-DONE is a boolean that is true if the action was just successfully performed, at which point we want compute the actual stamp and warn if files are missing; otherwise we are making plans, anticipating the effects of the action.
Returns two values:
* a STAMP saying when it was done or will be done,
or T if the action involves files that need to be recomputed.
* a boolean DONE-P that indicates whether the action has actually been done,
and both its output-files and its in-image side-effects are up to date.

Package

asdf/action.

Source

action.lisp.

Methods
Method: compute-action-stamp (plan (o operation) (c component) &key just-done)
Source

plan.lisp.

Generic Function: compute-component-children (component components serial-p)

Return a list of children for COMPONENT.

COMPONENTS is a list of the explicitly defined children descriptions.

SERIAL-P is non-NIL if each child in COMPONENTS should depend on the previous children.

Package

asdf/parse-defsystem.

Source

parse-defsystem.lisp.

Methods
Method: compute-component-children ((component parent-component) components serial-p)
Generic Reader: definition-dependency-list (object)
Package

asdf/system.

Methods
Reader Method: definition-dependency-list ((proto-system proto-system))

automatically generated reader method

Source

system.lisp.

Target Slot

definition-dependency-list.

Generic Writer: (setf definition-dependency-list) (object)
Package

asdf/system.

Methods
Writer Method: (setf definition-dependency-list) ((proto-system proto-system))

automatically generated writer method

Source

system.lisp.

Target Slot

definition-dependency-list.

Generic Reader: definition-dependency-set (object)
Package

asdf/system.

Methods
Reader Method: definition-dependency-set ((proto-system proto-system))

automatically generated reader method

Source

system.lisp.

Target Slot

definition-dependency-set.

Generic Writer: (setf definition-dependency-set) (object)
Package

asdf/system.

Methods
Writer Method: (setf definition-dependency-set) ((proto-system proto-system))

automatically generated writer method

Source

system.lisp.

Target Slot

definition-dependency-set.

Generic Reader: deprecated-function-name (condition)
Package

uiop/version.

Methods
Reader Method: deprecated-function-name ((condition deprecated-function-condition))
Source

version.lisp.

Target Slot

name.

Generic Function: downward-operation (object)
Package

asdf/action.

Methods
Method: downward-operation ((o operation))
Source

action.lisp.

Reader Method: downward-operation ((downward-operation downward-operation))

automatically generated reader method

Source

action.lisp.

Target Slot

downward-operation.

Generic Function: epilogue-code (object)
Package

asdf/bundle.

Methods
Method: epilogue-code ((x system))
Source

bundle.lisp.

Reader Method: epilogue-code ((program-system program-system))

automatically generated reader method

Source

bundle.lisp.

Target Slot

epilogue-code.

Reader Method: epilogue-code ((monolithic-bundle-op monolithic-bundle-op))

automatically generated reader method

Source

bundle.lisp.

Target Slot

epilogue-code.

Generic Writer: (setf epilogue-code) (object)
Package

asdf/bundle.

Methods
Writer Method: (setf epilogue-code) ((monolithic-bundle-op monolithic-bundle-op))

automatically generated writer method

Source

bundle.lisp.

Target Slot

epilogue-code.

Generic Reader: error-component (condition)
Package

asdf/backward-interface.

Methods
Reader Method: error-component ((condition operation-error))
Source

backward-interface.lisp.

Target Slot

component.

Generic Reader: error-condition (condition)
Package

asdf/find-system.

Methods
Reader Method: error-condition ((condition load-system-definition-error))
Source

find-system.lisp.

Target Slot

condition.

Generic Reader: error-name (condition)
Package

asdf/find-system.

Methods
Reader Method: error-name ((condition load-system-definition-error))
Source

find-system.lisp.

Target Slot

name.

Generic Reader: error-operation (condition)
Package

asdf/backward-interface.

Methods
Reader Method: error-operation ((condition operation-error))
Source

backward-interface.lisp.

Target Slot

operation.

Generic Reader: error-pathname (condition)
Package

asdf/find-system.

Methods
Reader Method: error-pathname ((condition load-system-definition-error))
Source

find-system.lisp.

Target Slot

pathname.

Generic Function: explain (operation component)

Display a message describing an action.

DEPRECATED. Use ASDF:ACTION-DESCRIPTION and/or ASDF::FORMAT-ACTION instead.

Package

asdf/parse-defsystem.

Source

backward-interface.lisp.

Methods
Method: explain ((o operation) (c component))
Method: explain ((operation operation) component)
Method: explain ((operation symbol) component)
Method: explain ((operation string) component)
Generic Reader: file-type (object)
Package

asdf/component.

Methods
Reader Method: file-type ((file-component file-component))

automatically generated reader method

Source

component.lisp.

Target Slot

type.

Generic Writer: (setf file-type) (object)
Package

asdf/component.

Methods
Writer Method: (setf file-type) ((file-component file-component))

automatically generated writer method

Source

component.lisp.

Target Slot

type.

Generic Function: find-component (base path &key registered)

Find a component by resolving the PATH starting from BASE parent. If REGISTERED is true, only search currently registered systems.

Package

asdf/component.

Source

component.lisp.

Methods
Method: find-component (base (actual component) &key registered)
Source

find-component.lisp.

Method: find-component ((c component) (name cons) &key registered)
Source

find-component.lisp.

Method: find-component (base (name symbol) &key registered)
Source

find-component.lisp.

Method: find-component ((parent parent-component) (name string) &key registered)
Source

find-component.lisp.

Method: find-component ((base cons) path &key registered)
Source

find-component.lisp.

Method: find-component ((base symbol) path &key registered)
Source

find-component.lisp.

Method: find-component ((base string) path &key registered)
Source

find-component.lisp.

Generic Function: find-operation (context spec)

Find an operation by resolving the SPEC in the CONTEXT

Package

asdf/operation.

Source

operation.lisp.

Methods
Method: find-operation (context (spec string))
Method: find-operation (context (spec symbol))
Method: find-operation (context (spec operation))
Generic Function: find-system (system &optional error-p)

Given a system designator, find the actual corresponding system object.
If no system is found, then signal an error if ERROR-P is true (the default), or else return NIL. A system designator is usually a string (conventionally all lowercase) or a symbol, designating the same system as its downcased name; it can also be a system object (designating itself).

Package

asdf/system.

Source

system.lisp.

Methods
Method: find-system ((name string) &optional error-p)
Source

find-system.lisp.

Method: find-system (name &optional error-p)
Source

find-system.lisp.

Method: find-system ((name null) &optional error-p)
Source

find-system.lisp.

Generic Reader: forced (object)
Package

asdf/forcing.

Methods
Reader Method: forced ((forcing forcing))

automatically generated reader method

Source

forcing.lisp.

Target Slot

forced.

Generic Reader: forced-not (object)
Package

asdf/forcing.

Methods
Reader Method: forced-not ((forcing forcing))

automatically generated reader method

Source

forcing.lisp.

Target Slot

forced-not.

Generic Function: forcing (object)
Package

asdf/session.

Methods
Reader Method: forcing ((plan-traversal plan-traversal))

automatically generated reader method

Source

plan.lisp.

Target Slot

forcing.

Method: forcing ((x cons))
Source

forcing.lisp.

Method: forcing ((x null))
Source

forcing.lisp.

Reader Method: forcing ((session session))

Forcing parameters for the session

Source

session.lisp.

Target Slot

forcing.

Generic Writer: (setf forcing) (object)
Package

asdf/session.

Methods
Writer Method: (setf forcing) ((session session))

Forcing parameters for the session

Source

session.lisp.

Target Slot

forcing.

Generic Reader: format-arguments (condition)
Package

asdf/session.

Methods
Reader Method: format-arguments ((condition formatted-system-definition-error))
Source

session.lisp.

Target Slot

format-arguments.

Generic Reader: format-control (condition)
Package

asdf/session.

Methods
Reader Method: format-control ((condition formatted-system-definition-error))
Source

session.lisp.

Target Slot

format-control.

Generic Function: input-files (operation component)

A list of input files corresponding to this action.

Methods on PERFORM *must* call this function to determine where their inputs are located. They may rely on the order of the files to discriminate between inputs.

Package

asdf/action.

Source

action.lisp.

Methods
Method: input-files ((operation basic-concatenate-source-op) (s system))
Source

concatenate-source.lisp.

Method: input-files ((o load-op) (s precompiled-system))
Source

bundle.lisp.

Method: input-files ((o operation) (c compiled-file))
Source

bundle.lisp.

Method: input-files ((o load-bundle-op) (c system))
Source

bundle.lisp.

Method: input-files ((o gather-operation) (c system))
Source

bundle.lisp.

Method: input-files ((o define-op) (s system))
Source

find-system.lisp.

Method: input-files ((o prepare-source-op) (s system))
Source

lisp-action.lisp.

Method: input-files ((o compile-op) (c system))
Source

lisp-action.lisp.

Method: input-files ((o prepare-op) (s system))
Source

lisp-action.lisp.

Method: input-files ((o selfward-operation) (c component))
Method: input-files ((o operation) (c component))
Method: input-files :around (operation component)
Method: input-files ((operation operation) component)
Method: input-files ((operation symbol) component)
Method: input-files ((operation string) component)
Generic Function: make-plan (plan-class operation component &key &allow-other-keys)

Generate and return a plan for performing OPERATION on COMPONENT.

Package

asdf/plan.

Source

plan.lisp.

Methods
Method: make-plan (plan-class (o operation) (c component) &rest keys &key &allow-other-keys)
Method: make-plan (plan-class (operation operation) component &rest rest391 &key &allow-other-keys)
Method: make-plan (plan-class (operation symbol) component &rest rest391 &key &allow-other-keys)
Method: make-plan (plan-class (operation string) component &rest rest391 &key &allow-other-keys)
Generic Function: mark-as-done (plan-class operation component)

Mark an action as done in a plan, after performing it.

Package

asdf/plan.

Source

plan.lisp.

Methods
Method: mark-as-done ((plan plan) (o operation) (c component))
Method: mark-as-done (plan-class (operation operation) component)
Method: mark-as-done (plan-class (operation symbol) component)
Method: mark-as-done (plan-class (operation string) component)
Generic Function: mark-operation-done (operation component)

Mark a action as having been just done.

Updates the action’s COMPONENT-OPERATION-TIME to match the COMPUTE-ACTION-STAMP using the JUST-DONE flag.

Package

asdf/action.

Source

action.lisp.

Methods
Method: mark-operation-done :after ((o load-bundle-op) (c system))
Source

bundle.lisp.

Method: mark-operation-done ((o operation) (c component))
Generic Reader: missing-parent (condition)
Package

asdf/find-component.

Methods
Reader Method: missing-parent ((condition missing-component))
Source

find-component.lisp.

Target Slot

parent.

Generic Reader: missing-required-by (condition)
Package

asdf/find-component.

Methods
Reader Method: missing-required-by ((condition missing-dependency))
Source

find-component.lisp.

Target Slot

required-by.

Generic Reader: missing-requires (condition)
Package

asdf/find-component.

Methods
Reader Method: missing-requires ((condition missing-component))
Source

find-component.lisp.

Target Slot

requires.

Generic Reader: missing-version (condition)
Package

asdf/find-component.

Methods
Reader Method: missing-version ((condition missing-component-of-version))
Source

find-component.lisp.

Target Slot

version.

Generic Reader: module-components (object)
Package

asdf/component.

Methods
Reader Method: module-components ((parent-component parent-component))

automatically generated reader method

Source

component.lisp.

Target Slot

children.

Generic Reader: module-default-component-class (object)
Package

asdf/component.

Methods
Reader Method: module-default-component-class ((parent-component parent-component))

automatically generated reader method

Source

component.lisp.

Target Slot

default-component-class.

Generic Writer: (setf module-default-component-class) (object)
Package

asdf/component.

Methods
Writer Method: (setf module-default-component-class) ((parent-component parent-component))

automatically generated writer method

Source

component.lisp.

Target Slot

default-component-class.

Generic Function: needed-in-image-p (operation component)

Is the action of OPERATION on COMPONENT needed in the current image
to be meaningful, or could it just as well have been done in another Lisp image?

Package

asdf/plan.

Source

plan.lisp.

Methods
Method: needed-in-image-p ((o operation) (c component))
Generic Function: operate (operation component &key plan-class plan-options version verbose on-warnings on-failure &allow-other-keys)

Operate does mainly four things for the user:

1. Resolves the OPERATION designator into an operation object.
OPERATION is typically a symbol denoting an operation class, instantiated with MAKE-OPERATION. 2. Resolves the COMPONENT designator into a component object.
COMPONENT is typically a string or symbol naming a system, loaded from disk using FIND-SYSTEM. 3. It then calls MAKE-PLAN with the operation and system as arguments.
4. Finally calls PERFORM-PLAN on the resulting plan to actually build the system.

The entire computation is wrapped in WITH-COMPILATION-UNIT and error handling code.
If a VERSION argument is supplied, then operate also ensures that the system found satisfies it using the VERSION-SATISFIES method.
If a PLAN-CLASS argument is supplied, that class is used for the plan.
If a PLAN-OPTIONS argument is supplied, the options are passed to the plan.

The :FORCE or :FORCE-NOT argument to OPERATE can be:
T to force the inside of the specified system to be rebuilt (resp. not),
without recursively forcing the other systems we depend on.
:ALL to force all systems including other systems we depend on to be rebuilt (resp. not). (SYSTEM1 SYSTEM2 ... SYSTEMN) to force systems named in a given list
:FORCE-NOT has precedence over :FORCE; builtin systems cannot be forced.

For backward compatibility, all keyword arguments are passed to MAKE-OPERATION
when instantiating a new operation, that will in turn be inherited by new operations.
But do NOT depend on it, for this is deprecated behavior.

Package

asdf/operate.

Source

operate.lisp.

Methods
Method: operate :before (operation-class system &rest args &key &allow-other-keys)
Source

backward-interface.lisp.

Method: operate ((operation operation) (component component) &key plan-class plan-options)
Method: operate :before ((operation operation) (component component) &key version)
Method: operate :around (operation component &rest keys &key verbose on-warnings on-failure)
Method: operate ((operation operation) component &rest rest404 &key &allow-other-keys)
Method: operate ((operation symbol) component &rest rest404 &key &allow-other-keys)
Method: operate ((operation string) component &rest rest404 &key &allow-other-keys)
Generic Function: operation-done-p (operation component)

Returns a boolean which is NIL if the action must be performed (again).

Package

asdf/action.

Source

action.lisp.

Methods
Method: operation-done-p ((o deliver-asd-op) (s system))
Source

bundle.lisp.

Method: operation-done-p ((o test-op) (c system))

Testing a system is _never_ done.

Source

lisp-action.lisp.

Method: operation-done-p ((o operation) (c component))
Method: operation-done-p ((operation operation) component)
Method: operation-done-p ((operation symbol) component)
Method: operation-done-p ((operation string) component)
Generic Function: operation-on-failure (operation)

DEPRECATED. Please use UIOP:*COMPILE-FILE-FAILURE-BEHAVIOUR* instead.

Package

asdf/backward-interface.

Source

backward-interface.lisp.

Methods
Method: operation-on-failure ((o operation))
Generic Function: (setf operation-on-failure) (operation)

DEPRECATED. Please SETF UIOP:*COMPILE-FILE-FAILURE-BEHAVIOUR* instead.

Package

asdf/backward-interface.

Source

backward-interface.lisp.

Methods
Method: (setf operation-on-failure) ((o operation))
Generic Function: operation-on-warnings (operation)

DEPRECATED. Please use UIOP:*COMPILE-FILE-WARNINGS-BEHAVIOUR* instead.

Package

asdf/backward-interface.

Source

backward-interface.lisp.

Methods
Method: operation-on-warnings ((o operation))
Generic Function: (setf operation-on-warnings) (operation)

DEPRECATED. Please SETF UIOP:*COMPILE-FILE-WARNINGS-BEHAVIOUR* instead.

Package

asdf/backward-interface.

Source

backward-interface.lisp.

Methods
Method: (setf operation-on-warnings) ((o operation))
Generic Function: output-files (operation component)

Methods for this function return two values: a list of output files
corresponding to this action, and a boolean indicating if they have already been subjected to relevant output translations and should not be further translated.

Methods on PERFORM *must* call this function to determine where their outputs are to be located. They may rely on the order of the files to discriminate between outputs.

Package

asdf/action.

Source

action.lisp.

Methods
Method: output-files ((o basic-compile-concatenated-source-op) (s system))
Source

concatenate-source.lisp.

Method: output-files ((o deliver-asd-op) (s system))
Source

bundle.lisp.

Method: output-files ((o lib-op) (c prebuilt-system))
Source

bundle.lisp.

Method: output-files ((o bundle-op) (c system))
Source

bundle.lisp.

Method: output-files ((o compile-op) (c system))
Source

lisp-action.lisp.

Method: output-files ((o compile-op) (c cl-source-file))
Source

lisp-action.lisp.

Method: output-files ((o operation) (c component))
Method: output-files :around (operation component)
Method: output-files ((operation operation) component)
Method: output-files ((operation symbol) component)
Method: output-files ((operation string) component)
Generic Function: perform (operation component)

PERFORM an action, consuming its input-files and building its output-files

Package

asdf/action.

Source

action.lisp.

Methods
Method: perform ((o basic-load-compiled-concatenated-source-op) (s system))
Source

concatenate-source.lisp.

Method: perform ((o basic-compile-concatenated-source-op) (s system))
Source

concatenate-source.lisp.

Method: perform ((o basic-load-concatenated-source-op) (s system))
Source

concatenate-source.lisp.

Method: perform ((o basic-concatenate-source-op) (s system))
Source

concatenate-source.lisp.

Method: perform ((o load-op) (s precompiled-system))
Source

bundle.lisp.

Method: perform ((o basic-compile-bundle-op) (c system))
Source

bundle.lisp.

Method: perform ((o deliver-asd-op) (s system))

Write an ASDF system definition for loading S as a delivered system.

Source

bundle.lisp.

Method: perform ((o dll-op) (c prebuilt-system))
Source

bundle.lisp.

Method: perform ((o lib-op) (c prebuilt-system))
Source

bundle.lisp.

Method: perform ((o basic-compile-bundle-op) (c prebuilt-system))
Source

bundle.lisp.

Method: perform ((o link-op) (c prebuilt-system))
Source

bundle.lisp.

Method: perform ((o operation) (c compiled-file))
Source

bundle.lisp.

Method: perform ((o load-source-op) (c compiled-file))
Source

bundle.lisp.

Method: perform ((o load-op) (c compiled-file))
Source

bundle.lisp.

Method: perform ((o load-bundle-op) (c system))
Source

bundle.lisp.

Method: perform :before ((o program-op) (c system))
Source

bundle.lisp.

Method: perform ((o image-op) (c system))
Source

bundle.lisp.

Method: perform ((o define-op) (s system))
Source

find-system.lisp.

Method: perform ((o operation) (c undefined-system))
Source

find-system.lisp.

Method: perform ((o load-op) (s require-system))
Source

operate.lisp.

Method: perform ((o compile-op) (c require-system))
Source

operate.lisp.

Method: perform ((o test-op) (c component))
Source

lisp-action.lisp.

Method: perform ((o load-source-op) (c static-file))
Source

lisp-action.lisp.

Method: perform ((o load-source-op) (c cl-source-file))
Source

lisp-action.lisp.

Method: perform ((o prepare-source-op) (c component))
Source

lisp-action.lisp.

Method: perform ((o load-op) (c static-file))
Source

lisp-action.lisp.

Method: perform ((o load-op) (c cl-source-file))
Source

lisp-action.lisp.

Method: perform ((o compile-op) (c system))
Source

lisp-action.lisp.

Method: perform ((o compile-op) (c static-file))
Source

lisp-action.lisp.

Method: perform ((o compile-op) (c cl-source-file))
Source

lisp-action.lisp.

Method: perform ((o prepare-op) (c component))
Source

lisp-action.lisp.

Method: perform ((o operation) (c source-file))
Method: perform ((o operation) (c parent-component))
Method: perform :after ((o operation) (c component))
Method: perform :before ((o operation) (c component))
Method: perform :around ((o operation) (c component))
Method: perform ((operation operation) component)
Method: perform ((operation symbol) component)
Method: perform ((operation string) component)
Generic Function: perform-plan (plan &key)

Actually perform a plan and build the requested actions

Package

asdf/plan.

Source

plan.lisp.

Methods
Method: perform-plan (plan &key)
Method: perform-plan :around (plan &key)
Generic Function: perform-with-restarts (operation component)

PERFORM an action in a context where suitable restarts are in place.

Package

asdf/action.

Source

action.lisp.

Methods
Method: perform-with-restarts ((o load-op) (c cl-source-file))
Source

lisp-action.lisp.

Method: perform-with-restarts :around (operation component)
Method: perform-with-restarts (operation component)
Generic Reader: performable-p (object)
Package

asdf/forcing.

Methods
Reader Method: performable-p ((forcing forcing))

automatically generated reader method

Source

forcing.lisp.

Target Slot

performable-p.

Generic Function: plan-actions (plan)

Extract from a plan a list of actions to perform in sequence

Package

asdf/plan.

Source

plan.lisp.

Methods
Method: plan-actions ((plan filtered-sequential-plan))
Method: plan-actions ((plan sequential-plan))
Method: plan-actions ((plan list))
Generic Reader: plan-actions-r (object)
Package

asdf/plan.

Methods
Reader Method: plan-actions-r ((sequential-plan sequential-plan))

automatically generated reader method

Source

plan.lisp.

Target Slot

actions-r.

Generic Writer: (setf plan-actions-r) (object)
Package

asdf/plan.

Methods
Writer Method: (setf plan-actions-r) ((sequential-plan sequential-plan))

automatically generated writer method

Source

plan.lisp.

Target Slot

actions-r.

Generic Reader: plan-component-type (object)
Package

asdf/plan.

Methods
Reader Method: plan-component-type ((filtered-sequential-plan filtered-sequential-plan))

automatically generated reader method

Source

plan.lisp.

Target Slot

component-type.

Generic Reader: plan-keep-component (object)
Package

asdf/plan.

Methods
Reader Method: plan-keep-component ((filtered-sequential-plan filtered-sequential-plan))

automatically generated reader method

Source

plan.lisp.

Target Slot

keep-component.

Generic Reader: plan-keep-operation (object)
Package

asdf/plan.

Methods
Reader Method: plan-keep-operation ((filtered-sequential-plan filtered-sequential-plan))

automatically generated reader method

Source

plan.lisp.

Target Slot

keep-operation.

Generic Reader: planned-action-count (object)
Package

asdf/session.

Methods
Reader Method: planned-action-count ((session session))

automatically generated reader method

Source

session.lisp.

Target Slot

planned-action-count.

Generic Writer: (setf planned-action-count) (object)
Package

asdf/session.

Methods
Writer Method: (setf planned-action-count) ((session session))

automatically generated writer method

Source

session.lisp.

Target Slot

planned-action-count.

Generic Reader: planned-output-action-count (object)
Package

asdf/session.

Methods
Reader Method: planned-output-action-count ((session session))

automatically generated reader method

Source

session.lisp.

Target Slot

planned-output-action-count.

Generic Writer: (setf planned-output-action-count) (object)
Package

asdf/session.

Methods
Writer Method: (setf planned-output-action-count) ((session session))

automatically generated writer method

Source

session.lisp.

Target Slot

planned-output-action-count.

Generic Function: process-output-translations (spec &key inherit collect)
Package

asdf/output-translations.

Source

output-translations.lisp.

Methods
Method: process-output-translations ((form cons) &key inherit collect)
Method: process-output-translations ((x null) &key inherit collect)
Method: process-output-translations ((string string) &key inherit collect)
Method: process-output-translations ((pathname pathname) &key inherit collect)
Method: process-output-translations ((x symbol) &key inherit collect)
Generic Function: process-source-registry (spec &key inherit register)
Package

asdf/source-registry.

Source

source-registry.lisp.

Methods
Method: process-source-registry ((form cons) &key inherit register)
Method: process-source-registry ((x null) &key inherit register)
Method: process-source-registry ((string string) &key inherit register)
Method: process-source-registry ((pathname pathname) &key inherit register)
Method: process-source-registry ((x symbol) &key inherit register)
Generic Function: prologue-code (object)
Package

asdf/bundle.

Methods
Method: prologue-code ((x system))
Source

bundle.lisp.

Reader Method: prologue-code ((program-system program-system))

automatically generated reader method

Source

bundle.lisp.

Target Slot

prologue-code.

Reader Method: prologue-code ((monolithic-bundle-op monolithic-bundle-op))

automatically generated reader method

Source

bundle.lisp.

Target Slot

prologue-code.

Generic Writer: (setf prologue-code) (object)
Package

asdf/bundle.

Methods
Writer Method: (setf prologue-code) ((monolithic-bundle-op monolithic-bundle-op))

automatically generated writer method

Source

bundle.lisp.

Target Slot

prologue-code.

Generic Function: record-dependency (plan operation component)

Record that, within PLAN, performing OPERATION on COMPONENT depends on all
of the (OPERATION . COMPONENT) actions in the current ASDF session’s VISITING-ACTION-LIST.

You can get a single action which dominates the set of dependencies corresponding to this call with (first (visiting-action-list *asdf-session*))
since VISITING-ACTION-LIST is a stack whose top action depends directly on its second action, and whose second action depends directly on its third action, and so forth.

Package

asdf/plan.

Source

plan.lisp.

Methods
Method: record-dependency ((plan null) operation component)
Source

find-system.lisp.

Method: record-dependency ((plan sequential-plan) (o operation) (c component))
Generic Function: resolve-dependency-combination (component combinator arguments)

Return a component satisfying the dependency specification (COMBINATOR . ARGUMENTS) in the context of COMPONENT

Package

asdf/find-component.

Source

find-component.lisp.

Methods
Method: resolve-dependency-combination (component (combinator (eql :require)) arguments)
Source

operate.lisp.

Method: resolve-dependency-combination (component (combinator (eql :version)) arguments)
Method: resolve-dependency-combination (component (combinator (eql :feature)) arguments)
Method: resolve-dependency-combination (component combinator arguments)
Generic Reader: selfward-operation (object)
Package

asdf/action.

Methods
Reader Method: selfward-operation ((selfward-operation selfward-operation))

automatically generated reader method

Source

action.lisp.

Target Slot

selfward-operation.

Generic Reader: session-cache (object)
Package

asdf/session.

Methods
Reader Method: session-cache ((session session))

Memoize expensive computations

Source

session.lisp.

Target Slot

session-cache.

Generic Function: sideway-operation (object)
Package

asdf/action.

Methods
Method: sideway-operation ((o operation))
Source

action.lisp.

Reader Method: sideway-operation ((sideway-operation sideway-operation))

automatically generated reader method

Source

action.lisp.

Target Slot

sideway-operation.

Generic Function: slurp-input-stream (processor input-stream &key linewise prefix element-type buffer-size external-format if-exists if-does-not-exist at count stripped &allow-other-keys)

SLURP-INPUT-STREAM is a generic function with two positional arguments
PROCESSOR and INPUT-STREAM and additional keyword arguments, that consumes (slurps)
the contents of the INPUT-STREAM and processes them according to a method
specified by PROCESSOR.

Built-in methods include the following:
* if PROCESSOR is a function, it is called with the INPUT-STREAM as its argument
* if PROCESSOR is a list, its first element should be a function. It will be applied to a cons of the INPUT-STREAM and the rest of the list. That is (x . y) will be treated as
(APPLY x <stream> y)
* if PROCESSOR is an output-stream, the contents of INPUT-STREAM is copied to the output-stream, per copy-stream-to-stream, with appropriate keyword arguments.
* if PROCESSOR is the symbol CL:STRING or the keyword :STRING, then the contents of INPUT-STREAM are returned as a string, as per SLURP-STREAM-STRING.
* if PROCESSOR is the keyword :LINES then the INPUT-STREAM will be handled by SLURP-STREAM-LINES. * if PROCESSOR is the keyword :LINE then the INPUT-STREAM will be handled by SLURP-STREAM-LINE.
* if PROCESSOR is the keyword :FORMS then the INPUT-STREAM will be handled by SLURP-STREAM-FORMS. * if PROCESSOR is the keyword :FORM then the INPUT-STREAM will be handled by SLURP-STREAM-FORM.
* if PROCESSOR is T, it is treated the same as *standard-output*. If it is NIL, NIL is returned.

Programmers are encouraged to define their own methods for this generic function.

Package

uiop/run-program.

Source

run-program.lisp.

Methods
Method: slurp-input-stream (x stream &key linewise prefix element-type buffer-size)
Method: slurp-input-stream ((pathname pathname) input &key element-type external-format if-exists if-does-not-exist buffer-size linewise)
Method: slurp-input-stream ((x null) stream &key)
Method: slurp-input-stream ((x (eql t)) stream &rest keys &key &allow-other-keys)
Method: slurp-input-stream ((x (eql :form)) stream &key at)
Method: slurp-input-stream ((x (eql :forms)) stream &key count)
Method: slurp-input-stream ((x (eql :line)) stream &key at)
Method: slurp-input-stream ((x (eql :lines)) stream &key count)
Method: slurp-input-stream ((x (eql :string)) stream &key stripped)
Method: slurp-input-stream ((x (eql string)) stream &key stripped)
Method: slurp-input-stream ((output-stream stream) input-stream &key linewise prefix element-type buffer-size)
Method: slurp-input-stream ((list cons) input-stream &key)
Method: slurp-input-stream ((function function) input-stream &key)
Generic Reader: source-file-explicit-type (object)
Package

asdf/component.

Methods
Reader Method: source-file-explicit-type ((source-file source-file))

automatically generated reader method

Source

component.lisp.

Target Slot

type.

Generic Writer: (setf source-file-explicit-type) (object)
Package

asdf/component.

Methods
Writer Method: (setf source-file-explicit-type) ((source-file source-file))

automatically generated writer method

Source

component.lisp.

Target Slot

type.

Generic Function: source-file-type (component system)

DEPRECATED. Use the FILE-TYPE of a COMPONENT instead.

Package

asdf/component.

Source

component.lisp.

Methods
Method: source-file-type ((component file-component) (system parent-component))
Method: source-file-type ((component parent-component) (system parent-component))
Generic Reader: status-index (object)
Package

asdf/plan.

Methods
Reader Method: status-index ((action-status action-status))

INDEX associated with the ACTION in the current session,
or NIL if no the status is considered outside of a specific plan.

Source

plan.lisp.

Target Slot

index.

Generic Reader: status-stamp (object)
Package

asdf/plan.

Methods
Reader Method: status-stamp ((action-status action-status))

STAMP associated with the ACTION if it has been completed already in some
previous session or image, T if it was done and builtin the image, or NIL if it needs to be done.

Source

plan.lisp.

Target Slot

stamp.

Generic Reader: subprocess-error-code (condition)
Package

uiop/run-program.

Methods
Reader Method: subprocess-error-code ((condition subprocess-error))
Source

run-program.lisp.

Target Slot

code.

Generic Reader: subprocess-error-command (condition)
Package

uiop/run-program.

Methods
Reader Method: subprocess-error-command ((condition subprocess-error))
Source

run-program.lisp.

Target Slot

command.

Generic Reader: subprocess-error-process (condition)
Package

uiop/run-program.

Methods
Reader Method: subprocess-error-process ((condition subprocess-error))
Source

run-program.lisp.

Target Slot

process.

Generic Writer: (setf system-author) (object)
Package

asdf/system.

Methods
Writer Method: (setf system-author) ((system system))

automatically generated writer method

Source

system.lisp.

Target Slot

author.

Generic Writer: (setf system-bug-tracker) (object)
Package

asdf/system.

Methods
Writer Method: (setf system-bug-tracker) ((system system))

automatically generated writer method

Source

system.lisp.

Target Slot

bug-tracker.

Generic Reader: system-defsystem-depends-on (object)
Package

asdf/system.

Methods
Reader Method: system-defsystem-depends-on ((system system))

automatically generated reader method

Source

system.lisp.

Target Slot

defsystem-depends-on.

Generic Reader: system-depends-on (object)
Package

asdf/system.

Methods
Reader Method: system-depends-on ((system system))

automatically generated reader method

Source

system.lisp.

Target Slot

depends-on.

Generic Writer: (setf system-description) (object)
Package

asdf/system.

Methods
Writer Method: (setf system-description) ((system system))

automatically generated writer method

Source

system.lisp.

Target Slot

description.

Generic Writer: (setf system-homepage) (object)
Package

asdf/system.

Methods
Writer Method: (setf system-homepage) ((system system))

automatically generated writer method

Source

system.lisp.

Target Slot

homepage.

Generic Writer: (setf system-licence) (object)
Package

asdf/system.

Methods
Writer Method: (setf system-licence) ((system system))

automatically generated writer method

Source

system.lisp.

Target Slot

licence.

Generic Writer: (setf system-license) (object)
Package

asdf/system.

Methods
Writer Method: (setf system-license) ((system system))

automatically generated writer method

Source

system.lisp.

Target Slot

licence.

Generic Writer: (setf system-long-description) (object)
Package

asdf/system.

Methods
Writer Method: (setf system-long-description) ((system system))

automatically generated writer method

Source

system.lisp.

Target Slot

long-description.

Generic Writer: (setf system-long-name) (object)
Package

asdf/system.

Methods
Writer Method: (setf system-long-name) ((system system))

automatically generated writer method

Source

system.lisp.

Target Slot

long-name.

Generic Writer: (setf system-mailto) (object)
Package

asdf/system.

Methods
Writer Method: (setf system-mailto) ((system system))

automatically generated writer method

Source

system.lisp.

Target Slot

mailto.

Generic Writer: (setf system-maintainer) (object)
Package

asdf/system.

Methods
Writer Method: (setf system-maintainer) ((system system))

automatically generated writer method

Source

system.lisp.

Target Slot

maintainer.

Generic Writer: (setf system-source-control) (object)
Package

asdf/system.

Methods
Writer Method: (setf system-source-control) ((system system))

automatically generated writer method

Source

system.lisp.

Target Slot

source-control.

Generic Function: system-source-file (system)

Return the source file in which system is defined.

Package

asdf/system.

Source

system.lisp.

Methods
Reader Method: system-source-file ((condition bad-system-name))
Source

parse-defsystem.lisp.

Target Slot

source-file.

Method: system-source-file ((system-name symbol))
Method: system-source-file ((system-name string))
Reader Method: system-source-file ((system system))

automatically generated reader method

Target Slot

source-file.

Generic Writer: (setf system-source-file) (object)
Package

asdf/system.

Methods
Writer Method: (setf system-source-file) ((system system))

automatically generated writer method

Source

system.lisp.

Target Slot

source-file.

Generic Reader: system-weakly-depends-on (object)
Package

asdf/system.

Methods
Reader Method: system-weakly-depends-on ((system system))

automatically generated reader method

Source

system.lisp.

Target Slot

weakly-depends-on.

Generic Reader: total-action-count (object)
Package

asdf/session.

Methods
Reader Method: total-action-count ((session session))

automatically generated reader method

Source

session.lisp.

Target Slot

total-action-count.

Generic Writer: (setf total-action-count) (object)
Package

asdf/session.

Methods
Writer Method: (setf total-action-count) ((session session))

automatically generated writer method

Source

session.lisp.

Target Slot

total-action-count.

Generic Function: traverse (operation component &key plan-class &allow-other-keys)

DEPRECATED. Use MAKE-PLAN and PLAN-ACTIONS, or REQUIRED-COMPONENTS, or some other supported interface instead.

Generate and return a plan for performing OPERATION on COMPONENT.

The plan returned is a list of dotted-pairs. Each pair is the CONS of ASDF operation object and a COMPONENT object. The pairs will be processed in order by OPERATE.

Package

asdf/backward-interface.

Source

backward-interface.lisp.

Methods
Method: traverse ((o operation) (c component) &rest keys &key plan-class &allow-other-keys)
Method: traverse ((operation operation) component &rest rest487 &key &allow-other-keys)
Method: traverse ((operation symbol) component &rest rest487 &key &allow-other-keys)
Method: traverse ((operation string) component &rest rest487 &key &allow-other-keys)
Generic Function: trivial-system-p (component)
Package

asdf/bundle.

Source

bundle.lisp.

Methods
Method: trivial-system-p ((s prebuilt-system))
Method: trivial-system-p ((s system))
Generic Reader: upward-operation (object)
Package

asdf/action.

Methods
Reader Method: upward-operation ((upward-operation upward-operation))

automatically generated reader method

Source

action.lisp.

Target Slot

upward-operation.

Generic Function: version-satisfies (component version)

Check whether a COMPONENT satisfies the constraint of being at least as recent
as the specified VERSION, which must be a string of dot-separated natural numbers, or NIL.

Package

asdf/component.

Source

component.lisp.

Methods
Method: version-satisfies ((cver string) version)
Method: version-satisfies ((c component) version)
Method: version-satisfies :around (c (version null))
Generic Reader: visited-actions (object)
Package

asdf/session.

Methods
Reader Method: visited-actions ((session session))

automatically generated reader method

Source

session.lisp.

Target Slot

visited-actions.

Generic Writer: (setf visited-actions) (object)
Package

asdf/session.

Methods
Writer Method: (setf visited-actions) ((session session))

automatically generated writer method

Source

session.lisp.

Target Slot

visited-actions.

Generic Reader: visiting-action-list (object)
Package

asdf/session.

Methods
Reader Method: visiting-action-list ((session session))

automatically generated reader method

Source

session.lisp.

Target Slot

visiting-action-list.

Generic Writer: (setf visiting-action-list) (object)
Package

asdf/session.

Methods
Writer Method: (setf visiting-action-list) ((session session))

automatically generated writer method

Source

session.lisp.

Target Slot

visiting-action-list.

Generic Reader: visiting-action-set (object)
Package

asdf/session.

Methods
Reader Method: visiting-action-set ((session session))

automatically generated reader method

Source

session.lisp.

Target Slot

visiting-action-set.

Generic Writer: (setf visiting-action-set) (object)
Package

asdf/session.

Methods
Writer Method: (setf visiting-action-set) ((session session))

automatically generated writer method

Source

session.lisp.

Target Slot

visiting-action-set.

Generic Function: vomit-output-stream (processor output-stream &key linewise prefix element-type buffer-size external-format if-exists if-does-not-exist fresh-line terpri &allow-other-keys)

VOMIT-OUTPUT-STREAM is a generic function with two positional arguments
PROCESSOR and OUTPUT-STREAM and additional keyword arguments, that produces (vomits)
some content onto the OUTPUT-STREAM, according to a method specified by PROCESSOR.

Built-in methods include the following:
* if PROCESSOR is a function, it is called with the OUTPUT-STREAM as its argument
* if PROCESSOR is a list, its first element should be a function.
It will be applied to a cons of the OUTPUT-STREAM and the rest of the list.
That is (x . y) will be treated as (APPLY x <stream> y)
* if PROCESSOR is an input-stream, its contents will be copied the OUTPUT-STREAM,
per copy-stream-to-stream, with appropriate keyword arguments.
* if PROCESSOR is a string, its contents will be printed to the OUTPUT-STREAM.
* if PROCESSOR is T, it is treated the same as *standard-input*. If it is NIL, nothing is done.

Programmers are encouraged to define their own methods for this generic function.

Package

uiop/run-program.

Source

run-program.lisp.

Methods
Method: vomit-output-stream (x stream &key linewise prefix element-type buffer-size)
Method: vomit-output-stream ((pathname pathname) input &key element-type external-format if-exists if-does-not-exist buffer-size linewise)
Method: vomit-output-stream ((x null) stream &key)
Method: vomit-output-stream ((x (eql t)) stream &rest keys &key &allow-other-keys)
Method: vomit-output-stream ((x string) stream &key fresh-line terpri)
Method: vomit-output-stream ((input-stream stream) output-stream &key linewise prefix element-type buffer-size)
Method: vomit-output-stream ((list cons) output-stream &key)
Method: vomit-output-stream ((function function) output-stream &key)

5.1.8 Standalone methods

Method: initialize-instance :before ((o operation) &key)
Source

action.lisp.

Method: initialize-instance :after ((o operation) &rest initargs &key &allow-other-keys)
Source

operation.lisp.

Method: initialize-instance :before ((o non-propagating-operation) &key)
Source

action.lisp.

Method: initialize-instance :after ((plan filtered-sequential-plan) &key system other-systems)
Source

plan.lisp.

Method: print-object ((o operation) stream)
Source

operation.lisp.

Method: print-object ((c deprecated-function-condition) stream)
Source

version.lisp.

Method: print-object ((forcing forcing) stream)
Source

forcing.lisp.

Method: print-object ((status action-status) stream)
Source

plan.lisp.

Method: print-object ((c component) stream)
Source

component.lisp.

Method: print-object ((c missing-component) s)
Source

find-component.lisp.

Method: print-object ((c missing-dependency) s)
Source

find-component.lisp.

Method: print-object ((c missing-component-of-version) s)
Source

find-component.lisp.


5.1.9 Conditions

Condition: asdf-install-warning

Warning class for issues related to upgrading or loading ASDF.

Package

asdf/upgrade.

Source

upgrade.lisp.

Direct superclasses
  • simple-condition.
  • warning.
Direct slots
Slot: format-control
Initargs

:format-control

Slot: format-arguments
Initform

(quote nil)

Initargs

:format-arguments

Condition: bad-system-name
Package

asdf/parse-defsystem.

Source

parse-defsystem.lisp.

Direct superclasses

warning.

Direct methods
Direct slots
Slot: name
Package

asdf/component.

Initargs

:name

Readers

component-name.

Writers

This slot is read-only.

Slot: source-file
Package

asdf/component.

Initargs

:source-file

Readers

system-source-file.

Writers

This slot is read-only.

Condition: circular-dependency
Package

asdf/action.

Source

action.lisp.

Direct superclasses

system-definition-error.

Direct methods

circular-dependency-actions.

Direct slots
Slot: actions
Initargs

:actions

Readers

circular-dependency-actions.

Writers

This slot is read-only.

Condition: compile-condition
Package

uiop/lisp-build.

Source

lisp-build.lisp.

Direct superclasses

condition.

Direct subclasses
Direct methods
Direct slots
Slot: context-format
Initform

(quote nil)

Initargs

:context-format

Readers

compile-condition-context-format.

Writers

This slot is read-only.

Slot: context-arguments
Initform

(quote nil)

Initargs

:context-arguments

Readers

compile-condition-context-arguments.

Writers

This slot is read-only.

Slot: description
Initform

(quote nil)

Initargs

:description

Readers

compile-condition-description.

Writers

This slot is read-only.

Condition: compile-error
Package

asdf/backward-interface.

Source

backward-interface.lisp.

Direct superclasses

operation-error.

Direct subclasses
Condition: compile-failed
Package

asdf/backward-interface.

Source

backward-interface.lisp.

Direct superclasses

compile-error.

Condition: compile-failed-error
Package

uiop/lisp-build.

Source

lisp-build.lisp.

Direct superclasses
Condition: compile-failed-warning
Package

uiop/lisp-build.

Source

lisp-build.lisp.

Direct superclasses
Condition: compile-file-error
Package

uiop/lisp-build.

Source

lisp-build.lisp.

Direct superclasses
Condition: compile-warned
Package

asdf/backward-interface.

Source

backward-interface.lisp.

Direct superclasses

compile-error.

Condition: compile-warned-error
Package

uiop/lisp-build.

Source

lisp-build.lisp.

Direct superclasses
Condition: compile-warned-warning
Package

uiop/lisp-build.

Source

lisp-build.lisp.

Direct superclasses
Condition: deprecated-function-condition
Package

uiop/version.

Source

version.lisp.

Direct superclasses

condition.

Direct subclasses
Direct methods
Direct slots
Slot: name
Initargs

:name

Readers

deprecated-function-name.

Writers

This slot is read-only.

Condition: deprecated-function-error
Package

uiop/version.

Source

version.lisp.

Direct superclasses
Condition: deprecated-function-should-be-deleted
Package

uiop/version.

Source

version.lisp.

Direct superclasses
Condition: deprecated-function-style-warning
Package

uiop/version.

Source

version.lisp.

Direct superclasses
Condition: deprecated-function-warning
Package

uiop/version.

Source

version.lisp.

Direct superclasses
Condition: duplicate-names
Package

asdf/component.

Source

component.lisp.

Direct superclasses

system-definition-error.

Direct methods

duplicate-names-name.

Direct slots
Slot: name
Initargs

:name

Readers

duplicate-names-name.

Writers

This slot is read-only.

Condition: formatted-system-definition-error
Package

asdf/session.

Source

session.lisp.

Direct superclasses

system-definition-error.

Direct methods
Direct slots
Slot: format-control
Initargs

:format-control

Readers

format-control.

Writers

This slot is read-only.

Slot: format-arguments
Initargs

:format-arguments

Readers

format-arguments.

Writers

This slot is read-only.

Condition: invalid-configuration
Package

uiop/configuration.

Source

configuration.lisp.

Direct superclasses

condition.

Direct subclasses
Direct methods
Direct slots
Slot: form
Initargs

:form

Readers

condition-form.

Writers

This slot is read-only.

Slot: location
Initargs

:location

Readers

condition-location.

Writers

This slot is read-only.

Slot: format
Package

common-lisp.

Initargs

:format

Readers

condition-format.

Writers

This slot is read-only.

Slot: arguments
Initform

(quote nil)

Initargs

:arguments

Readers

condition-arguments.

Writers

This slot is read-only.

Condition: invalid-output-translation
Package

asdf/output-translations.

Source

output-translations.lisp.

Direct superclasses
Direct slots
Slot: format
Package

common-lisp.

Initform

(quote (uiop/common-lisp::compatfmt "~@<invalid asdf output-translation ~s~@[ in ~s~]~@{ ~@?~}~@:>"))

Initargs

:format

Condition: invalid-source-registry
Package

asdf/source-registry.

Source

source-registry.lisp.

Direct superclasses
Direct slots
Slot: format
Package

common-lisp.

Initform

(quote (uiop/common-lisp::compatfmt "~@<invalid source registry ~s~@[ in ~s~]~@{ ~@?~}~@:>"))

Initargs

:format

Condition: load-system-definition-error
Package

asdf/find-system.

Source

find-system.lisp.

Direct superclasses

system-definition-error.

Direct methods
Direct slots
Slot: name
Package

asdf/component.

Initargs

:name

Readers

error-name.

Writers

This slot is read-only.

Slot: pathname
Package

common-lisp.

Initargs

:pathname

Readers

error-pathname.

Writers

This slot is read-only.

Slot: condition
Package

common-lisp.

Initargs

:condition

Readers

error-condition.

Writers

This slot is read-only.

Condition: missing-component
Package

asdf/find-component.

Source

find-component.lisp.

Direct superclasses

system-definition-error.

Direct subclasses
Direct methods
Direct slots
Slot: requires
Initform

(quote "(unnamed)")

Initargs

:requires

Readers

missing-requires.

Writers

This slot is read-only.

Slot: parent
Package

asdf/component.

Initform

(quote nil)

Initargs

:parent

Readers

missing-parent.

Writers

This slot is read-only.

Condition: missing-component-of-version
Package

asdf/find-component.

Source

find-component.lisp.

Direct superclasses

missing-component.

Direct subclasses

missing-dependency-of-version.

Direct methods
Direct slots
Slot: version
Package

asdf/component.

Initform

(quote nil)

Initargs

:version

Readers

missing-version.

Writers

This slot is read-only.

Condition: missing-dependency
Package

asdf/find-component.

Source

find-component.lisp.

Direct superclasses

missing-component.

Direct subclasses

missing-dependency-of-version.

Direct methods
Direct slots
Slot: required-by
Initargs

:required-by

Readers

missing-required-by.

Writers

This slot is read-only.

Condition: missing-dependency-of-version
Package

asdf/find-component.

Source

find-component.lisp.

Direct superclasses
Condition: non-system-system
Package

asdf/parse-defsystem.

Source

parse-defsystem.lisp.

Direct superclasses

system-definition-error.

Direct methods
Direct slots
Slot: name
Package

asdf/component.

Initargs

:name

Readers

non-system-system-name.

Writers

This slot is read-only.

Slot: class-name
Package

common-lisp.

Initargs

:class-name

Readers

non-system-system-class-name.

Writers

This slot is read-only.

Condition: non-toplevel-system
Package

asdf/parse-defsystem.

Source

parse-defsystem.lisp.

Direct superclasses

system-definition-error.

Direct methods
Direct slots
Slot: parent
Package

asdf/component.

Initargs

:parent

Readers

non-toplevel-system-parent.

Writers

This slot is read-only.

Slot: name
Package

asdf/component.

Initargs

:name

Readers

non-toplevel-system-name.

Writers

This slot is read-only.

Condition: not-implemented-error
Package

uiop/utility.

Source

utility.lisp.

Direct superclasses

error.

Direct slots
Slot: functionality
Initargs

:functionality

Slot: format-control
Initargs

:format-control

Slot: format-arguments
Initargs

:format-arguments

Condition: operation-definition-error

Error condition related to definition of incorrect OPERATION objects.

Package

asdf/action.

Source

action.lisp.

Direct superclasses

simple-error.

Condition: operation-definition-warning

Warning condition related to definition of obsolete OPERATION objects.

Package

asdf/action.

Source

action.lisp.

Direct superclasses

simple-warning.

Condition: operation-error
Package

asdf/backward-interface.

Source

backward-interface.lisp.

Direct superclasses

error.

Direct subclasses

compile-error.

Direct methods
Direct slots
Slot: component
Package

asdf/component.

Initargs

:component

Readers

error-component.

Writers

This slot is read-only.

Slot: operation
Package

asdf/operation.

Initargs

:operation

Readers

error-operation.

Writers

This slot is read-only.

Condition: package-inferred-system-missing-package-error
Package

asdf/package-inferred-system.

Source

package-inferred-system.lisp.

Direct superclasses

system-definition-error.

Direct methods
Direct slots
Slot: system
Package

asdf/system.

Initargs

:system

Readers

error-system.

Writers

This slot is read-only.

Slot: pathname
Package

common-lisp.

Initargs

:pathname

Readers

error-pathname.

Writers

This slot is read-only.

Condition: package-inferred-system-unknown-defpackage-option-error
Package

asdf/package-inferred-system.

Source

package-inferred-system.lisp.

Direct superclasses

system-definition-error.

Direct methods
Direct slots
Slot: system
Package

asdf/system.

Initargs

:system

Readers

error-system.

Writers

This slot is read-only.

Slot: pathname
Package

common-lisp.

Initargs

:pathname

Readers

error-pathname.

Writers

This slot is read-only.

Slot: option
Initargs

:clause-head

Readers

error-option.

Writers

This slot is read-only.

Slot: arguments
Initargs

:clause-rest

Readers

error-arguments.

Writers

This slot is read-only.

Condition: parameter-error
Package

uiop/utility.

Source

utility.lisp.

Direct superclasses

error.

Direct slots
Slot: functionality
Initargs

:functionality

Slot: format-control
Initargs

:format-control

Slot: format-arguments
Initargs

:format-arguments

Condition: recursive-operate
Package

asdf/operate.

Source

operate.lisp.

Direct superclasses

warning.

Direct methods
Direct slots
Slot: operation
Package

asdf/operation.

Initargs

:operation

Readers

condition-operation.

Writers

This slot is read-only.

Slot: component
Package

asdf/component.

Initargs

:component

Readers

condition-component.

Writers

This slot is read-only.

Slot: action
Package

asdf/action.

Initargs

:action

Readers

condition-action.

Writers

This slot is read-only.

Condition: simple-style-warning
Package

uiop/utility.

Source

utility.lisp.

Direct superclasses

simple-style-warning.

Condition: subprocess-error
Package

uiop/run-program.

Source

run-program.lisp.

Direct superclasses

error.

Direct methods
Direct slots
Slot: code
Initform

(quote nil)

Initargs

:code

Readers

subprocess-error-code.

Writers

This slot is read-only.

Slot: command
Initform

(quote nil)

Initargs

:command

Readers

subprocess-error-command.

Writers

This slot is read-only.

Slot: process
Initform

(quote nil)

Initargs

:process

Readers

subprocess-error-process.

Writers

This slot is read-only.

Condition: system-definition-error
Package

asdf/session.

Source

session.lisp.

Direct superclasses

error.

Direct subclasses
Condition: system-out-of-date

condition signaled when a system is detected as being out of date

Package

asdf/plan.

Source

plan.lisp.

Direct superclasses

condition.

Direct methods

component-name.

Direct slots
Slot: name
Package

asdf/component.

Initargs

:name

Readers

component-name.

Writers

This slot is read-only.


5.1.10 Classes

Class: action-status

Status of an action in a plan

Package

asdf/plan.

Source

plan.lisp.

Direct methods
Direct slots
Slot: bits

bitmap describing the status of the action.

Type

fixnum

Initargs

:bits

Readers

status-bits.

Writers

This slot is read-only.

Slot: stamp

STAMP associated with the ACTION if it has been completed already in some
previous session or image, T if it was done and builtin the image, or NIL if it needs to be done.

Type

(or integer boolean)

Initargs

:stamp

Readers

status-stamp.

Writers

This slot is read-only.

Slot: level

the highest (operate-level) at which the action was needed

Type

fixnum

Initform

0

Initargs

:level

Readers

status-level.

Writers

This slot is read-only.

Slot: index

INDEX associated with the ACTION in the current session,
or NIL if no the status is considered outside of a specific plan.

Type

(or integer null)

Initargs

:index

Readers

status-index.

Writers

This slot is read-only.

Class: basic-compile-bundle-op

Base class for compiling into a bundle

Package

asdf/bundle.

Source

bundle.lisp.

Direct superclasses
Direct subclasses
Direct methods
Class: basic-compile-op

Base class for operations that apply the compile-time effects of a file

Package

asdf/lisp-action.

Source

lisp-action.lisp.

Direct superclasses

operation.

Direct subclasses
Class: basic-load-op

Base class for operations that apply the load-time effects of a file

Package

asdf/lisp-action.

Source

lisp-action.lisp.

Direct superclasses

operation.

Direct subclasses
Class: build-op

Since ASDF3, BUILD-OP is the recommended ’master’ operation,
to operate by default on a system or component, via the function BUILD.
Its meaning is configurable via the :BUILD-OPERATION option of a component.
which typically specifies the name of a specific operation to which to delegate the build, as a symbol or as a string later read as a symbol (after loading the defsystem-depends-on); if NIL is specified (the default), BUILD-OP falls back to LOAD-OP,
that will load the system in the current image.

Package

asdf/operate.

Source

operate.lisp.

Direct superclasses

non-propagating-operation.

Direct methods

component-depends-on.

Class: bundle-op

base class for operations that bundle outputs from multiple components

Package

asdf/bundle.

Source

bundle.lisp.

Direct superclasses

operation.

Direct subclasses
Direct methods

output-files.

Class: c-source-file
Package

asdf/component.

Source

component.lisp.

Direct superclasses

source-file.

Direct slots
Slot: type
Package

common-lisp.

Initform

"c"

Class: child-component

A CHILD-COMPONENT is a COMPONENT that may be part of a PARENT-COMPONENT.

Package

asdf/component.

Source

component.lisp.

Direct superclasses

component.

Direct subclasses
Direct methods

component-depends-on.

Class: cl-source-file

Component class for a Common Lisp source file (using type "lisp")

Package

asdf/lisp-action.

Source

lisp-action.lisp.

Direct superclasses

source-file.

Direct subclasses
Direct methods
Direct slots
Slot: type
Package

common-lisp.

Initform

"lisp"

Class: cl-source-file.cl

Component class for a Common Lisp source file using type "cl"

Package

asdf/lisp-action.

Source

lisp-action.lisp.

Direct superclasses

cl-source-file.

Direct slots
Slot: type
Package

common-lisp.

Initform

"cl"

Class: cl-source-file.lsp

Component class for a Common Lisp source file using type "lsp"

Package

asdf/lisp-action.

Source

lisp-action.lisp.

Direct superclasses

cl-source-file.

Direct slots
Slot: type
Package

common-lisp.

Initform

"lsp"

Class: compile-bundle-op

This operator is an alternative to COMPILE-OP. Build a system
and all of its dependencies, but build only a single ("monolithic") FASL, instead of one per source file, which may be more resource efficient. That monolithic FASL should be loaded with LOAD-BUNDLE-OP, rather than LOAD-OP.

Package

asdf/bundle.

Source

bundle.lisp.

Direct superclasses
Direct slots
Slot: selfward-operation
Package

asdf/action.

Allocation

:class

Initform

(quote (asdf/bundle:prepare-bundle-op))

Class: compile-concatenated-source-op

Operation to compile the result of concatenate-source-op

Package

asdf/concatenate-source.

Source

concatenate-source.lisp.

Direct superclasses

basic-compile-concatenated-source-op.

Direct slots
Slot: selfward-operation
Package

asdf/action.

Allocation

:class

Initform

(quote (asdf/lisp-action:prepare-op asdf/concatenate-source:concatenate-source-op))

Class: compile-op

Operation for compiling a Lisp file to a FASL

Package

asdf/lisp-action.

Source

lisp-action.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: selfward-operation
Package

asdf/action.

Allocation

:class

Initform

(quote asdf/lisp-action:prepare-op)

Class: compiled-file

Class for a file that is already compiled,
e.g. as part of the implementation, of an outer build system that calls into ASDF, or of opaque libraries shipped along the source code.

Package

asdf/bundle.

Source

bundle.lisp.

Direct superclasses

file-component.

Direct methods
Direct slots
Slot: type
Package

common-lisp.

Initform

(uiop/lisp-build:compile-file-type)

Class: component

Base class for all components of a build

Package

asdf/component.

Source

component.lisp.

Direct subclasses
Direct methods
Direct slots
Slot: name

Component name: designator for a string composed of portable pathname characters

Type

string

Initargs

:name

Readers

component-name.

Writers

(setf component-name).

Slot: version
Initargs

:version

Readers

component-version.

Writers

(setf component-version).

Slot: description
Initargs

:description

Readers

component-description.

Writers

(setf component-description).

Slot: long-description
Initargs

:long-description

Readers

component-long-description.

Writers

(setf component-long-description).

Slot: sideway-dependencies
Readers

component-sideway-dependencies.

Writers

(setf component-sideway-dependencies).

Slot: if-feature
Initargs

:if-feature

Readers

component-if-feature.

Writers

(setf component-if-feature).

Slot: in-order-to
Initargs

:in-order-to

Readers

component-in-order-to.

Writers

(setf component-in-order-to).

Slot: inline-methods
Readers

component-inline-methods.

Writers

(setf component-inline-methods).

Slot: relative-pathname
Initargs

:pathname

Slot: absolute-pathname
Slot: operation-times
Initform

(make-hash-table)

Readers

component-operation-times.

Writers

(setf component-operation-times).

Slot: around-compile
Initargs

:around-compile

Slot: properties
Initargs

:properties

Readers

component-properties.

Writers

(setf component-properties).

Slot: %encoding
Initargs

:encoding

Readers

%component-encoding.

Writers

(setf %component-encoding).

Slot: parent
Initargs

:parent

Readers

component-parent.

Writers

This slot is read-only.

Slot: build-operation
Initargs

:build-operation

Readers

component-build-operation.

Writers

This slot is read-only.

Slot: additional-input-files
Readers

%additional-input-files.

Writers

(setf %additional-input-files).

Class: concatenate-source-op

Operation to concatenate all sources in a system into a single file

Package

asdf/concatenate-source.

Source

concatenate-source.lisp.

Direct superclasses
Class: define-op

An operation to record dependencies on loading a .asd file.

Package

asdf/find-system.

Source

find-system.lisp.

Direct superclasses

non-propagating-operation.

Direct methods
Class: deliver-asd-op

produce an asd file for delivering the system as a single fasl

Package

asdf/bundle.

Source

bundle.lisp.

Direct superclasses
Direct subclasses

monolithic-deliver-asd-op.

Direct methods
Direct slots
Slot: selfward-operation
Package

asdf/action.

Allocation

:class

Initform

(quote (asdf/bundle:compile-bundle-op))

Class: dll-op

Compile the system and produce a dynamic loadable library (.so/.dll)
for all the linkable object files associated with the system. Compare with LIB-OP.

Package

asdf/bundle.

Source

bundle.lisp.

Direct superclasses
Direct subclasses

monolithic-dll-op.

Direct methods
Class: doc-file
Package

asdf/component.

Source

component.lisp.

Direct superclasses

static-file.

Direct subclasses

html-file.

Class: downward-operation

A DOWNWARD-OPERATION’s dependencies propagate down the component hierarchy.
I.e., if O is a DOWNWARD-OPERATION and its DOWNWARD-OPERATION slot designates operation D, then the action (O . M) of O on module M will depends on each of (D . C) for each child C of module M. The default value for slot DOWNWARD-OPERATION is NIL, which designates the operation O itself. E.g. in order for a MODULE to be loaded with LOAD-OP (resp. compiled with COMPILE-OP), all the children of the MODULE must have been loaded with LOAD-OP (resp. compiled with COMPILE-OP.

Package

asdf/action.

Source

action.lisp.

Direct superclasses

operation.

Direct subclasses
Direct methods
Direct slots
Slot: downward-operation
Type

asdf/action::operation-designator

Allocation

:class

Readers

downward-operation.

Writers

This slot is read-only.

Class: file-component

a COMPONENT that represents a file

Package

asdf/component.

Source

component.lisp.

Direct superclasses

child-component.

Direct subclasses
Direct methods
Direct slots
Slot: type
Package

common-lisp.

Initargs

:type

Readers

file-type.

Writers

(setf file-type).

Class: filtered-sequential-plan

A variant of SEQUENTIAL-PLAN that only records a subset of actions.

Package

asdf/plan.

Source

plan.lisp.

Direct superclasses

sequential-plan.

Direct methods
Direct slots
Slot: component-type
Initform

t

Initargs

:component-type

Readers

plan-component-type.

Writers

This slot is read-only.

Slot: keep-operation
Initform

t

Initargs

:keep-operation

Readers

plan-keep-operation.

Writers

This slot is read-only.

Slot: keep-component
Initform

t

Initargs

:keep-component

Readers

plan-keep-component.

Writers

This slot is read-only.

Class: forcing
Package

asdf/session.

Source

forcing.lisp.

Direct methods
Direct slots
Slot: performable-p
Package

asdf/forcing.

Initargs

:performable-p

Readers

performable-p.

Writers

This slot is read-only.

Slot: parameters
Package

asdf/forcing.

Initargs

:parameters

Readers

parameters.

Writers

This slot is read-only.

Slot: forced
Package

asdf/forcing.

Initargs

:forced

Readers

forced.

Writers

This slot is read-only.

Slot: forced-not
Package

asdf/forcing.

Initargs

:forced-not

Readers

forced-not.

Writers

This slot is read-only.

Class: html-file
Package

asdf/component.

Source

component.lisp.

Direct superclasses

doc-file.

Direct slots
Slot: type
Package

common-lisp.

Initform

"html"

Class: image-op

create an image file from the system and its dependencies

Package

asdf/bundle.

Source

bundle.lisp.

Direct superclasses
Direct subclasses

program-op.

Direct methods
Direct slots
Slot: selfward-operation
Package

asdf/action.

Allocation

:class

Initform

(quote (asdf/lisp-action:load-op))

Class: java-source-file
Package

asdf/component.

Source

component.lisp.

Direct superclasses

source-file.

Direct slots
Slot: type
Package

common-lisp.

Initform

"java"

Class: lib-op

Compile the system and produce a linkable static library (.a/.lib)
for all the linkable object files associated with the system. Compare with DLL-OP.

On most implementations, these object files only include extensions to the runtime written in C or another language with a compiler producing linkable object files. On CLASP, ECL, MKCL, these object files _also_ include the contents of Lisp files themselves. In any case, this operation will produce what you need to further build a static runtime for your system, or a dynamic library to load in an existing runtime.

Package

asdf/bundle.

Source

bundle.lisp.

Direct superclasses
Direct subclasses

monolithic-lib-op.

Direct methods
Class: load-bundle-op

This operator is an alternative to LOAD-OP. Build a system
and all of its dependencies, using COMPILE-BUNDLE-OP. The difference with respect to LOAD-OP is that it builds only a single FASL, which may be faster and more resource efficient.

Package

asdf/bundle.

Source

bundle.lisp.

Direct superclasses
Direct subclasses

monolithic-load-bundle-op.

Direct methods
Direct slots
Slot: selfward-operation
Package

asdf/action.

Allocation

:class

Initform

(quote (asdf/bundle:prepare-bundle-op asdf/bundle:compile-bundle-op))

Class: load-compiled-concatenated-source-op

Operation to load the result of compile-concatenated-source-op

Package

asdf/concatenate-source.

Source

concatenate-source.lisp.

Direct superclasses

basic-load-compiled-concatenated-source-op.

Direct slots
Slot: selfward-operation
Package

asdf/action.

Allocation

:class

Initform

(quote (asdf/lisp-action:prepare-op asdf/concatenate-source:compile-concatenated-source-op))

Class: load-concatenated-source-op

Operation to load the result of concatenate-source-op as source

Package

asdf/concatenate-source.

Source

concatenate-source.lisp.

Direct superclasses

basic-load-concatenated-source-op.

Direct slots
Slot: selfward-operation
Package

asdf/action.

Allocation

:class

Initform

(quote (asdf/lisp-action:prepare-op asdf/concatenate-source:concatenate-source-op))

Class: load-op

Operation for loading the compiled FASL for a Lisp file

Package

asdf/lisp-action.

Source

lisp-action.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: selfward-operation
Package

asdf/action.

Allocation

:class

Initform

(quote (asdf/lisp-action:prepare-op asdf/lisp-action:compile-op))

Class: load-source-op

Operation for loading a Lisp file as source.

Package

asdf/lisp-action.

Source

lisp-action.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: selfward-operation
Package

asdf/action.

Allocation

:class

Initform

(quote asdf/lisp-action:prepare-source-op)

Class: module

A module is a intermediate component with both a parent and children,
typically but not necessarily representing the files in a subdirectory of the build source.

Package

asdf/component.

Source

component.lisp.

Direct superclasses
Direct subclasses

system.

Class: monolithic-bundle-op

operations that are both monolithic-op and bundle-op

Package

asdf/bundle.

Source

bundle.lisp.

Direct superclasses
Direct subclasses
Direct methods
Direct slots
Slot: prologue-code
Readers

prologue-code.

Writers

(setf prologue-code).

Slot: epilogue-code
Readers

epilogue-code.

Writers

(setf epilogue-code).

Class: monolithic-compile-bundle-op

Create a single fasl for the system and its dependencies.

Package

asdf/bundle.

Source

bundle.lisp.

Direct superclasses
Class: monolithic-compile-concatenated-source-op

Operation to compile the result of monolithic-concatenate-source-op

Package

asdf/concatenate-source.

Source

concatenate-source.lisp.

Direct superclasses

basic-compile-concatenated-source-op.

Direct slots
Slot: selfward-operation
Package

asdf/action.

Allocation

:class

Initform

(quote asdf/concatenate-source:monolithic-concatenate-source-op)

Class: monolithic-concatenate-source-op

Operation to concatenate all sources in a system and its dependencies into a single file

Package

asdf/concatenate-source.

Source

concatenate-source.lisp.

Direct superclasses
Class: monolithic-deliver-asd-op

produce fasl and asd files for combined system and dependencies.

Package

asdf/bundle.

Source

bundle.lisp.

Direct superclasses
Direct slots
Slot: selfward-operation
Package

asdf/action.

Allocation

:class

Initform

(quote (asdf/bundle:monolithic-compile-bundle-op))

Class: monolithic-dll-op

Compile the system and produce a dynamic loadable library (.so/.dll)
for all the linkable object files associated with the system or its dependencies. See LIB-OP

Package

asdf/bundle.

Source

bundle.lisp.

Direct superclasses
Class: monolithic-lib-op

Compile the system and produce a linkable static library (.a/.lib)
for all the linkable object files associated with the system or its dependencies. See LIB-OP.

Package

asdf/bundle.

Source

bundle.lisp.

Direct superclasses
Class: monolithic-load-bundle-op

Load a single fasl for the system and its dependencies.

Package

asdf/bundle.

Source

bundle.lisp.

Direct superclasses
Direct slots
Slot: selfward-operation
Package

asdf/action.

Allocation

:class

Initform

(quote asdf/bundle:monolithic-compile-bundle-op)

Class: monolithic-load-compiled-concatenated-source-op

Operation to load the result of monolithic-compile-concatenated-source-op

Package

asdf/concatenate-source.

Source

concatenate-source.lisp.

Direct superclasses

basic-load-compiled-concatenated-source-op.

Direct slots
Slot: selfward-operation
Package

asdf/action.

Allocation

:class

Initform

(quote asdf/concatenate-source:monolithic-compile-concatenated-source-op)

Class: monolithic-load-concatenated-source-op

Operation to load the result of monolithic-concatenate-source-op as source

Package

asdf/concatenate-source.

Source

concatenate-source.lisp.

Direct superclasses

basic-load-concatenated-source-op.

Direct slots
Slot: selfward-operation
Package

asdf/action.

Allocation

:class

Initform

(quote asdf/concatenate-source:monolithic-concatenate-source-op)

Class: monolithic-op

A MONOLITHIC operation operates on a system *and all of its
dependencies*. So, for example, a monolithic concatenate operation will concatenate together a system’s components and all of its dependencies, but a simple concatenate operation will concatenate only the components of the system itself.

Package

asdf/bundle.

Source

bundle.lisp.

Direct superclasses

operation.

Direct subclasses

monolithic-bundle-op.

Class: non-propagating-operation

A NON-PROPAGATING-OPERATION is an operation that propagates
no dependencies whatsoever. It is supplied in order that the programmer be able to specify that s/he is intentionally specifying an operation which invokes no dependencies.

Package

asdf/action.

Source

action.lisp.

Direct superclasses

operation.

Direct subclasses
Direct methods

initialize-instance.

Class: operation

The base class for all ASDF operations.

ASDF does NOT and never did distinguish between multiple operations of the same class. Therefore, all slots of all operations MUST have :allocation :class and no initargs. No exceptions.

Package

asdf/operation.

Source

operation.lisp.

Direct subclasses
Direct methods
Class: package-inferred-system

Class for primary systems for which secondary systems are automatically
in the one-file, one-file, one-system style: system names are mapped to files under the primary system’s system-source-directory, dependencies are inferred from the first defpackage form in every such file

Package

asdf/package-inferred-system.

Source

package-inferred-system.lisp.

Direct superclasses

system.

Direct subclasses

package-system.

Class: package-system
Package

asdf/package-inferred-system.

Source

package-inferred-system.lisp.

Direct superclasses

package-inferred-system.

Class: parent-component

A PARENT-COMPONENT is a component that may have children.

Package

asdf/component.

Source

component.lisp.

Direct superclasses

component.

Direct subclasses

module.

Direct methods
Direct slots
Slot: children
Initargs

:components

Readers
Writers

(setf component-children).

Slot: children-by-name
Readers
Writers

(setf component-children-by-name).

Slot: default-component-class
Initargs

:default-component-class

Readers

module-default-component-class.

Writers

(setf module-default-component-class).

Class: plan

Base class for a plan based on which ASDF can build a system

Package

asdf/plan.

Source

plan.lisp.

Direct subclasses

plan-traversal.

Direct methods
Class: plan-traversal

Base class for plans that simply traverse dependencies

Package

asdf/plan.

Source

plan.lisp.

Direct superclasses

plan.

Direct subclasses

sequential-plan.

Direct methods

forcing.

Direct slots
Slot: forcing
Package

asdf/session.

Initform

(asdf/session:forcing (asdf/session:toplevel-asdf-session))

Initargs

:forcing

Readers

forcing.

Writers

This slot is read-only.

Class: prebuilt-system

Class for a system delivered with a linkable static library (.a/.lib)

Package

asdf/bundle.

Source

bundle.lisp.

Direct superclasses

system.

Direct methods
Direct slots
Slot: build-pathname
Package

asdf/system.

Initargs

:lib, :static-library

Readers

prebuilt-system-static-library.

Writers

(setf prebuilt-system-static-library).

Class: precompiled-system

Class For a system that is delivered as a precompiled fasl

Package

asdf/bundle.

Source

bundle.lisp.

Direct superclasses

system.

Direct methods
Direct slots
Slot: build-pathname
Package

asdf/system.

Initargs

:fasl, :fasb

Class: prepare-bundle-op

Operation class for loading the bundles of a system’s dependencies

Package

asdf/bundle.

Source

bundle.lisp.

Direct superclasses

sideway-operation.

Direct slots
Slot: sideway-operation
Package

asdf/action.

Allocation

:class

Initform

(quote asdf/lisp-action:load-op)

Class: prepare-op

Load the dependencies for the COMPILE-OP or LOAD-OP of a given COMPONENT.

Package

asdf/lisp-action.

Source

lisp-action.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: sideway-operation
Package

asdf/action.

Allocation

:class

Initform

(quote asdf/lisp-action:load-op)

Class: prepare-source-op

Operation for loading the dependencies of a Lisp file as source.

Package

asdf/lisp-action.

Source

lisp-action.lisp.

Direct superclasses
Direct methods
Direct slots
Slot: sideway-operation
Package

asdf/action.

Allocation

:class

Initform

(quote asdf/lisp-action:load-source-op)

Class: process-info

This class should be treated as opaque by programmers, except for the exported PROCESS-INFO-* functions. It should never be directly instantiated by MAKE-INSTANCE. Primarily, it is being made available to enable type-checking.

Package

uiop/launch-program.

Source

launch-program.lisp.

Direct slots
Slot: process
Slot: input-stream
Slot: output-stream
Slot: bidir-stream
Slot: error-output-stream
Slot: exit-code
Slot: signal-code
Class: program-op

create an executable file from the system and its dependencies

Package

asdf/bundle.

Source

bundle.lisp.

Direct superclasses

image-op.

Direct methods
Class: program-system
Package

asdf/bundle.

Source

bundle.lisp.

Direct superclasses

system.

Direct methods
Direct slots
Slot: prologue-code
Initargs

:prologue-code

Readers

prologue-code.

Writers

This slot is read-only.

Slot: epilogue-code
Initargs

:epilogue-code

Readers

epilogue-code.

Writers

This slot is read-only.

Slot: no-uiop
Initargs

:no-uiop

Readers

no-uiop.

Writers

This slot is read-only.

Slot: prefix-lisp-object-files
Initargs

:prefix-lisp-object-files

Readers

prefix-lisp-object-files.

Writers

(setf prefix-lisp-object-files).

Slot: postfix-lisp-object-files
Initargs

:postfix-lisp-object-files

Readers

postfix-lisp-object-files.

Writers

(setf postfix-lisp-object-files).

Slot: extra-object-files
Initargs

:extra-object-files

Readers

extra-object-files.

Writers

(setf extra-object-files).

Slot: extra-build-args
Initargs

:extra-build-args

Readers

extra-build-args.

Writers

(setf extra-build-args).

Class: proto-system

PROTO-SYSTEM defines the elements of identity that are preserved when a SYSTEM is redefined and its class is modified.

Package

asdf/system.

Source

system.lisp.

Direct subclasses

system.

Direct methods
Direct slots
Slot: name
Package

asdf/component.

Slot: source-file
Package

asdf/component.

Slot: definition-dependency-list
Readers

definition-dependency-list.

Writers

(setf definition-dependency-list).

Slot: definition-dependency-set
Initform

(uiop/utility:list-to-hash-set nil)

Readers

definition-dependency-set.

Writers

(setf definition-dependency-set).

Class: require-system

A SYSTEM subclass whose processing is handled by
the implementation’s REQUIRE rather than by internal ASDF mechanisms.

Package

asdf/operate.

Source

operate.lisp.

Direct superclasses

system.

Direct methods
Direct slots
Slot: module
Package

asdf/component.

Initargs

:module

Readers

required-module.

Writers

(setf required-module).

Class: selfward-operation

A SELFWARD-OPERATION depends on another operation on the same component.
I.e., if O is a SELFWARD-OPERATION, and its SELFWARD-OPERATION designates a list of operations L, then the action (O . C) of O on component C depends on each (S . C) for S in L.
E.g. before a component may be loaded by LOAD-OP, it must have been compiled by COMPILE-OP.
A operation-designator designates a singleton list of the designated operation;
a list of operation-designators designates the list of designated operations;
NIL is not a valid operation designator in that context. Note that any dependency
ordering between the operations in a list of SELFWARD-OPERATION should be specified separately in the respective operation’s COMPONENT-DEPENDS-ON methods so that they be scheduled properly.

Package

asdf/action.

Source

action.lisp.

Direct superclasses

operation.

Direct subclasses
Direct methods
Direct slots
Slot: selfward-operation
Type

(or asdf/action::operation-designator list)

Allocation

:class

Readers

selfward-operation.

Writers

This slot is read-only.

Class: sequential-plan

Simplest, default plan class, accumulating a sequence of actions

Package

asdf/plan.

Source

plan.lisp.

Direct superclasses

plan-traversal.

Direct subclasses

filtered-sequential-plan.

Direct methods
Direct slots
Slot: actions-r
Readers

plan-actions-r.

Writers

(setf plan-actions-r).

Class: session

An ASDF session with a cache to memoize some computations

Package

asdf/session.

Source

session.lisp.

Direct methods
Direct slots
Slot: ancestor

Top level session that this is part of

Initargs

:ancestor

Readers

session-ancestor.

Writers

This slot is read-only.

Slot: session-cache

Memoize expensive computations

Initform

(make-hash-table :test (quote equal))

Initargs

:session-cache

Readers

session-cache.

Writers

This slot is read-only.

Slot: operate-level

Number of nested calls to operate we’re under (for toplevel session only)

Initform

0

Initargs

:operate-level

Readers

session-operate-level.

Writers

(setf session-operate-level).

Slot: asdf-upgraded-p

Was ASDF already upgraded in this session - only valid for toplevel-asdf-session.

Initargs

:asdf-upgraded-p

Readers

asdf-upgraded-p.

Writers

(setf asdf-upgraded-p).

Slot: forcing

Forcing parameters for the session

Initargs

:forcing

Readers

forcing.

Writers

(setf forcing).

Slot: visited-actions
Initform

(make-hash-table :test (quote equal))

Readers

visited-actions.

Writers

(setf visited-actions).

Slot: visiting-action-set
Initform

(make-hash-table :test (quote equal))

Readers

visiting-action-set.

Writers

(setf visiting-action-set).

Slot: visiting-action-list
Readers

visiting-action-list.

Writers

(setf visiting-action-list).

Slot: total-action-count
Initform

0

Readers

total-action-count.

Writers

(setf total-action-count).

Slot: planned-action-count
Initform

0

Readers

planned-action-count.

Writers

(setf planned-action-count).

Slot: planned-output-action-count
Initform

0

Readers

planned-output-action-count.

Writers

(setf planned-output-action-count).

Class: sideway-operation

A SIDEWAY-OPERATION has dependencies that propagate "sideway" to siblings
that a component depends on. I.e. if O is a SIDEWAY-OPERATION, and its SIDEWAY-OPERATION slot designates operation S (where NIL designates O itself), then the action (O . C) of O on component C depends on each of (S . D) where D is a declared dependency of C.
E.g. in order for a COMPONENT to be prepared for loading or compiling with PREPARE-OP,
each of its declared dependencies must first be loaded as by LOAD-OP.

Package

asdf/action.

Source

action.lisp.

Direct superclasses

operation.

Direct subclasses
Direct methods
Direct slots
Slot: sideway-operation
Type

asdf/action::operation-designator

Allocation

:class

Readers

sideway-operation.

Writers

This slot is read-only.

Class: source-file
Package

asdf/component.

Source

component.lisp.

Direct superclasses

file-component.

Direct subclasses
Direct methods
Direct slots
Slot: type
Package

common-lisp.

Readers

source-file-explicit-type.

Writers

(setf source-file-explicit-type).

Class: static-file

Component for a file to be included as is in the build output

Package

asdf/component.

Source

component.lisp.

Direct superclasses

source-file.

Direct subclasses

doc-file.

Direct methods
Direct slots
Slot: type
Package

common-lisp.

Class: system

SYSTEM is the base class for top-level components that users may request ASDF to build.

Package

asdf/system.

Source

system.lisp.

Direct superclasses
Direct subclasses
Direct methods
Direct slots
Slot: description
Package

asdf/component.

Writers

(setf system-description).

Slot: long-description
Package

asdf/component.

Writers

(setf system-long-description).

Slot: author
Package

asdf/component.

Initargs

:author

Writers

(setf system-author).

Slot: maintainer
Package

asdf/component.

Initargs

:maintainer

Writers

(setf system-maintainer).

Slot: licence
Package

asdf/component.

Initargs

:license, :licence

Writers
Slot: homepage
Initargs

:homepage

Writers

(setf system-homepage).

Slot: bug-tracker
Initargs

:bug-tracker

Writers

(setf system-bug-tracker).

Slot: mailto
Initargs

:mailto

Writers

(setf system-mailto).

Slot: long-name
Initargs

:long-name

Writers

(setf system-long-name).

Slot: source-control
Initargs

:source-control

Writers

(setf system-source-control).

Slot: builtin-system-p
Initargs

:builtin-system-p

Readers

builtin-system-p.

Writers

(setf builtin-system-p).

Slot: build-pathname
Initargs

:build-pathname

Readers

component-build-pathname.

Writers

(setf component-build-pathname).

Slot: entry-point
Initargs

:entry-point

Readers

component-entry-point.

Writers

(setf component-entry-point).

Slot: source-file
Package

asdf/component.

Initargs

:source-file

Readers

system-source-file.

Writers

(setf system-source-file).

Slot: defsystem-depends-on
Package

asdf/component.

Initargs

:defsystem-depends-on

Readers

system-defsystem-depends-on.

Writers

This slot is read-only.

Slot: depends-on
Readers

system-depends-on.

Writers

This slot is read-only.

Slot: weakly-depends-on
Readers

system-weakly-depends-on.

Writers

This slot is read-only.

Class: test-op

Operation for running the tests for system. If the tests fail, an error will be signaled.

Package

asdf/lisp-action.

Source

lisp-action.lisp.

Direct superclasses

selfward-operation.

Direct methods
Direct slots
Slot: selfward-operation
Package

asdf/action.

Allocation

:class

Initform

(quote asdf/lisp-action:load-op)

Class: undefined-system

System that was not defined yet.

Package

asdf/system.

Source

system.lisp.

Direct superclasses

system.

Direct methods

perform.

Class: upward-operation

An UPWARD-OPERATION has dependencies that propagate up the component hierarchy.
I.e., if O is an instance of UPWARD-OPERATION, and its UPWARD-OPERATION slot designates operation U, then the action (O . C) of O on a component C that has the parent P will depends on (U . P).
The default value for slot UPWARD-OPERATION is NIL, which designates the operation O itself. E.g. in order for a COMPONENT to be prepared for loading or compiling with PREPARE-OP, its PARENT must first be prepared for loading or compiling with PREPARE-OP.

Package

asdf/action.

Source

action.lisp.

Direct superclasses

operation.

Direct subclasses
Direct methods
Direct slots
Slot: upward-operation
Type

asdf/action::operation-designator

Allocation

:class

Readers

upward-operation.

Writers

This slot is read-only.


5.1.11 Types

Type: action ()

A pair of operation and component uniquely identifies a node in the dependency graph of steps to be performed while building a system.

Package

asdf/action.

Source

action.lisp.

Type: fatal-condition ()
Package

uiop/image.

Source

image.lisp.

Type: sb-grovel-unknown-constant-condition ()
Package

uiop/lisp-build.

Source

lisp-build.lisp.

Type: user-system ()
Package

asdf/bundle.

Source

bundle.lisp.


5.2 Internals


5.2.1 Special variables

Special Variable: *all-package-fishiness*
Package

uiop/package.

Source

package.lisp.

Special Variable: *all-package-happiness*
Package

uiop/package.

Source

package.lisp.

Special Variable: *asdf-upgraded-p*
Package

asdf/upgrade.

Source

upgrade.lisp.

Special Variable: *default-output-translations*
Package

asdf/output-translations.

Source

output-translations.lisp.

Special Variable: *deprecated-function-style-warning-(setf⎵component-property)-notified-p*
Package

asdf/backward-interface.

Source

backward-interface.lisp.

Special Variable: *deprecated-function-style-warning-coerce-pathname-notified-p*
Package

uiop/backward-driver.

Source

backward-driver.lisp.

Special Variable: *deprecated-function-style-warning-component-load-dependencies-notified-p*
Package

asdf/backward-interface.

Source

backward-interface.lisp.

Special Variable: *deprecated-function-style-warning-component-property-notified-p*
Package

asdf/backward-interface.

Source

backward-interface.lisp.

Special Variable: *deprecated-function-style-warning-enable-asdf-binary-locations-compatibility-notified-p*
Package

asdf/backward-interface.

Source

backward-interface.lisp.

Special Variable: *deprecated-function-style-warning-explain-notified-p*
Package

asdf/backward-interface.

Source

backward-interface.lisp.

Special Variable: *deprecated-function-style-warning-in-first-directory-notified-p*
Package

uiop/backward-driver.

Source

backward-driver.lisp.

Special Variable: *deprecated-function-style-warning-in-system-configuration-directory-notified-p*
Package

uiop/backward-driver.

Source

backward-driver.lisp.

Special Variable: *deprecated-function-style-warning-in-user-configuration-directory-notified-p*
Package

uiop/backward-driver.

Source

backward-driver.lisp.

Special Variable: *deprecated-function-style-warning-load-sysdef-notified-p*
Package

asdf/backward-internals.

Source

backward-internals.lisp.

Special Variable: *deprecated-function-style-warning-require-system-notified-p*
Package

asdf/backward-interface.

Source

backward-interface.lisp.

Special Variable: *deprecated-function-style-warning-run-shell-command-notified-p*
Package

asdf/backward-interface.

Source

backward-interface.lisp.

Special Variable: *deprecated-function-style-warning-system-configuration-directories-notified-p*
Package

uiop/backward-driver.

Source

backward-driver.lisp.

Special Variable: *deprecated-function-style-warning-system-definition-pathname-notified-p*
Package

asdf/backward-interface.

Source

backward-interface.lisp.

Special Variable: *deprecated-function-style-warning-system-registered-p-notified-p*
Package

asdf/backward-interface.

Source

backward-interface.lisp.

Special Variable: *deprecated-function-style-warning-traverse-notified-p*
Package

asdf/backward-interface.

Source

backward-interface.lisp.

Special Variable: *deprecated-function-style-warning-user-configuration-directories-notified-p*
Package

uiop/backward-driver.

Source

backward-driver.lisp.

Special Variable: *deprecated-function-style-warning-version-compatible-p-notified-p*
Package

uiop/backward-driver.

Source

backward-driver.lisp.

Special Variable: *image-restored-p*

Has the image been restored? A boolean, or :in-progress while restoring, :in-regress while dumping

Package

uiop/image.

Source

image.lisp.

Special Variable: *in-make-operation*
Package

asdf/operation.

Source

operation.lisp.

Package

uiop/os.

Source

os.lisp.

Package

uiop/os.

Source

os.lisp.

Special Variable: *modules-being-required*
Package

asdf/operate.

Source

operate.lisp.

Special Variable: *old-asdf-systems*
Package

asdf/find-system.

Source

find-system.lisp.

Special Variable: *oldest-forward-compatible-asdf-version*
Package

asdf/upgrade.

Source

upgrade.lisp.

Special Variable: *output-translations-directory*
Package

asdf/output-translations.

Source

output-translations.lisp.

Special Variable: *output-translations-file*
Package

asdf/output-translations.

Source

output-translations.lisp.

Special Variable: *source-registry-directory*
Package

asdf/source-registry.

Source

source-registry.lisp.

Special Variable: *source-registry-file*
Package

asdf/source-registry.

Source

source-registry.lisp.

Special Variable: *standard-method-combination-qualifiers*
Package

asdf/parse-defsystem.

Source

parse-defsystem.lisp.

Special Variable: *standard-readtable*

The standard readtable, implementing the syntax specified by the CLHS.
It must never be modified, though only good implementations will even enforce that.

Package

uiop/stream.

Source

stream.lisp.

Special Variable: *system-virtual-slots*

The list of system virtual slot names.

Package

asdf/system.

Source

system.lisp.

Special Variable: *wild-directory-component*

Wild directory component for use with MAKE-PATHNAME

Package

uiop/pathname.

Source

pathname.lisp.

Special Variable: *wild-inferiors-component*

Wild-inferiors directory component for use with MAKE-PATHNAME

Package

uiop/pathname.

Source

pathname.lisp.

Special Variable: +asdf-methods+
Package

asdf/parse-defsystem.

Source

parse-defsystem.lisp.

Special Variable: +done-bit+
Package

asdf/plan.

Source

plan.lisp.

Special Variable: +good-bits+
Package

asdf/plan.

Source

plan.lisp.

Special Variable: +keep-bit+
Package

asdf/plan.

Source

plan.lisp.

Special Variable: +need-bit+
Package

asdf/plan.

Source

plan.lisp.

Special Variable: +simple-condition-format-control-slot+

Name of the slot for FORMAT-CONTROL in simple-condition

Package

uiop/utility.

Source

utility.lisp.

Special Variable: +todo-bits+
Package

asdf/plan.

Source

plan.lisp.

Special Variable: +void-bits+
Package

asdf/plan.

Source

plan.lisp.


5.2.2 Macros

Macro: compatfmt (format)
Package

uiop/common-lisp.

Source

common-lisp.lisp.

Macro: define-system-virtual-slot-reader (slot-name)
Package

asdf/system.

Source

system.lisp.

Macro: define-system-virtual-slot-readers ()
Package

asdf/system.

Source

system.lisp.

Macro: note-package-fishiness (&rest info)
Package

uiop/package.

Source

package.lisp.

Macro: place-setter (place)
Package

uiop/run-program.

Source

run-program.lisp.

Macro: when-package-fishiness (&body body)
Package

uiop/package.

Source

package.lisp.

Macro: with-program-error-output (((reduced-error-output-var &optional error-output-activity-var) error-output-form &key setf stream-easy-p active keys) &body body)
Package

uiop/run-program.

Source

run-program.lisp.

Macro: with-program-input (((reduced-input-var &optional input-activity-var) input-form &key setf stream-easy-p active keys) &body body)
Package

uiop/run-program.

Source

run-program.lisp.

Macro: with-program-output (((reduced-output-var &optional output-activity-var) output-form &key setf stream-easy-p active keys) &body body)
Package

uiop/run-program.

Source

run-program.lisp.


5.2.3 Ordinary functions

Function: %active-io-specifier-p (specifier)

Determines whether a run-program I/O specifier requires Lisp-side processing
via SLURP-INPUT-STREAM or VOMIT-OUTPUT-STREAM (return T),
or whether it’s already taken care of by the implementation’s underlying run-program.

Package

uiop/run-program.

Source

run-program.lisp.

Function: %call-with-program-io (gf tval stream-easy-p fun direction spec activep returner &key element-type external-format &allow-other-keys)
Package

uiop/run-program.

Source

run-program.lisp.

Function: %check-result (exit-code &key command process ignore-error-status)
Package

uiop/run-program.

Source

run-program.lisp.

Function: %code-to-status (exit-code signal-code)
Package

uiop/launch-program.

Source

launch-program.lisp.

Function: %compute-+asdf-methods+-value ()
Package

asdf/parse-defsystem.

Source

parse-defsystem.lisp.

Function: %compute-asdf-session-class-value ()
Package

asdf/session.

Source

session.lisp.

Function: %compute-default-output-translations-value ()
Package

asdf/output-translations.

Source

output-translations.lisp.

Function: %compute-default-source-registries-value ()
Package

asdf/source-registry.

Source

source-registry.lisp.

Function: %compute-known-systems-with-bad-secondary-system-names-value ()
Package

asdf/parse-defsystem.

Source

parse-defsystem.lisp.

Function: %compute-operations-value ()
Package

asdf/operation.

Source

operation.lisp.

Function: %compute-plan-class-value ()
Package

asdf/plan.

Source

plan.lisp.

Function: %define-component-inline-methods (ret rest)
Package

asdf/parse-defsystem.

Source

parse-defsystem.lisp.

Function: %handle-if-does-not-exist (file if-does-not-exist)
Package

uiop/launch-program.

Source

launch-program.lisp.

Function: %handle-if-exists (file if-exists)
Package

uiop/launch-program.

Source

launch-program.lisp.

Function: %interactivep (input output error-output)
Package

uiop/launch-program.

Source

launch-program.lisp.

Function: %normalize-io-specifier (specifier &optional role)

Normalizes a portable I/O specifier for LAUNCH-PROGRAM into an implementation-dependent argument to pass to the internal RUN-PROGRAM

Package

uiop/launch-program.

Source

launch-program.lisp.

Function: %normalize-system-command (command)
Package

uiop/run-program.

Source

run-program.lisp.

Function: %posix-send-signal (process-info signal)
Package

uiop/launch-program.

Source

launch-program.lisp.

Function: %process-status (process-info)
Package

uiop/launch-program.

Source

launch-program.lisp.

Function: %redirected-system-command (command in out err directory)
Package

uiop/run-program.

Source

run-program.lisp.

Function: %refresh-component-inline-methods (component rest)
Package

asdf/parse-defsystem.

Source

parse-defsystem.lisp.

Function: %remove-component-inline-methods (component)
Package

asdf/parse-defsystem.

Source

parse-defsystem.lisp.

Function: %run-program (command &rest keys &key &allow-other-keys)

DEPRECATED. Use LAUNCH-PROGRAM instead.

Package

uiop/run-program.

Source

run-program.lisp.

Function: %signal-to-exit-code (signum)
Package

uiop/launch-program.

Source

launch-program.lisp.

Function: %system (command &rest keys &key directory input if-input-does-not-exist output if-output-exists error-output if-error-output-exists &allow-other-keys)

A portable abstraction of a low-level call to libc’s system().

Package

uiop/run-program.

Source

run-program.lisp.

Function: %use-launch-program (command &rest keys &key input output error-output ignore-error-status &allow-other-keys)
Package

uiop/run-program.

Source

run-program.lisp.

Function: %use-system (command &rest keys &key input output error-output ignore-error-status &allow-other-keys)
Package

uiop/run-program.

Source

run-program.lisp.

Function: action-override-p (forcing operation component override-accessor)

Given a plan, an action, and a function that given the plan accesses a set of overrides, i.e. force or force-not, see if the override applies to the current action.

Package

asdf/forcing.

Source

forcing.lisp.

Function: backward-compatible-depends-on (o c)

DEPRECATED: all subclasses of OPERATION used in ASDF should inherit from one of DOWNWARD-OPERATION UPWARD-OPERATION SIDEWAY-OPERATION SELFWARD-OPERATION NON-PROPAGATING-OPERATION. The function BACKWARD-COMPATIBLE-DEPENDS-ON temporarily provides ASDF2 behaviour for those that don’t. In the future this functionality will be removed, and the default will be no propagation.

Package

asdf/action.

Source

action.lisp.

Function: bundle-output-files (o c)
Package

asdf/bundle.

Source

bundle.lisp.

Function: call-stream-processor (fun processor stream)

Given FUN (typically SLURP-INPUT-STREAM or VOMIT-OUTPUT-STREAM,
a PROCESSOR specification which is either an atom or a list specifying a processor an keyword arguments, call the specified processor with the given STREAM as input

Package

uiop/run-program.

Source

run-program.lisp.

Function: call-with-input (input function &key keys)

Calls FUNCTION with an actual stream argument, interpreting
stream designators like READ, but also coercing strings to STRING-INPUT-STREAM, and PATHNAME to FILE-STREAM.
If INPUT is a STREAM, use it as the stream.
If INPUT is NIL, use a *STANDARD-INPUT* as the stream.
If INPUT is T, use *TERMINAL-IO* as the stream.
If INPUT is a STRING, use it as a string-input-stream.
If INPUT is a PATHNAME, open it, passing KEYS to WITH-INPUT-FILE
– the latter is an extension since ASDF 3.1.
Otherwise, signal an error.

Package

uiop/stream.

Source

stream.lisp.

Function: call-with-output (output function &key element-type)

Calls FUNCTION with an actual stream argument,
behaving like FORMAT with respect to how stream designators are interpreted:
If OUTPUT is a STREAM, use it as the stream.
If OUTPUT is NIL, use a STRING-OUTPUT-STREAM of given ELEMENT-TYPE as the stream, and
return the resulting string.
If OUTPUT is T, use *STANDARD-OUTPUT* as the stream.
If OUTPUT is a STRING with a fill-pointer, use it as a STRING-OUTPUT-STREAM of given ELEMENT-TYPE. If OUTPUT is a PATHNAME, open the file and write to it, passing ELEMENT-TYPE to WITH-OUTPUT-FILE – this latter as an extension since ASDF 3.1.
(Proper ELEMENT-TYPE treatment since ASDF 3.3.4 only.)
Otherwise, signal an error.

Package

uiop/stream.

Source

stream.lisp.

Function: call-with-saved-deferred-warnings (thunk warnings-file &key source-namestring)

If WARNINGS-FILE is not nil, record the deferred-warnings around a call to THUNK and save those warnings to the given file for latter use,
possibly in a different process. Otherwise just call THUNK.

Package

uiop/lisp-build.

Source

lisp-build.lisp.

Function: call-without-redefinition-warnings (thunk)
Package

asdf/interface.

Source

asdf.asd.

Function: check-not-old-asdf-system (name pathname)
Package

asdf/find-system.

Source

find-system.lisp.

Function: check-operation-constructor ()

Enforce that OPERATION instances must be created with MAKE-OPERATION.

Package

asdf/operation.

Source

operation.lisp.

Function: cleanup-system-definition-search-functions ()
Package

asdf/system-registry.

Source

system-registry.lisp.

Function: collect-action-dependencies (plan operation component)
Package

asdf/plan.

Source

plan.lisp.

Function: compute-action-status (plan operation component need-p)
Package

asdf/plan.

Source

plan.lisp.

Function: compute-user-cache ()

Compute (and return) the location of the default user-cache for translate-output objects. Side-effects for cached file location computation.

Package

uiop/configuration.

Source

configuration.lisp.

Function: definition-dependencies-up-to-date-p (system)
Package

asdf/find-system.

Source

find-system.lisp.

Function: defpackage-form-p (form)
Package

asdf/package-inferred-system.

Source

package-inferred-system.lisp.

Function: deprecated-function-condition-kind (type)
Package

uiop/version.

Source

version.lisp.

Function: downward-operation-depends-on (o c)
Package

asdf/action.

Source

action.lisp.

Function: dummy-symbol (symbol)
Package

uiop/package.

Source

package.lisp.

Function: easy-windows-character-p (x)

Is X an "easy" character that does not require quoting by the shell?

Package

uiop/launch-program.

Source

launch-program.lisp.

Function: ensure-export (name from-package &optional recycle)
Package

uiop/package.

Source

package.lisp.

Function: ensure-exported (name symbol from-package &optional recycle)
Package

uiop/package.

Source

package.lisp.

Function: ensure-exported-to-user (name symbol to-package &optional recycle)
Package

uiop/package.

Source

package.lisp.

Function: ensure-function-notinline (definition)
Package

uiop/utility.

Source

utility.lisp.

Function: ensure-import (name to-package from-package shadowed imported)
Package

uiop/package.

Source

package.lisp.

Function: ensure-imported (import-me into-package &optional from-package)
Package

uiop/package.

Source

package.lisp.

Function: ensure-inherited (name symbol to-package from-package mixp shadowed imported inherited)
Package

uiop/package.

Source

package.lisp.

Function: ensure-mix (name symbol to-package from-package shadowed imported inherited)
Package

uiop/package.

Source

package.lisp.

Function: ensure-preloaded-system-registered (name)

If there isn’t a registered _defined_ system of given NAME, and a there is a registered _preloaded_ system of given NAME, then define and register said preloaded system.

Package

asdf/system-registry.

Source

system-registry.lisp.

Function: ensure-shadowing-import (name to-package from-package shadowed imported)
Package

uiop/package.

Source

package.lisp.

Function: ensure-symbol (name package intern recycle shadowed imported inherited exported)
Package

uiop/package.

Source

package.lisp.

Function: escape-sh-token-within-double-quotes (x s &key quote)

Escape a string TOKEN within double-quotes
for use within a POSIX Bourne shell, outputing to S; omit the outer double-quotes if key argument :QUOTE is NIL

Package

uiop/launch-program.

Source

launch-program.lisp.

Function: escape-windows-token-within-double-quotes (x &optional s)

Escape a string token X within double-quotes
for use within a MS Windows command-line, outputing to S.

Package

uiop/launch-program.

Source

launch-program.lisp.

Function: file-defpackage-form (file)

Return the first DEFPACKAGE form in FILE.

Package

asdf/package-inferred-system.

Source

package-inferred-system.lisp.

Function: first-feature (feature-sets)

A helper for various feature detection functions

Package

uiop/os.

Source

os.lisp.

Function: frob-substrings (string substrings &optional frob)

for each substring in SUBSTRINGS, find occurrences of it within STRING that don’t use parts of matched occurrences of previous strings, and FROB them, that is to say, remove them if FROB is NIL,
replace by FROB if FROB is a STRING, or if FROB is a FUNCTION,
call FROB with the match and a function that emits a string in the output. Return a string made of the parts not omitted or emitted by FROB.

Package

uiop/common-lisp.

Source

common-lisp.lisp.

Function: get-dummy-symbol (symbol)
Package

uiop/package.

Source

package.lisp.

Function: get-temporary-file (&key directory prefix suffix type keep)
Package

uiop/stream.

Source

stream.lisp.

Function: inherit-output-translations (inherit &key collect)
Package

asdf/output-translations.

Source

output-translations.lisp.

Function: initial-package-inferred-systems-table ()
Package

asdf/package-inferred-system.

Source

package-inferred-system.lisp.

Function: install-package-local-nicknames (destination-package new-nicknames)
Package

uiop/package.

Source

package.lisp.

Function: make-action-status (&key bits stamp level index)
Package

asdf/plan.

Source

plan.lisp.

Function: make-dummy-symbol (symbol)
Package

uiop/package.

Source

package.lisp.

Function: make-preloaded-system (name keys)

Make a preloaded system of given NAME with build information from KEYS

Package

asdf/system-registry.

Source

system-registry.lisp.

Function: mark-status-needed (status &optional level)

Return the same status but with the need bit set, for the given level

Package

asdf/plan.

Source

plan.lisp.

Function: merge-action-status (status1 status2)

Return the earliest status later than both status1 and status2

Package

asdf/plan.

Source

plan.lisp.

Function: normalize-version (form &key pathname component parent)
Package

asdf/parse-defsystem.

Source

parse-defsystem.lisp.

Function: notify-deprecated-function (status name)
Package

uiop/version.

Source

version.lisp.

Function: or-function (fun1 fun2)
Package

asdf/forcing.

Source

forcing.lisp.

Function: os-haiku-p ()

Is the underlying operating system Haiku?

Package

uiop/os.

Source

os.lisp.

Function: os-mezzano-p ()

Is the underlying operating system Mezzano?

Package

uiop/os.

Source

os.lisp.

Function: os-oldmac-p ()

Is the underlying operating system an (emulated?) MacOS 9 or earlier?

Package

uiop/os.

Source

os.lisp.

Function: package-dependencies (defpackage-form &optional system pathname)

Return a list of packages depended on by the package
defined in DEFPACKAGE-FORM. A package is depended upon if
the DEFPACKAGE-FORM uses it or imports a symbol from it.

SYSTEM should be the name of the system being defined, and
PATHNAME should be the file which contains the DEFPACKAGE-FORM.
These will be used to report errors when encountering an unknown defpackage argument.

Package

asdf/package-inferred-system.

Source

package-inferred-system.lisp.

Function: package-designator-name (package)

Normalize a package designator to a string

Package

asdf/package-inferred-system.

Source

package-inferred-system.lisp.

Function: package-inferred-system-file-dependencies (file &optional system)
Package

asdf/package-inferred-system.

Source

package-inferred-system.lisp.

Function: package-name-system (package-name)

Return the name of the SYSTEM providing PACKAGE-NAME, if such exists, otherwise return a default system name computed from PACKAGE-NAME.

Package

asdf/package-inferred-system.

Source

package-inferred-system.lisp.

Function: parse-dependency-def (dd)
Package

asdf/parse-defsystem.

Source

parse-defsystem.lisp.

Function: parse-dependency-defs (dd-list)

Parse the dependency defs in DD-LIST into canonical form by translating all system names contained using COERCE-NAME. Return the result.

Package

asdf/parse-defsystem.

Source

parse-defsystem.lisp.

Function: pathname-directory-depth (p)
Package

asdf/source-registry.

Source

source-registry.lisp.

Function: pathname-type-equal-function (type)
Package

asdf/bundle.

Source

bundle.lisp.

Function: perform-lisp-warnings-check (o c)

Check the warnings associated with the dependencies of an action.

Package

asdf/lisp-action.

Source

lisp-action.lisp.

Function: preferred-source-path-p (x y)

Return T iff X is to be preferred over Y as a source path

Package

asdf/source-registry.

Source

source-registry.lisp.

Function: process-output-translations-directive (directive &key inherit collect)
Package

asdf/output-translations.

Source

output-translations.lisp.

Function: process-source-registry-cache (directory collect)
Package

asdf/source-registry.

Source

source-registry.lisp.

Function: process-source-registry-directive (directive &key inherit register)
Package

asdf/source-registry.

Source

source-registry.lisp.

Function: record-additional-system-input-file (pathname component parent)
Package

asdf/parse-defsystem.

Source

parse-defsystem.lisp.

Function: record-fishy (info)
Package

uiop/package.

Source

package.lisp.

Function: recycle-symbol (name recycle exported)
Package

uiop/package.

Source

package.lisp.

Function: reify-undefined-warning (warning)
Package

uiop/lisp-build.

Source

lisp-build.lisp.

Function: report-file-p (f)

Is F a build report file containing, e.g., warnings to check?

Package

asdf/lisp-action.

Source

lisp-action.lisp.

Function: requires-escaping-p (token &key good-chars bad-chars)

Does this token require escaping, given the specification of
either good chars that don’t need escaping or bad chars that do need escaping, as either a recognizing function or a sequence of characters.

Package

uiop/launch-program.

Source

launch-program.lisp.

Function: restart-upgraded-asdf ()
Package

asdf/operate.

Source

operate.lisp.

Function: same-package-inferred-system-p (system name directory subpath around-compile dependencies)
Package

asdf/package-inferred-system.

Source

package-inferred-system.lisp.

Function: sb-grovel-unknown-constant-condition-p (c)

Detect SB-GROVEL unknown-constant conditions on older versions of SBCL

Package

uiop/lisp-build.

Source

lisp-build.lisp.

Function: select-bundle-operation (type &optional monolithic)
Package

asdf/bundle.

Source

bundle.lisp.

Function: selfward-operation-depends-on (o c)
Package

asdf/action.

Source

action.lisp.

Function: set-dummy-symbol (symbol reason other-symbol)
Package

uiop/package.

Source

package.lisp.

Function: set-output-translations (new-value)
Package

asdf/output-translations.

Source

output-translations.lisp.

Function: sideway-operation-depends-on (o c)
Package

asdf/action.

Source

action.lisp.

Function: space-for-crlf (s)
Package

asdf/bundle.

Source

bundle.lisp.

Function: stable-union (s1 s2 &key test key)
Package

asdf/parse-defsystem.

Source

parse-defsystem.lisp.

Function: stream-defpackage-form (stream)
Package

asdf/package-inferred-system.

Source

package-inferred-system.lisp.

Function: symbol-recycled-p (sym recycle)
Package

uiop/package.

Source

package.lisp.

Function: system-virtual-slot-value (system slot-name)

Return SYSTEM’s virtual SLOT-NAME value.
If SYSTEM’s SLOT-NAME value is NIL and SYSTEM is a secondary system, look in the primary one.

Package

asdf/system.

Source

system.lisp.

Function: upward-operation-depends-on (o c)
Package

asdf/action.

Source

action.lisp.


5.2.4 Generic functions

Generic Reader: %additional-input-files (object)
Package

asdf/component.

Methods
Reader Method: %additional-input-files ((component component))

automatically generated reader method

Source

component.lisp.

Target Slot

additional-input-files.

Generic Writer: (setf %additional-input-files) (object)
Package

asdf/component.

Methods
Writer Method: (setf %additional-input-files) ((component component))

automatically generated writer method

Source

component.lisp.

Target Slot

additional-input-files.

Generic Reader: %component-encoding (object)
Package

asdf/component.

Methods
Reader Method: %component-encoding ((component component))

automatically generated reader method

Source

component.lisp.

Target Slot

%encoding.

Generic Writer: (setf %component-encoding) (object)
Package

asdf/component.

Methods
Writer Method: (setf %component-encoding) ((component component))

automatically generated writer method

Source

component.lisp.

Target Slot

%encoding.

Generic Function: collect-dependencies (operation component &key &allow-other-keys)

Given an action, build a plan for all of its dependencies.

Package

asdf/plan.

Source

plan.lisp.

Methods
Method: collect-dependencies ((operation operation) (component component) &rest keys &key &allow-other-keys)
Method: collect-dependencies ((operation operation) component &rest rest387 &key &allow-other-keys)
Method: collect-dependencies ((operation symbol) component &rest rest387 &key &allow-other-keys)
Method: collect-dependencies ((operation string) component &rest rest387 &key &allow-other-keys)
Generic Reader: compile-condition-context-arguments (condition)
Package

uiop/lisp-build.

Methods
Reader Method: compile-condition-context-arguments ((condition compile-condition))
Source

lisp-build.lisp.

Target Slot

context-arguments.

Generic Reader: compile-condition-context-format (condition)
Package

uiop/lisp-build.

Methods
Reader Method: compile-condition-context-format ((condition compile-condition))
Source

lisp-build.lisp.

Target Slot

context-format.

Generic Reader: compile-condition-description (condition)
Package

uiop/lisp-build.

Methods
Reader Method: compile-condition-description ((condition compile-condition))
Source

lisp-build.lisp.

Target Slot

description.

Generic Reader: condition-action (condition)
Package

asdf/operate.

Methods
Reader Method: condition-action ((condition recursive-operate))
Source

operate.lisp.

Target Slot

action.

Generic Reader: condition-arguments (condition)
Package

uiop/configuration.

Methods
Reader Method: condition-arguments ((condition invalid-configuration))
Source

configuration.lisp.

Target Slot

arguments.

Generic Reader: condition-component (condition)
Package

asdf/operate.

Methods
Reader Method: condition-component ((condition recursive-operate))
Source

operate.lisp.

Target Slot

component.

Generic Reader: condition-form (condition)
Package

uiop/configuration.

Methods
Reader Method: condition-form ((condition invalid-configuration))
Source

configuration.lisp.

Target Slot

form.

Generic Reader: condition-format (condition)
Package

uiop/configuration.

Methods
Reader Method: condition-format ((condition invalid-configuration))
Source

configuration.lisp.

Target Slot

format.

Generic Reader: condition-location (condition)
Package

uiop/configuration.

Methods
Reader Method: condition-location ((condition invalid-configuration))
Source

configuration.lisp.

Target Slot

location.

Generic Reader: condition-operation (condition)
Package

asdf/operate.

Methods
Reader Method: condition-operation ((condition recursive-operate))
Source

operate.lisp.

Target Slot

operation.

Generic Reader: duplicate-names-name (condition)
Package

asdf/component.

Methods
Reader Method: duplicate-names-name ((condition duplicate-names))
Source

component.lisp.

Target Slot

name.

Generic Reader: error-arguments (condition)
Package

asdf/package-inferred-system.

Methods
Reader Method: error-arguments ((condition package-inferred-system-unknown-defpackage-option-error))
Source

package-inferred-system.lisp.

Target Slot

arguments.

Generic Reader: error-option (condition)
Package

asdf/package-inferred-system.

Methods
Reader Method: error-option ((condition package-inferred-system-unknown-defpackage-option-error))
Source

package-inferred-system.lisp.

Target Slot

option.

Generic Reader: error-pathname (condition)
Package

asdf/package-inferred-system.

Methods
Reader Method: error-pathname ((condition package-inferred-system-unknown-defpackage-option-error))
Source

package-inferred-system.lisp.

Target Slot

pathname.

Reader Method: error-pathname ((condition package-inferred-system-missing-package-error))
Source

package-inferred-system.lisp.

Target Slot

pathname.

Generic Reader: error-system (condition)
Package

asdf/package-inferred-system.

Methods
Reader Method: error-system ((condition package-inferred-system-unknown-defpackage-option-error))
Source

package-inferred-system.lisp.

Target Slot

system.

Reader Method: error-system ((condition package-inferred-system-missing-package-error))
Source

package-inferred-system.lisp.

Target Slot

system.

Generic Function: extra-build-args (object)
Package

asdf/bundle.

Methods
Method: extra-build-args ((x system))
Source

bundle.lisp.

Reader Method: extra-build-args ((program-system program-system))

automatically generated reader method

Source

bundle.lisp.

Target Slot

extra-build-args.

Generic Writer: (setf extra-build-args) (object)
Package

asdf/bundle.

Methods
Writer Method: (setf extra-build-args) ((program-system program-system))

automatically generated writer method

Source

bundle.lisp.

Target Slot

extra-build-args.

Generic Function: extra-object-files (object)
Package

asdf/bundle.

Methods
Method: extra-object-files ((x system))
Source

bundle.lisp.

Reader Method: extra-object-files ((program-system program-system))

automatically generated reader method

Source

bundle.lisp.

Target Slot

extra-object-files.

Generic Writer: (setf extra-object-files) (object)
Package

asdf/bundle.

Methods
Writer Method: (setf extra-object-files) ((program-system program-system))

automatically generated writer method

Source

bundle.lisp.

Target Slot

extra-object-files.

Generic Function: gather-operation (gather-operation)
Package

asdf/bundle.

Source

bundle.lisp.

Methods
Method: gather-operation ((o gather-operation))
Generic Function: gather-type (gather-operation)
Package

asdf/bundle.

Source

bundle.lisp.

Methods
Method: gather-type ((o dll-op))
Method: gather-type ((o lib-op))
Method: gather-type ((o basic-compile-bundle-op))
Generic Reader: module-components-by-name (object)
Package

asdf/component.

Methods
Reader Method: module-components-by-name ((parent-component parent-component))

automatically generated reader method

Source

component.lisp.

Target Slot

children-by-name.

Generic Function: no-uiop (object)
Package

asdf/bundle.

Methods
Method: no-uiop ((x system))
Source

bundle.lisp.

Reader Method: no-uiop ((program-system program-system))

automatically generated reader method

Source

bundle.lisp.

Target Slot

no-uiop.

Generic Reader: non-system-system-class-name (condition)
Package

asdf/parse-defsystem.

Methods
Reader Method: non-system-system-class-name ((condition non-system-system))
Source

parse-defsystem.lisp.

Target Slot

class-name.

Generic Reader: non-system-system-name (condition)
Package

asdf/parse-defsystem.

Methods
Reader Method: non-system-system-name ((condition non-system-system))
Source

parse-defsystem.lisp.

Target Slot

name.

Generic Reader: non-toplevel-system-name (condition)
Package

asdf/parse-defsystem.

Methods
Reader Method: non-toplevel-system-name ((condition non-toplevel-system))
Source

parse-defsystem.lisp.

Target Slot

name.

Generic Reader: non-toplevel-system-parent (condition)
Package

asdf/parse-defsystem.

Methods
Reader Method: non-toplevel-system-parent ((condition non-toplevel-system))
Source

parse-defsystem.lisp.

Target Slot

parent.

Generic Function: package-designator (c)
Package

uiop/package.

Methods
Method: package-designator ((c no-such-package-error))
Source

package.lisp.

Generic Reader: parameters (object)
Package

asdf/forcing.

Methods
Reader Method: parameters ((forcing forcing))

automatically generated reader method

Source

forcing.lisp.

Target Slot

parameters.

Generic Function: postfix-lisp-object-files (object)
Package

asdf/bundle.

Methods
Method: postfix-lisp-object-files ((x system))
Source

bundle.lisp.

Reader Method: postfix-lisp-object-files ((program-system program-system))

automatically generated reader method

Source

bundle.lisp.

Target Slot

postfix-lisp-object-files.

Generic Writer: (setf postfix-lisp-object-files) (object)
Package

asdf/bundle.

Methods
Writer Method: (setf postfix-lisp-object-files) ((program-system program-system))

automatically generated writer method

Source

bundle.lisp.

Target Slot

postfix-lisp-object-files.

Generic Reader: prebuilt-system-static-library (object)
Package

asdf/bundle.

Methods
Reader Method: prebuilt-system-static-library ((prebuilt-system prebuilt-system))

automatically generated reader method

Source

bundle.lisp.

Target Slot

build-pathname.

Generic Writer: (setf prebuilt-system-static-library) (object)
Package

asdf/bundle.

Methods
Writer Method: (setf prebuilt-system-static-library) ((prebuilt-system prebuilt-system))

automatically generated writer method

Source

bundle.lisp.

Target Slot

build-pathname.

Generic Function: prefix-lisp-object-files (object)
Package

asdf/bundle.

Methods
Method: prefix-lisp-object-files ((x system))
Source

bundle.lisp.

Reader Method: prefix-lisp-object-files ((program-system program-system))

automatically generated reader method

Source

bundle.lisp.

Target Slot

prefix-lisp-object-files.

Generic Writer: (setf prefix-lisp-object-files) (object)
Package

asdf/bundle.

Methods
Writer Method: (setf prefix-lisp-object-files) ((program-system program-system))

automatically generated writer method

Source

bundle.lisp.

Target Slot

prefix-lisp-object-files.

Generic Reader: required-module (object)
Package

asdf/operate.

Methods
Reader Method: required-module ((require-system require-system))

automatically generated reader method

Source

operate.lisp.

Target Slot

module.

Generic Writer: (setf required-module) (object)
Package

asdf/operate.

Methods
Writer Method: (setf required-module) ((require-system require-system))

automatically generated writer method

Source

operate.lisp.

Target Slot

module.

Generic Reader: session-ancestor (object)
Package

asdf/session.

Methods
Reader Method: session-ancestor ((session session))

Top level session that this is part of

Source

session.lisp.

Target Slot

ancestor.

Generic Reader: session-operate-level (object)
Generic Writer: (setf session-operate-level) (object)
Package

asdf/session.

Methods
Reader Method: session-operate-level ((session session))
Writer Method: (setf session-operate-level) ((session session))

Number of nested calls to operate we’re under (for toplevel session only)

Source

session.lisp.

Target Slot

operate-level.

Generic Reader: status-bits (object)
Package

asdf/plan.

Methods
Reader Method: status-bits ((action-status action-status))

bitmap describing the status of the action.

Source

plan.lisp.

Target Slot

bits.

Generic Reader: status-level (object)
Package

asdf/plan.

Methods
Reader Method: status-level ((action-status action-status))

the highest (operate-level) at which the action was needed

Source

plan.lisp.

Target Slot

level.


5.2.5 Conditions

Condition: define-package-style-warning
Package

uiop/package.

Source

package.lisp.

Direct superclasses

simple-style-warning.

Condition: dependency-not-done
Package

asdf/plan.

Source

plan.lisp.

Direct superclasses

warning.

Direct slots
Slot: op
Initargs

:op

Slot: component
Package

asdf/component.

Initargs

:component

Slot: dep-op
Initargs

:dep-op

Slot: dep-component
Initargs

:dep-component

Slot: plan
Initform

(quote nil)

Initargs

:plan

Condition: no-such-package-error
Package

uiop/package.

Source

package.lisp.

Direct superclasses

type-error.

Direct methods

package-designator.

Direct Default Initargs
InitargValue
:expected-type(quote package-designator)

5.2.6 Classes

Class: basic-compile-concatenated-source-op
Package

asdf/concatenate-source.

Source

concatenate-source.lisp.

Direct superclasses
Direct subclasses
Direct methods
Class: basic-concatenate-source-op
Package

asdf/concatenate-source.

Source

concatenate-source.lisp.

Direct superclasses

bundle-op.

Direct subclasses
Direct methods
Class: basic-load-compiled-concatenated-source-op
Package

asdf/concatenate-source.

Source

concatenate-source.lisp.

Direct superclasses
Direct subclasses
Direct methods

perform.

Class: basic-load-concatenated-source-op
Package

asdf/concatenate-source.

Source

concatenate-source.lisp.

Direct superclasses
Direct subclasses
Direct methods

perform.

Class: gather-operation

Abstract operation for gathering many input files from a system

Package

asdf/bundle.

Source

bundle.lisp.

Direct superclasses

bundle-op.

Direct subclasses
Direct methods

Abstract operation for linking files together

Package

asdf/bundle.

Source

bundle.lisp.

Direct superclasses

bundle-op.

Direct subclasses
Direct methods

perform.


5.2.7 Types

Type: operation-designator ()

An operation designates itself. NIL designates a context-dependent current operation, and a class-name or class designates the canonical instance of the designated class.

Package

asdf/action.

Source

action.lisp.

Type: package-designator ()
Package

uiop/package.

Source

package.lisp.

Type: timestamp ()
Package

uiop/utility.

Source

utility.lisp.


Appendix A Indexes


A.1 Concepts


A.2 Functions

Jump to:   %   (  
A   B   C   D   E   F   G   H   I   K   L   M   N   O   P   Q   R   S   T   U   V   W   X  
Index Entry  Section

%
%active-io-specifier-p: Private ordinary functions
%additional-input-files: Private generic functions
%additional-input-files: Private generic functions
%call-with-program-io: Private ordinary functions
%check-result: Private ordinary functions
%code-to-status: Private ordinary functions
%component-encoding: Private generic functions
%component-encoding: Private generic functions
%compute-+asdf-methods+-value: Private ordinary functions
%compute-asdf-session-class-value: Private ordinary functions
%compute-default-output-translations-value: Private ordinary functions
%compute-default-source-registries-value: Private ordinary functions
%compute-known-systems-with-bad-secondary-system-names-value: Private ordinary functions
%compute-operations-value: Private ordinary functions
%compute-plan-class-value: Private ordinary functions
%define-component-inline-methods: Private ordinary functions
%handle-if-does-not-exist: Private ordinary functions
%handle-if-exists: Private ordinary functions
%interactivep: Private ordinary functions
%normalize-io-specifier: Private ordinary functions
%normalize-system-command: Private ordinary functions
%posix-send-signal: Private ordinary functions
%process-status: Private ordinary functions
%redirected-system-command: Private ordinary functions
%refresh-component-inline-methods: Private ordinary functions
%remove-component-inline-methods: Private ordinary functions
%run-program: Private ordinary functions
%signal-to-exit-code: Private ordinary functions
%system: Private ordinary functions
%use-launch-program: Private ordinary functions
%use-system: Private ordinary functions

(
(setf %additional-input-files): Private generic functions
(setf %additional-input-files): Private generic functions
(setf %component-encoding): Private generic functions
(setf %component-encoding): Private generic functions
(setf action-status): Public generic functions
(setf action-status): Public generic functions
(setf action-status): Public generic functions
(setf action-status): Public generic functions
(setf asdf-upgraded-p): Public generic functions
(setf asdf-upgraded-p): Public generic functions
(setf builtin-system-p): Public generic functions
(setf builtin-system-p): Public generic functions
(setf component-build-pathname): Public generic functions
(setf component-build-pathname): Public generic functions
(setf component-children): Public generic functions
(setf component-children): Public generic functions
(setf component-children-by-name): Public generic functions
(setf component-children-by-name): Public generic functions
(setf component-description): Public generic functions
(setf component-description): Public generic functions
(setf component-entry-point): Public generic functions
(setf component-entry-point): Public generic functions
(setf component-if-feature): Public generic functions
(setf component-if-feature): Public generic functions
(setf component-in-order-to): Public generic functions
(setf component-in-order-to): Public generic functions
(setf component-inline-methods): Public generic functions
(setf component-inline-methods): Public generic functions
(setf component-long-description): Public generic functions
(setf component-long-description): Public generic functions
(setf component-name): Public generic functions
(setf component-name): Public generic functions
(setf component-operation-time): Public generic functions
(setf component-operation-time): Public generic functions
(setf component-operation-times): Public generic functions
(setf component-operation-times): Public generic functions
(setf component-properties): Public generic functions
(setf component-properties): Public generic functions
(setf component-property): Public compiler macros
(setf component-property): Public generic functions
(setf component-property): Public generic functions
(setf component-sideway-dependencies): Public generic functions
(setf component-sideway-dependencies): Public generic functions
(setf component-version): Public generic functions
(setf component-version): Public generic functions
(setf definition-dependency-list): Public generic functions
(setf definition-dependency-list): Public generic functions
(setf definition-dependency-set): Public generic functions
(setf definition-dependency-set): Public generic functions
(setf epilogue-code): Public generic functions
(setf epilogue-code): Public generic functions
(setf extra-build-args): Private generic functions
(setf extra-build-args): Private generic functions
(setf extra-object-files): Private generic functions
(setf extra-object-files): Private generic functions
(setf file-type): Public generic functions
(setf file-type): Public generic functions
(setf forcing): Public generic functions
(setf forcing): Public generic functions
(setf getenv): Public setf expanders
(setf module-default-component-class): Public generic functions
(setf module-default-component-class): Public generic functions
(setf operate-level): Public ordinary functions
(setf operation-on-failure): Public generic functions
(setf operation-on-failure): Public generic functions
(setf operation-on-warnings): Public generic functions
(setf operation-on-warnings): Public generic functions
(setf output-translations): Public ordinary functions
(setf plan-actions-r): Public generic functions
(setf plan-actions-r): Public generic functions
(setf planned-action-count): Public generic functions
(setf planned-action-count): Public generic functions
(setf planned-output-action-count): Public generic functions
(setf planned-output-action-count): Public generic functions
(setf postfix-lisp-object-files): Private generic functions
(setf postfix-lisp-object-files): Private generic functions
(setf prebuilt-system-static-library): Private generic functions
(setf prebuilt-system-static-library): Private generic functions
(setf prefix-lisp-object-files): Private generic functions
(setf prefix-lisp-object-files): Private generic functions
(setf prologue-code): Public generic functions
(setf prologue-code): Public generic functions
(setf required-module): Private generic functions
(setf required-module): Private generic functions
(setf session-operate-level): Private generic functions
(setf session-operate-level): Private generic functions
(setf source-file-explicit-type): Public generic functions
(setf source-file-explicit-type): Public generic functions
(setf system-author): Public generic functions
(setf system-author): Public generic functions
(setf system-bug-tracker): Public generic functions
(setf system-bug-tracker): Public generic functions
(setf system-description): Public generic functions
(setf system-description): Public generic functions
(setf system-homepage): Public generic functions
(setf system-homepage): Public generic functions
(setf system-licence): Public generic functions
(setf system-licence): Public generic functions
(setf system-license): Public generic functions
(setf system-license): Public generic functions
(setf system-long-description): Public generic functions
(setf system-long-description): Public generic functions
(setf system-long-name): Public generic functions
(setf system-long-name): Public generic functions
(setf system-mailto): Public generic functions
(setf system-mailto): Public generic functions
(setf system-maintainer): Public generic functions
(setf system-maintainer): Public generic functions
(setf system-source-control): Public generic functions
(setf system-source-control): Public generic functions
(setf system-source-file): Public generic functions
(setf system-source-file): Public generic functions
(setf total-action-count): Public generic functions
(setf total-action-count): Public generic functions
(setf visited-actions): Public generic functions
(setf visited-actions): Public generic functions
(setf visiting-action-list): Public generic functions
(setf visiting-action-list): Public generic functions
(setf visiting-action-set): Public generic functions
(setf visiting-action-set): Public generic functions

A
absolute-pathname-p: Public ordinary functions
access-at: Public ordinary functions
access-at-count: Public ordinary functions
action-already-done-p: Public ordinary functions
action-component: Public ordinary functions
action-description: Public generic functions
action-description: Public generic functions
action-description: Public generic functions
action-description: Public generic functions
action-description: Public generic functions
action-description: Public generic functions
action-description: Public generic functions
action-description: Public generic functions
action-description: Public generic functions
action-description: Public generic functions
action-description: Public generic functions
action-forced-not-p: Public generic functions
action-forced-not-p: Public generic functions
action-forced-not-p: Public generic functions
action-forced-p: Public generic functions
action-forced-p: Public generic functions
action-forced-p: Public generic functions
action-operation: Public ordinary functions
action-override-p: Private ordinary functions
action-path: Public ordinary functions
action-status: Public generic functions
action-status: Public generic functions
action-status: Public generic functions
action-up-to-date-p: Public ordinary functions
action-valid-p: Public ordinary functions
add-pathname-suffix: Public ordinary functions
additional-input-files: Public generic functions
additional-input-files: Public generic functions
additional-input-files: Public generic functions
additional-input-files: Public generic functions
additional-input-files: Public generic functions
already-loaded-systems: Public ordinary functions
always-default-encoding: Public ordinary functions
appendf: Public macros
apply-output-translations: Public ordinary functions
architecture: Public ordinary functions
argv0: Public ordinary functions
around-compile-hook: Public generic functions
around-compile-hook: Public generic functions
asdf-cache: Public ordinary functions
asdf-message: Public ordinary functions
asdf-upgraded-p: Public generic functions
asdf-upgraded-p: Public generic functions
asdf-version: Public ordinary functions

B
backward-compatible-depends-on: Private ordinary functions
base-string-p: Public ordinary functions
boolean-to-feature-expression: Public ordinary functions
builtin-system-p: Public generic functions
builtin-system-p: Public generic functions
bundle-output-files: Private ordinary functions
bundle-pathname-type: Public ordinary functions
bundle-type: Public generic functions
bundle-type: Public generic functions
bundle-type: Public generic functions
bundle-type: Public generic functions
bundle-type: Public generic functions
bundle-type: Public generic functions
bundle-type: Public generic functions

C
call-around-hook: Public ordinary functions
call-function: Public ordinary functions
call-functions: Public ordinary functions
call-image-dump-hook: Public ordinary functions
call-image-restore-hook: Public ordinary functions
call-stream-processor: Private ordinary functions
call-while-visiting-action: Public ordinary functions
call-with-around-compile-hook: Public generic functions
call-with-around-compile-hook: Public generic functions
call-with-asdf-session: Public ordinary functions
call-with-current-directory: Public ordinary functions
call-with-enough-pathname: Public ordinary functions
call-with-fatal-condition-handler: Public ordinary functions
call-with-input: Private ordinary functions
call-with-input-file: Public ordinary functions
call-with-muffled-compiler-conditions: Public ordinary functions
call-with-muffled-conditions: Public ordinary functions
call-with-muffled-loader-conditions: Public ordinary functions
call-with-null-input: Public ordinary functions
call-with-null-output: Public ordinary functions
call-with-output: Private ordinary functions
call-with-output-file: Public ordinary functions
call-with-safe-io-syntax: Public ordinary functions
call-with-saved-deferred-warnings: Private ordinary functions
call-with-staging-pathname: Public ordinary functions
call-with-temporary-file: Public ordinary functions
call-without-redefinition-warnings: Private ordinary functions
character-type-index: Public ordinary functions
chdir: Public ordinary functions
check-component-input: Public ordinary functions
check-deferred-warnings: Public ordinary functions
check-lisp-compile-results: Public ordinary functions
check-lisp-compile-warnings: Public ordinary functions
check-not-old-asdf-system: Private ordinary functions
check-operation-constructor: Private ordinary functions
circular-dependency-actions: Public generic functions
circular-dependency-actions: Public generic functions
class-for-type: Public generic functions
class-for-type: Public generic functions
class-for-type: Public generic functions
cleanup-system-definition-search-functions: Private ordinary functions
cleanup-upgraded-asdf: Public ordinary functions
clear-configuration: Public ordinary functions
clear-output-translations: Public ordinary functions
clear-registered-systems: Public ordinary functions
clear-source-registry: Public ordinary functions
clear-system: Public ordinary functions
close-streams: Public ordinary functions
coerce-class: Public ordinary functions
coerce-filename: Public ordinary functions
coerce-name: Public ordinary functions
coerce-pathname: Public compiler macros
coerce-pathname: Public ordinary functions
collect-action-dependencies: Private ordinary functions
collect-asds-in-directory: Public ordinary functions
collect-dependencies: Private generic functions
collect-dependencies: Private generic functions
collect-dependencies: Private generic functions
collect-dependencies: Private generic functions
collect-dependencies: Private generic functions
collect-sub*directories: Public ordinary functions
collect-sub*directories-asd-files: Public ordinary functions
combine-fasls: Public ordinary functions
command-line-arguments: Public ordinary functions
compatfmt: Private macros
compile-condition-context-arguments: Private generic functions
compile-condition-context-arguments: Private generic functions
compile-condition-context-format: Private generic functions
compile-condition-context-format: Private generic functions
compile-condition-description: Private generic functions
compile-condition-description: Private generic functions
compile-file*: Public ordinary functions
compile-file-pathname*: Public ordinary functions
compile-file-type: Public ordinary functions
compile-system: Public ordinary functions
Compiler Macro, (setf component-property): Public compiler macros
Compiler Macro, coerce-pathname: Public compiler macros
Compiler Macro, component-load-dependencies: Public compiler macros
Compiler Macro, component-property: Public compiler macros
Compiler Macro, enable-asdf-binary-locations-compatibility: Public compiler macros
Compiler Macro, explain: Public compiler macros
Compiler Macro, in-first-directory: Public compiler macros
Compiler Macro, in-system-configuration-directory: Public compiler macros
Compiler Macro, in-user-configuration-directory: Public compiler macros
Compiler Macro, load-sysdef: Public compiler macros
Compiler Macro, require-system: Public compiler macros
Compiler Macro, run-shell-command: Public compiler macros
Compiler Macro, system-configuration-directories: Public compiler macros
Compiler Macro, system-definition-pathname: Public compiler macros
Compiler Macro, system-registered-p: Public compiler macros
Compiler Macro, traverse: Public compiler macros
Compiler Macro, user-configuration-directories: Public compiler macros
Compiler Macro, version-compatible-p: Public compiler macros
component-build-operation: Public generic functions
component-build-operation: Public generic functions
component-build-pathname: Public generic functions
component-build-pathname: Public generic functions
component-build-pathname: Public generic functions
component-children: Public generic functions
component-children: Public generic functions
component-children-by-name: Public generic functions
component-children-by-name: Public generic functions
component-depends-on: Public generic functions
component-depends-on: Public generic functions
component-depends-on: Public generic functions
component-depends-on: Public generic functions
component-depends-on: Public generic functions
component-depends-on: Public generic functions
component-depends-on: Public generic functions
component-depends-on: Public generic functions
component-depends-on: Public generic functions
component-depends-on: Public generic functions
component-depends-on: Public generic functions
component-depends-on: Public generic functions
component-depends-on: Public generic functions
component-depends-on: Public generic functions
component-depends-on: Public generic functions
component-depends-on: Public generic functions
component-depends-on: Public generic functions
component-description: Public generic functions
component-description: Public generic functions
component-encoding: Public generic functions
component-encoding: Public generic functions
component-entry-point: Public generic functions
component-entry-point: Public generic functions
component-entry-point: Public generic functions
component-external-format: Public generic functions
component-external-format: Public generic functions
component-find-path: Public ordinary functions
component-if-feature: Public generic functions
component-if-feature: Public generic functions
component-in-order-to: Public generic functions
component-in-order-to: Public generic functions
component-inline-methods: Public generic functions
component-inline-methods: Public generic functions
component-load-dependencies: Public compiler macros
component-load-dependencies: Public ordinary functions
component-loaded-p: Public ordinary functions
component-long-description: Public generic functions
component-long-description: Public generic functions
component-name: Public generic functions
component-name: Public generic functions
component-name: Public generic functions
component-name: Public generic functions
component-operation-time: Public generic functions
component-operation-time: Public generic functions
component-operation-time: Public generic functions
component-operation-time: Public generic functions
component-operation-time: Public generic functions
component-operation-times: Public generic functions
component-operation-times: Public generic functions
component-parent: Public generic functions
component-parent: Public generic functions
component-parent: Public generic functions
component-parent-pathname: Public generic functions
component-parent-pathname: Public generic functions
component-parent-pathname: Public generic functions
component-pathname: Public generic functions
component-pathname: Public generic functions
component-pathname: Public generic functions
component-properties: Public generic functions
component-properties: Public generic functions
component-property: Public compiler macros
component-property: Public generic functions
component-property: Public generic functions
component-relative-pathname: Public generic functions
component-relative-pathname: Public generic functions
component-relative-pathname: Public generic functions
component-sideway-dependencies: Public generic functions
component-sideway-dependencies: Public generic functions
component-system: Public generic functions
component-system: Public generic functions
component-version: Public generic functions
component-version: Public generic functions
compute-action-stamp: Public generic functions
compute-action-stamp: Public generic functions
compute-action-status: Private ordinary functions
compute-children-by-name: Public ordinary functions
compute-component-children: Public generic functions
compute-component-children: Public generic functions
compute-file-stamp: Public ordinary functions
compute-output-translations: Public ordinary functions
compute-source-registry: Public ordinary functions
compute-user-cache: Private ordinary functions
concatenate-files: Public ordinary functions
condition-action: Private generic functions
condition-action: Private generic functions
condition-arguments: Private generic functions
condition-arguments: Private generic functions
condition-component: Private generic functions
condition-component: Private generic functions
condition-form: Private generic functions
condition-form: Private generic functions
condition-format: Private generic functions
condition-format: Private generic functions
condition-location: Private generic functions
condition-location: Private generic functions
condition-operation: Private generic functions
condition-operation: Private generic functions
configuration-inheritance-directive-p: Public ordinary functions
consult-asdf-cache: Public ordinary functions
copy-file: Public ordinary functions
copy-stream-to-stream: Public ordinary functions
create-image: Public ordinary functions
current-lisp-file-pathname: Public ordinary functions

D
default-encoding-external-format: Public ordinary functions
default-system-source-registry: Public ordinary functions
default-temporary-directory: Public ordinary functions
default-user-source-registry: Public ordinary functions
define-convenience-action-methods: Public macros
define-package: Public macros
define-system-virtual-slot-reader: Private macros
define-system-virtual-slot-readers: Private macros
definition-dependencies-up-to-date-p: Private ordinary functions
definition-dependency-list: Public generic functions
definition-dependency-list: Public generic functions
definition-dependency-set: Public generic functions
definition-dependency-set: Public generic functions
defpackage-form-p: Private ordinary functions
defparameter*: Public macros
defsystem: Public macros
delete-directory-tree: Public ordinary functions
delete-empty-directory: Public ordinary functions
delete-file-if-exists: Public ordinary functions
delete-package*: Public ordinary functions
denormalize-pathname-directory-component: Public ordinary functions
deprecated-function-condition-kind: Private ordinary functions
deprecated-function-name: Public generic functions
deprecated-function-name: Public generic functions
detect-encoding: Public ordinary functions
detect-os: Public ordinary functions
determine-system-directory: Public ordinary functions
die: Public ordinary functions
direct-dependencies: Public ordinary functions
direct-dependency-files: Public ordinary functions
directorize-pathname-host-device: Public ordinary functions
directory*: Public ordinary functions
directory-asd-files: Public ordinary functions
directory-exists-p: Public ordinary functions
directory-files: Public ordinary functions
directory-pathname-p: Public ordinary functions
directory-separator-for-host: Public ordinary functions
disable-deferred-warnings-check: Public ordinary functions
disable-output-translations: Public ordinary functions
do-asdf-cache: Public macros
downward-operation: Public generic functions
downward-operation: Public generic functions
downward-operation: Public generic functions
downward-operation-depends-on: Private ordinary functions
dummy-symbol: Private ordinary functions
dump-image: Public ordinary functions
duplicate-names-name: Private generic functions
duplicate-names-name: Private generic functions

E
earlier-timestamp: Public ordinary functions
earliest-timestamp: Public ordinary functions
easy-sh-character-p: Public ordinary functions
easy-windows-character-p: Private ordinary functions
emptyp: Public ordinary functions
enable-asdf-binary-locations-compatibility: Public compiler macros
enable-asdf-binary-locations-compatibility: Public ordinary functions
enable-deferred-warnings-check: Public ordinary functions
encoding-external-format: Public ordinary functions
enough-pathname: Public ordinary functions
ensure-absolute-pathname: Public ordinary functions
ensure-all-directories-exist: Public ordinary functions
ensure-directory-pathname: Public ordinary functions
ensure-export: Private ordinary functions
ensure-exported: Private ordinary functions
ensure-exported-to-user: Private ordinary functions
ensure-function: Public ordinary functions
ensure-function-notinline: Private ordinary functions
ensure-gethash: Public ordinary functions
ensure-import: Private ordinary functions
ensure-imported: Private ordinary functions
ensure-inherited: Private ordinary functions
ensure-list: Public ordinary functions
ensure-mix: Private ordinary functions
ensure-output-translations: Public ordinary functions
ensure-package: Public ordinary functions
ensure-package-unused: Public ordinary functions
ensure-pathname: Public ordinary functions
ensure-preloaded-system-registered: Private ordinary functions
ensure-shadowing-import: Private ordinary functions
ensure-source-registry: Public ordinary functions
ensure-symbol: Private ordinary functions
environment-output-translations: Public ordinary functions
environment-source-registry: Public ordinary functions
epilogue-code: Public generic functions
epilogue-code: Public generic functions
epilogue-code: Public generic functions
epilogue-code: Public generic functions
error-arguments: Private generic functions
error-arguments: Private generic functions
error-component: Public generic functions
error-component: Public generic functions
error-condition: Public generic functions
error-condition: Public generic functions
error-name: Public generic functions
error-name: Public generic functions
error-operation: Public generic functions
error-operation: Public generic functions
error-option: Private generic functions
error-option: Private generic functions
error-pathname: Public generic functions
error-pathname: Public generic functions
error-pathname: Private generic functions
error-pathname: Private generic functions
error-pathname: Private generic functions
error-system: Private generic functions
error-system: Private generic functions
error-system: Private generic functions
escape-command: Public ordinary functions
escape-sh-command: Public ordinary functions
escape-sh-token: Public ordinary functions
escape-sh-token-within-double-quotes: Private ordinary functions
escape-shell-command: Public ordinary functions
escape-shell-token: Public ordinary functions
escape-token: Public ordinary functions
escape-windows-command: Public ordinary functions
escape-windows-token: Public ordinary functions
escape-windows-token-within-double-quotes: Private ordinary functions
eval-input: Public ordinary functions
eval-thunk: Public ordinary functions
explain: Public compiler macros
explain: Public generic functions
explain: Public generic functions
explain: Public generic functions
explain: Public generic functions
explain: Public generic functions
export*: Public ordinary functions
extra-build-args: Private generic functions
extra-build-args: Private generic functions
extra-build-args: Private generic functions
extra-object-files: Private generic functions
extra-object-files: Private generic functions
extra-object-files: Private generic functions

F
fatal-condition-p: Public ordinary functions
featurep: Public ordinary functions
file-defpackage-form: Private ordinary functions
file-exists-p: Public ordinary functions
file-or-synonym-stream-p: Public ordinary functions
file-pathname-p: Public ordinary functions
file-stream-p: Public ordinary functions
file-type: Public generic functions
file-type: Public generic functions
filter-logical-directory-results: Public ordinary functions
filter-pathname-set: Public ordinary functions
find-action: Public ordinary functions
find-component: Public generic functions
find-component: Public generic functions
find-component: Public generic functions
find-component: Public generic functions
find-component: Public generic functions
find-component: Public generic functions
find-component: Public generic functions
find-component: Public generic functions
find-operation: Public generic functions
find-operation: Public generic functions
find-operation: Public generic functions
find-operation: Public generic functions
find-package*: Public ordinary functions
find-preferred-file: Public ordinary functions
find-standard-case-symbol: Public ordinary functions
find-symbol*: Public ordinary functions
find-system: Public generic functions
find-system: Public generic functions
find-system: Public generic functions
find-system: Public generic functions
find-system-if-being-defined: Public ordinary functions
finish-outputs: Public ordinary functions
first-char: Public ordinary functions
first-feature: Private ordinary functions
flatten-source-registry: Public ordinary functions
forced: Public generic functions
forced: Public generic functions
forced-not: Public generic functions
forced-not: Public generic functions
forcing: Public generic functions
forcing: Public generic functions
forcing: Public generic functions
forcing: Public generic functions
forcing: Public generic functions
format!: Public ordinary functions
format-action: Public ordinary functions
format-arguments: Public generic functions
format-arguments: Public generic functions
format-control: Public generic functions
format-control: Public generic functions
fresh-package-name: Public ordinary functions
frob-substrings: Private ordinary functions
Function, %active-io-specifier-p: Private ordinary functions
Function, %call-with-program-io: Private ordinary functions
Function, %check-result: Private ordinary functions
Function, %code-to-status: Private ordinary functions
Function, %compute-+asdf-methods+-value: Private ordinary functions
Function, %compute-asdf-session-class-value: Private ordinary functions
Function, %compute-default-output-translations-value: Private ordinary functions
Function, %compute-default-source-registries-value: Private ordinary functions
Function, %compute-known-systems-with-bad-secondary-system-names-value: Private ordinary functions
Function, %compute-operations-value: Private ordinary functions
Function, %compute-plan-class-value: Private ordinary functions
Function, %define-component-inline-methods: Private ordinary functions
Function, %handle-if-does-not-exist: Private ordinary functions
Function, %handle-if-exists: Private ordinary functions
Function, %interactivep: Private ordinary functions
Function, %normalize-io-specifier: Private ordinary functions
Function, %normalize-system-command: Private ordinary functions
Function, %posix-send-signal: Private ordinary functions
Function, %process-status: Private ordinary functions
Function, %redirected-system-command: Private ordinary functions
Function, %refresh-component-inline-methods: Private ordinary functions
Function, %remove-component-inline-methods: Private ordinary functions
Function, %run-program: Private ordinary functions
Function, %signal-to-exit-code: Private ordinary functions
Function, %system: Private ordinary functions
Function, %use-launch-program: Private ordinary functions
Function, %use-system: Private ordinary functions
Function, (setf operate-level): Public ordinary functions
Function, (setf output-translations): Public ordinary functions
Function, absolute-pathname-p: Public ordinary functions
Function, access-at: Public ordinary functions
Function, access-at-count: Public ordinary functions
Function, action-already-done-p: Public ordinary functions
Function, action-component: Public ordinary functions
Function, action-operation: Public ordinary functions
Function, action-override-p: Private ordinary functions
Function, action-path: Public ordinary functions
Function, action-up-to-date-p: Public ordinary functions
Function, action-valid-p: Public ordinary functions
Function, add-pathname-suffix: Public ordinary functions
Function, already-loaded-systems: Public ordinary functions
Function, always-default-encoding: Public ordinary functions
Function, apply-output-translations: Public ordinary functions
Function, architecture: Public ordinary functions
Function, argv0: Public ordinary functions
Function, asdf-cache: Public ordinary functions
Function, asdf-message: Public ordinary functions
Function, asdf-version: Public ordinary functions
Function, backward-compatible-depends-on: Private ordinary functions
Function, base-string-p: Public ordinary functions
Function, boolean-to-feature-expression: Public ordinary functions
Function, bundle-output-files: Private ordinary functions
Function, bundle-pathname-type: Public ordinary functions
Function, call-around-hook: Public ordinary functions
Function, call-function: Public ordinary functions
Function, call-functions: Public ordinary functions
Function, call-image-dump-hook: Public ordinary functions
Function, call-image-restore-hook: Public ordinary functions
Function, call-stream-processor: Private ordinary functions
Function, call-while-visiting-action: Public ordinary functions
Function, call-with-asdf-session: Public ordinary functions
Function, call-with-current-directory: Public ordinary functions
Function, call-with-enough-pathname: Public ordinary functions
Function, call-with-fatal-condition-handler: Public ordinary functions
Function, call-with-input: Private ordinary functions
Function, call-with-input-file: Public ordinary functions
Function, call-with-muffled-compiler-conditions: Public ordinary functions
Function, call-with-muffled-conditions: Public ordinary functions
Function, call-with-muffled-loader-conditions: Public ordinary functions
Function, call-with-null-input: Public ordinary functions
Function, call-with-null-output: Public ordinary functions
Function, call-with-output: Private ordinary functions
Function, call-with-output-file: Public ordinary functions
Function, call-with-safe-io-syntax: Public ordinary functions
Function, call-with-saved-deferred-warnings: Private ordinary functions
Function, call-with-staging-pathname: Public ordinary functions
Function, call-with-temporary-file: Public ordinary functions
Function, call-without-redefinition-warnings: Private ordinary functions
Function, character-type-index: Public ordinary functions
Function, chdir: Public ordinary functions
Function, check-component-input: Public ordinary functions
Function, check-deferred-warnings: Public ordinary functions
Function, check-lisp-compile-results: Public ordinary functions
Function, check-lisp-compile-warnings: Public ordinary functions
Function, check-not-old-asdf-system: Private ordinary functions
Function, check-operation-constructor: Private ordinary functions
Function, cleanup-system-definition-search-functions: Private ordinary functions
Function, cleanup-upgraded-asdf: Public ordinary functions
Function, clear-configuration: Public ordinary functions
Function, clear-output-translations: Public ordinary functions
Function, clear-registered-systems: Public ordinary functions
Function, clear-source-registry: Public ordinary functions
Function, clear-system: Public ordinary functions
Function, close-streams: Public ordinary functions
Function, coerce-class: Public ordinary functions
Function, coerce-filename: Public ordinary functions
Function, coerce-name: Public ordinary functions
Function, coerce-pathname: Public ordinary functions
Function, collect-action-dependencies: Private ordinary functions
Function, collect-asds-in-directory: Public ordinary functions
Function, collect-sub*directories: Public ordinary functions
Function, collect-sub*directories-asd-files: Public ordinary functions
Function, combine-fasls: Public ordinary functions
Function, command-line-arguments: Public ordinary functions
Function, compile-file*: Public ordinary functions
Function, compile-file-pathname*: Public ordinary functions
Function, compile-file-type: Public ordinary functions
Function, compile-system: Public ordinary functions
Function, component-find-path: Public ordinary functions
Function, component-load-dependencies: Public ordinary functions
Function, component-loaded-p: Public ordinary functions
Function, compute-action-status: Private ordinary functions
Function, compute-children-by-name: Public ordinary functions
Function, compute-file-stamp: Public ordinary functions
Function, compute-output-translations: Public ordinary functions
Function, compute-source-registry: Public ordinary functions
Function, compute-user-cache: Private ordinary functions
Function, concatenate-files: Public ordinary functions
Function, configuration-inheritance-directive-p: Public ordinary functions
Function, consult-asdf-cache: Public ordinary functions
Function, copy-file: Public ordinary functions
Function, copy-stream-to-stream: Public ordinary functions
Function, create-image: Public ordinary functions
Function, current-lisp-file-pathname: Public ordinary functions
Function, default-encoding-external-format: Public ordinary functions
Function, default-system-source-registry: Public ordinary functions
Function, default-temporary-directory: Public ordinary functions
Function, default-user-source-registry: Public ordinary functions
Function, definition-dependencies-up-to-date-p: Private ordinary functions
Function, defpackage-form-p: Private ordinary functions
Function, delete-directory-tree: Public ordinary functions
Function, delete-empty-directory: Public ordinary functions
Function, delete-file-if-exists: Public ordinary functions
Function, delete-package*: Public ordinary functions
Function, denormalize-pathname-directory-component: Public ordinary functions
Function, deprecated-function-condition-kind: Private ordinary functions
Function, detect-encoding: Public ordinary functions
Function, detect-os: Public ordinary functions
Function, determine-system-directory: Public ordinary functions
Function, die: Public ordinary functions
Function, direct-dependencies: Public ordinary functions
Function, direct-dependency-files: Public ordinary functions
Function, directorize-pathname-host-device: Public ordinary functions
Function, directory*: Public ordinary functions
Function, directory-asd-files: Public ordinary functions
Function, directory-exists-p: Public ordinary functions
Function, directory-files: Public ordinary functions
Function, directory-pathname-p: Public ordinary functions
Function, directory-separator-for-host: Public ordinary functions
Function, disable-deferred-warnings-check: Public ordinary functions
Function, disable-output-translations: Public ordinary functions
Function, downward-operation-depends-on: Private ordinary functions
Function, dummy-symbol: Private ordinary functions
Function, dump-image: Public ordinary functions
Function, earlier-timestamp: Public ordinary functions
Function, earliest-timestamp: Public ordinary functions
Function, easy-sh-character-p: Public ordinary functions
Function, easy-windows-character-p: Private ordinary functions
Function, emptyp: Public ordinary functions
Function, enable-asdf-binary-locations-compatibility: Public ordinary functions
Function, enable-deferred-warnings-check: Public ordinary functions
Function, encoding-external-format: Public ordinary functions
Function, enough-pathname: Public ordinary functions
Function, ensure-absolute-pathname: Public ordinary functions
Function, ensure-all-directories-exist: Public ordinary functions
Function, ensure-directory-pathname: Public ordinary functions
Function, ensure-export: Private ordinary functions
Function, ensure-exported: Private ordinary functions
Function, ensure-exported-to-user: Private ordinary functions
Function, ensure-function: Public ordinary functions
Function, ensure-function-notinline: Private ordinary functions
Function, ensure-gethash: Public ordinary functions
Function, ensure-import: Private ordinary functions
Function, ensure-imported: Private ordinary functions
Function, ensure-inherited: Private ordinary functions
Function, ensure-list: Public ordinary functions
Function, ensure-mix: Private ordinary functions
Function, ensure-output-translations: Public ordinary functions
Function, ensure-package: Public ordinary functions
Function, ensure-package-unused: Public ordinary functions
Function, ensure-pathname: Public ordinary functions
Function, ensure-preloaded-system-registered: Private ordinary functions
Function, ensure-shadowing-import: Private ordinary functions
Function, ensure-source-registry: Public ordinary functions
Function, ensure-symbol: Private ordinary functions
Function, environment-output-translations: Public ordinary functions
Function, environment-source-registry: Public ordinary functions
Function, escape-command: Public ordinary functions
Function, escape-sh-command: Public ordinary functions
Function, escape-sh-token: Public ordinary functions
Function, escape-sh-token-within-double-quotes: Private ordinary functions
Function, escape-shell-command: Public ordinary functions
Function, escape-shell-token: Public ordinary functions
Function, escape-token: Public ordinary functions
Function, escape-windows-command: Public ordinary functions
Function, escape-windows-token: Public ordinary functions
Function, escape-windows-token-within-double-quotes: Private ordinary functions
Function, eval-input: Public ordinary functions
Function, eval-thunk: Public ordinary functions
Function, export*: Public ordinary functions
Function, fatal-condition-p: Public ordinary functions
Function, featurep: Public ordinary functions
Function, file-defpackage-form: Private ordinary functions
Function, file-exists-p: Public ordinary functions
Function, file-or-synonym-stream-p: Public ordinary functions
Function, file-pathname-p: Public ordinary functions
Function, file-stream-p: Public ordinary functions
Function, filter-logical-directory-results: Public ordinary functions
Function, filter-pathname-set: Public ordinary functions
Function, find-action: Public ordinary functions
Function, find-package*: Public ordinary functions
Function, find-preferred-file: Public ordinary functions
Function, find-standard-case-symbol: Public ordinary functions
Function, find-symbol*: Public ordinary functions
Function, find-system-if-being-defined: Public ordinary functions
Function, finish-outputs: Public ordinary functions
Function, first-char: Public ordinary functions
Function, first-feature: Private ordinary functions
Function, flatten-source-registry: Public ordinary functions
Function, format!: Public ordinary functions
Function, format-action: Public ordinary functions
Function, fresh-package-name: Public ordinary functions
Function, frob-substrings: Private ordinary functions
Function, get-dummy-symbol: Private ordinary functions
Function, get-file-stamp: Public ordinary functions
Function, get-folder-path: Public ordinary functions
Function, get-pathname-defaults: Public ordinary functions
Function, get-temporary-file: Private ordinary functions
Function, getcwd: Public ordinary functions
Function, getenv: Public ordinary functions
Function, getenv-absolute-directories: Public ordinary functions
Function, getenv-absolute-directory: Public ordinary functions
Function, getenv-pathname: Public ordinary functions
Function, getenv-pathnames: Public ordinary functions
Function, getenvp: Public ordinary functions
Function, handle-fatal-condition: Public ordinary functions
Function, hidden-pathname-p: Public ordinary functions
Function, home-package-p: Public ordinary functions
Function, hostname: Public ordinary functions
Function, implementation-identifier: Public ordinary functions
Function, implementation-type: Public ordinary functions
Function, import*: Public ordinary functions
Function, in-first-directory: Public ordinary functions
Function, in-system-configuration-directory: Public ordinary functions
Function, in-user-configuration-directory: Public ordinary functions
Function, inherit-output-translations: Private ordinary functions
Function, inherit-source-registry: Public ordinary functions
Function, initial-package-inferred-systems-table: Private ordinary functions
Function, initialize-output-translations: Public ordinary functions
Function, initialize-source-registry: Public ordinary functions
Function, input-string: Public ordinary functions
Function, install-package-local-nicknames: Private ordinary functions
Function, inter-directory-separator: Public ordinary functions
Function, intern*: Public ordinary functions
Function, known-system-with-bad-secondary-system-names-p: Public ordinary functions
Function, last-char: Public ordinary functions
Function, later-timestamp: Public ordinary functions
Function, latest-timestamp: Public ordinary functions
Function, launch-program: Public ordinary functions
Function, length=n-p: Public ordinary functions
Function, lexicographic<: Public ordinary functions
Function, lexicographic<=: Public ordinary functions
Function, lisp-compilation-output-files: Public ordinary functions
Function, lisp-implementation-directory: Public ordinary functions
Function, lisp-implementation-pathname-p: Public ordinary functions
Function, lisp-version-string: Public ordinary functions
Function, lispize-pathname: Public ordinary functions
Function, list-to-hash-set: Public ordinary functions
Function, load*: Public ordinary functions
Function, load-asd: Public ordinary functions
Function, load-from-string: Public ordinary functions
Function, load-pathname: Public ordinary functions
Function, load-sysdef: Public ordinary functions
Function, load-system: Public ordinary functions
Function, load-systems: Public ordinary functions
Function, load-systems*: Public ordinary functions
Function, load-uiop-debug-utility: Public ordinary functions
Function, locate-system: Public ordinary functions
Function, location-designator-p: Public ordinary functions
Function, location-function-p: Public ordinary functions
Function, logical-pathname-p: Public ordinary functions
Function, make: Public ordinary functions
Function, make-action: Public ordinary functions
Function, make-action-status: Private ordinary functions
Function, make-dummy-symbol: Private ordinary functions
Function, make-forcing: Public ordinary functions
Function, make-operation: Public ordinary functions
Function, make-pathname*: Public ordinary functions
Function, make-pathname-component-logical: Public ordinary functions
Function, make-pathname-logical: Public ordinary functions
Function, make-preloaded-system: Private ordinary functions
Function, make-symbol*: Public ordinary functions
Function, map-direct-dependencies: Public ordinary functions
Function, map-systems: Public ordinary functions
Function, mark-component-preloaded: Public ordinary functions
Function, mark-status-needed: Private ordinary functions
Function, match-any-condition-p: Public ordinary functions
Function, match-condition-p: Public ordinary functions
Function, merge-action-status: Private ordinary functions
Function, merge-pathname-directory-components: Public ordinary functions
Function, merge-pathnames*: Public ordinary functions
Function, module-provide-asdf: Public ordinary functions
Function, native-namestring: Public ordinary functions
Function, next-version: Public ordinary functions
Function, nil-pathname: Public ordinary functions
Function, normalize-forced-not-systems: Public ordinary functions
Function, normalize-forced-systems: Public ordinary functions
Function, normalize-namestring: Public ordinary functions
Function, normalize-pathname-directory-component: Public ordinary functions
Function, normalize-version: Private ordinary functions
Function, not-implemented-error: Public ordinary functions
Function, notify-deprecated-function: Private ordinary functions
Function, nuke-symbol: Public ordinary functions
Function, nuke-symbol-in-package: Public ordinary functions
Function, null-device-pathname: Public ordinary functions
Function, oos: Public ordinary functions
Function, operate-level: Public ordinary functions
Function, operating-system: Public ordinary functions
Function, operation-monolithic-p: Public ordinary functions
Function, or-function: Private ordinary functions
Function, os-genera-p: Public ordinary functions
Function, os-haiku-p: Private ordinary functions
Function, os-macosx-p: Public ordinary functions
Function, os-mezzano-p: Private ordinary functions
Function, os-oldmac-p: Private ordinary functions
Function, os-unix-p: Public ordinary functions
Function, os-windows-p: Public ordinary functions
Function, output-file: Public ordinary functions
Function, output-string: Public ordinary functions
Function, output-translations: Public ordinary functions
Function, output-translations-initialized-p: Public ordinary functions
Function, package-definition-form: Public ordinary functions
Function, package-dependencies: Private ordinary functions
Function, package-designator-name: Private ordinary functions
Function, package-inferred-system-file-dependencies: Private ordinary functions
Function, package-name-system: Private ordinary functions
Function, package-names: Public ordinary functions
Function, packages-from-names: Public ordinary functions
Function, parameter-error: Public ordinary functions
Function, parse-body: Public ordinary functions
Function, parse-component-form: Public ordinary functions
Function, parse-define-package-form: Public ordinary functions
Function, parse-dependency-def: Private ordinary functions
Function, parse-dependency-defs: Private ordinary functions
Function, parse-file-location-info: Public ordinary functions
Function, parse-native-namestring: Public ordinary functions
Function, parse-output-translations-string: Public ordinary functions
Function, parse-source-registry-string: Public ordinary functions
Function, parse-unix-namestring: Public ordinary functions
Function, parse-version: Public ordinary functions
Function, parse-windows-shortcut: Public ordinary functions
Function, pathname-directory-depth: Private ordinary functions
Function, pathname-directory-pathname: Public ordinary functions
Function, pathname-equal: Public ordinary functions
Function, pathname-host-pathname: Public ordinary functions
Function, pathname-parent-directory-pathname: Public ordinary functions
Function, pathname-root: Public ordinary functions
Function, pathname-type-equal-function: Private ordinary functions
Function, perform-lisp-compilation: Public ordinary functions
Function, perform-lisp-load-fasl: Public ordinary functions
Function, perform-lisp-load-source: Public ordinary functions
Function, perform-lisp-warnings-check: Private ordinary functions
Function, physical-pathname-p: Public ordinary functions
Function, physicalize-pathname: Public ordinary functions
Function, preferred-source-path-p: Private ordinary functions
Function, primary-system-name: Public ordinary functions
Function, primary-system-p: Public ordinary functions
Function, print-backtrace: Public ordinary functions
Function, print-condition-backtrace: Public ordinary functions
Function, println: Public ordinary functions
Function, probe-asd: Public ordinary functions
Function, probe-file*: Public ordinary functions
Function, process-alive-p: Public ordinary functions
Function, process-info-error-output: Public ordinary functions
Function, process-info-input: Public ordinary functions
Function, process-info-output: Public ordinary functions
Function, process-info-pid: Public ordinary functions
Function, process-output-translations-directive: Private ordinary functions
Function, process-source-registry-cache: Private ordinary functions
Function, process-source-registry-directive: Private ordinary functions
Function, quit: Public ordinary functions
Function, raw-command-line-arguments: Public ordinary functions
Function, raw-print-backtrace: Public ordinary functions
Function, read-file-form: Public ordinary functions
Function, read-file-forms: Public ordinary functions
Function, read-file-line: Public ordinary functions
Function, read-file-lines: Public ordinary functions
Function, read-file-string: Public ordinary functions
Function, read-little-endian: Public ordinary functions
Function, read-null-terminated-string: Public ordinary functions
Function, record-additional-system-input-file: Private ordinary functions
Function, record-fishy: Private ordinary functions
Function, recycle-symbol: Private ordinary functions
Function, reduce-direct-dependencies: Public ordinary functions
Function, reduce/strcat: Public ordinary functions
Function, register-asd-directory: Public ordinary functions
Function, register-clear-configuration-hook: Public ordinary functions
Function, register-file-stamp: Public ordinary functions
Function, register-hook-function: Public ordinary functions
Function, register-image-dump-hook: Public ordinary functions
Function, register-image-restore-hook: Public ordinary functions
Function, register-immutable-system: Public ordinary functions
Function, register-preloaded-system: Public ordinary functions
Function, register-system: Public ordinary functions
Function, register-system-definition: Public ordinary functions
Function, register-system-packages: Public ordinary functions
Function, registered-system: Public ordinary functions
Function, registered-systems: Public ordinary functions
Function, registered-systems*: Public ordinary functions
Function, rehome-symbol: Public ordinary functions
Function, reify-deferred-warnings: Public ordinary functions
Function, reify-package: Public ordinary functions
Function, reify-simple-sexp: Public ordinary functions
Function, reify-symbol: Public ordinary functions
Function, reify-undefined-warning: Private ordinary functions
Function, relative-pathname-p: Public ordinary functions
Function, relativize-directory-component: Public ordinary functions
Function, relativize-pathname-directory: Public ordinary functions
Function, remove-plist-key: Public ordinary functions
Function, remove-plist-keys: Public ordinary functions
Function, rename-file-overwriting-target: Public ordinary functions
Function, rename-package-away: Public ordinary functions
Function, report-file-p: Private ordinary functions
Function, report-invalid-form: Public ordinary functions
Function, require-system: Public ordinary functions
Function, required-components: Public ordinary functions
Function, requires-escaping-p: Private ordinary functions
Function, reset-deferred-warnings: Public ordinary functions
Function, reset-system-class: Public ordinary functions
Function, resolve-absolute-location: Public ordinary functions
Function, resolve-dependency-name: Public ordinary functions
Function, resolve-dependency-spec: Public ordinary functions
Function, resolve-location: Public ordinary functions
Function, resolve-relative-location: Public ordinary functions
Function, resolve-symlinks: Public ordinary functions
Function, resolve-symlinks*: Public ordinary functions
Function, restart-upgraded-asdf: Private ordinary functions
Function, restore-image: Public ordinary functions
Function, run-program: Public ordinary functions
Function, run-shell-command: Public ordinary functions
Function, safe-file-write-date: Public ordinary functions
Function, safe-format!: Public ordinary functions
Function, safe-read-file-form: Public ordinary functions
Function, safe-read-file-line: Public ordinary functions
Function, safe-read-from-string: Public ordinary functions
Function, same-package-inferred-system-p: Private ordinary functions
Function, save-deferred-warnings: Public ordinary functions
Function, sb-grovel-unknown-constant-condition-p: Private ordinary functions
Function, search-for-system-definition: Public ordinary functions
Function, select-bundle-operation: Private ordinary functions
Function, selfward-operation-depends-on: Private ordinary functions
Function, set-asdf-cache-entry: Public ordinary functions
Function, set-dummy-symbol: Private ordinary functions
Function, set-output-translations: Private ordinary functions
Function, setup-command-line-arguments: Public ordinary functions
Function, setup-stderr: Public ordinary functions
Function, setup-stdin: Public ordinary functions
Function, setup-stdout: Public ordinary functions
Function, setup-temporary-directory: Public ordinary functions
Function, shadow*: Public ordinary functions
Function, shadowing-import*: Public ordinary functions
Function, shell-boolean-exit: Public ordinary functions
Function, sideway-operation-depends-on: Private ordinary functions
Function, slurp-stream-form: Public ordinary functions
Function, slurp-stream-forms: Public ordinary functions
Function, slurp-stream-line: Public ordinary functions
Function, slurp-stream-lines: Public ordinary functions
Function, slurp-stream-string: Public ordinary functions
Function, source-registry-initialized-p: Public ordinary functions
Function, space-for-crlf: Private ordinary functions
Function, split-name-type: Public ordinary functions
Function, split-native-pathnames-string: Public ordinary functions
Function, split-string: Public ordinary functions
Function, split-unix-namestring-directory-components: Public ordinary functions
Function, stable-union: Private ordinary functions
Function, standard-case-symbol-name: Public ordinary functions
Function, standard-common-lisp-symbol-p: Public ordinary functions
Function, standard-eval-thunk: Public ordinary functions
Function, status-done-p: Public ordinary functions
Function, status-keep-p: Public ordinary functions
Function, status-need-p: Public ordinary functions
Function, strcat: Public ordinary functions
Function, stream-defpackage-form: Private ordinary functions
Function, string-enclosed-p: Public ordinary functions
Function, string-prefix-p: Public ordinary functions
Function, string-suffix-p: Public ordinary functions
Function, strings-common-element-type: Public ordinary functions
Function, stripln: Public ordinary functions
Function, style-warn: Public ordinary functions
Function, sub-components: Public ordinary functions
Function, subdirectories: Public ordinary functions
Function, subpathname: Public ordinary functions
Function, subpathname*: Public ordinary functions
Function, subpathp: Public ordinary functions
Function, symbol-call: Public ordinary functions
Function, symbol-package-name: Public ordinary functions
Function, symbol-recycled-p: Private ordinary functions
Function, symbol-shadowing-p: Public ordinary functions
Function, symbol-test-to-feature-expression: Public ordinary functions
Function, sysdef-central-registry-search: Public ordinary functions
Function, sysdef-error: Public ordinary functions
Function, sysdef-error-component: Public ordinary functions
Function, sysdef-immutable-system-search: Public ordinary functions
Function, sysdef-package-inferred-system-search: Public ordinary functions
Function, sysdef-preloaded-system-search: Public ordinary functions
Function, sysdef-source-registry-search: Public ordinary functions
Function, system-author: Public ordinary functions
Function, system-bug-tracker: Public ordinary functions
Function, system-config-pathnames: Public ordinary functions
Function, system-configuration-directories: Public ordinary functions
Function, system-definition-pathname: Public ordinary functions
Function, system-description: Public ordinary functions
Function, system-homepage: Public ordinary functions
Function, system-licence: Public ordinary functions
Function, system-license: Public ordinary functions
Function, system-long-description: Public ordinary functions
Function, system-long-name: Public ordinary functions
Function, system-mailto: Public ordinary functions
Function, system-maintainer: Public ordinary functions
Function, system-output-translations-directory-pathname: Public ordinary functions
Function, system-output-translations-pathname: Public ordinary functions
Function, system-registered-p: Public ordinary functions
Function, system-relative-pathname: Public ordinary functions
Function, system-source-control: Public ordinary functions
Function, system-source-directory: Public ordinary functions
Function, system-source-registry: Public ordinary functions
Function, system-source-registry-directory: Public ordinary functions
Function, system-version: Public ordinary functions
Function, system-virtual-slot-value: Private ordinary functions
Function, temporary-directory: Public ordinary functions
Function, terminate-process: Public ordinary functions
Function, test-system: Public ordinary functions
Function, timestamp*<: Public ordinary functions
Function, timestamp<: Public ordinary functions
Function, timestamp<=: Public ordinary functions
Function, timestamps-earliest: Public ordinary functions
Function, timestamps-latest: Public ordinary functions
Function, timestamps<: Public ordinary functions
Function, tmpize-pathname: Public ordinary functions
Function, toplevel-asdf-session: Public ordinary functions
Function, translate-pathname*: Public ordinary functions
Function, traverse-action: Public ordinary functions
Function, truename*: Public ordinary functions
Function, truenamize: Public ordinary functions
Function, uiop-directory: Public ordinary functions
Function, unintern*: Public ordinary functions
Function, unix-namestring: Public ordinary functions
Function, unparse-version: Public ordinary functions
Function, unreify-deferred-warnings: Public ordinary functions
Function, unreify-package: Public ordinary functions
Function, unreify-simple-sexp: Public ordinary functions
Function, unreify-symbol: Public ordinary functions
Function, unset-asdf-cache-entry: Public ordinary functions
Function, upgrade-asdf: Public ordinary functions
Function, upgrade-configuration: Public ordinary functions
Function, upgrading-p: Public ordinary functions
Function, upward-operation-depends-on: Private ordinary functions
Function, user-configuration-directories: Public ordinary functions
Function, user-output-translations-directory-pathname: Public ordinary functions
Function, user-output-translations-pathname: Public ordinary functions
Function, user-source-registry: Public ordinary functions
Function, user-source-registry-directory: Public ordinary functions
Function, user-system-p: Public ordinary functions
Function, validate-configuration-directory: Public ordinary functions
Function, validate-configuration-file: Public ordinary functions
Function, validate-configuration-form: Public ordinary functions
Function, validate-output-translations-directive: Public ordinary functions
Function, validate-output-translations-directory: Public ordinary functions
Function, validate-output-translations-file: Public ordinary functions
Function, validate-output-translations-form: Public ordinary functions
Function, validate-source-registry-directive: Public ordinary functions
Function, validate-source-registry-directory: Public ordinary functions
Function, validate-source-registry-file: Public ordinary functions
Function, validate-source-registry-form: Public ordinary functions
Function, version-compatible-p: Public ordinary functions
Function, version-deprecation: Public ordinary functions
Function, version<: Public ordinary functions
Function, version<=: Public ordinary functions
Function, version=: Public ordinary functions
Function, wait-process: Public ordinary functions
Function, warnings-file-p: Public ordinary functions
Function, warnings-file-type: Public ordinary functions
Function, wilden: Public ordinary functions
Function, wrapping-output-translations: Public ordinary functions
Function, wrapping-source-registry: Public ordinary functions
Function, writeln: Public ordinary functions
Function, xdg-cache-home: Public ordinary functions
Function, xdg-config-dirs: Public ordinary functions
Function, xdg-config-home: Public ordinary functions
Function, xdg-config-pathname: Public ordinary functions
Function, xdg-config-pathnames: Public ordinary functions
Function, xdg-data-dirs: Public ordinary functions
Function, xdg-data-home: Public ordinary functions
Function, xdg-data-pathname: Public ordinary functions
Function, xdg-data-pathnames: Public ordinary functions
Function, xdg-runtime-dir: Public ordinary functions

G
gather-operation: Private generic functions
gather-operation: Private generic functions
gather-type: Private generic functions
gather-type: Private generic functions
gather-type: Private generic functions
gather-type: Private generic functions
Generic Function, %additional-input-files: Private generic functions
Generic Function, %component-encoding: Private generic functions
Generic Function, (setf %additional-input-files): Private generic functions
Generic Function, (setf %component-encoding): Private generic functions
Generic Function, (setf action-status): Public generic functions
Generic Function, (setf asdf-upgraded-p): Public generic functions
Generic Function, (setf builtin-system-p): Public generic functions
Generic Function, (setf component-build-pathname): Public generic functions
Generic Function, (setf component-children): Public generic functions
Generic Function, (setf component-children-by-name): Public generic functions
Generic Function, (setf component-description): Public generic functions
Generic Function, (setf component-entry-point): Public generic functions
Generic Function, (setf component-if-feature): Public generic functions
Generic Function, (setf component-in-order-to): Public generic functions
Generic Function, (setf component-inline-methods): Public generic functions
Generic Function, (setf component-long-description): Public generic functions
Generic Function, (setf component-name): Public generic functions
Generic Function, (setf component-operation-time): Public generic functions
Generic Function, (setf component-operation-times): Public generic functions
Generic Function, (setf component-properties): Public generic functions
Generic Function, (setf component-property): Public generic functions
Generic Function, (setf component-sideway-dependencies): Public generic functions
Generic Function, (setf component-version): Public generic functions
Generic Function, (setf definition-dependency-list): Public generic functions
Generic Function, (setf definition-dependency-set): Public generic functions
Generic Function, (setf epilogue-code): Public generic functions
Generic Function, (setf extra-build-args): Private generic functions
Generic Function, (setf extra-object-files): Private generic functions
Generic Function, (setf file-type): Public generic functions
Generic Function, (setf forcing): Public generic functions
Generic Function, (setf module-default-component-class): Public generic functions
Generic Function, (setf operation-on-failure): Public generic functions
Generic Function, (setf operation-on-warnings): Public generic functions
Generic Function, (setf plan-actions-r): Public generic functions
Generic Function, (setf planned-action-count): Public generic functions
Generic Function, (setf planned-output-action-count): Public generic functions
Generic Function, (setf postfix-lisp-object-files): Private generic functions
Generic Function, (setf prebuilt-system-static-library): Private generic functions
Generic Function, (setf prefix-lisp-object-files): Private generic functions
Generic Function, (setf prologue-code): Public generic functions
Generic Function, (setf required-module): Private generic functions
Generic Function, (setf session-operate-level): Private generic functions
Generic Function, (setf source-file-explicit-type): Public generic functions
Generic Function, (setf system-author): Public generic functions
Generic Function, (setf system-bug-tracker): Public generic functions
Generic Function, (setf system-description): Public generic functions
Generic Function, (setf system-homepage): Public generic functions
Generic Function, (setf system-licence): Public generic functions
Generic Function, (setf system-license): Public generic functions
Generic Function, (setf system-long-description): Public generic functions
Generic Function, (setf system-long-name): Public generic functions
Generic Function, (setf system-mailto): Public generic functions
Generic Function, (setf system-maintainer): Public generic functions
Generic Function, (setf system-source-control): Public generic functions
Generic Function, (setf system-source-file): Public generic functions
Generic Function, (setf total-action-count): Public generic functions
Generic Function, (setf visited-actions): Public generic functions
Generic Function, (setf visiting-action-list): Public generic functions
Generic Function, (setf visiting-action-set): Public generic functions
Generic Function, action-description: Public generic functions
Generic Function, action-forced-not-p: Public generic functions
Generic Function, action-forced-p: Public generic functions
Generic Function, action-status: Public generic functions
Generic Function, additional-input-files: Public generic functions
Generic Function, around-compile-hook: Public generic functions
Generic Function, asdf-upgraded-p: Public generic functions
Generic Function, builtin-system-p: Public generic functions
Generic Function, bundle-type: Public generic functions
Generic Function, call-with-around-compile-hook: Public generic functions
Generic Function, circular-dependency-actions: Public generic functions
Generic Function, class-for-type: Public generic functions
Generic Function, collect-dependencies: Private generic functions
Generic Function, compile-condition-context-arguments: Private generic functions
Generic Function, compile-condition-context-format: Private generic functions
Generic Function, compile-condition-description: Private generic functions
Generic Function, component-build-operation: Public generic functions
Generic Function, component-build-pathname: Public generic functions
Generic Function, component-children: Public generic functions
Generic Function, component-children-by-name: Public generic functions
Generic Function, component-depends-on: Public generic functions
Generic Function, component-description: Public generic functions
Generic Function, component-encoding: Public generic functions
Generic Function, component-entry-point: Public generic functions
Generic Function, component-external-format: Public generic functions
Generic Function, component-if-feature: Public generic functions
Generic Function, component-in-order-to: Public generic functions
Generic Function, component-inline-methods: Public generic functions
Generic Function, component-long-description: Public generic functions
Generic Function, component-name: Public generic functions
Generic Function, component-operation-time: Public generic functions
Generic Function, component-operation-times: Public generic functions
Generic Function, component-parent: Public generic functions
Generic Function, component-parent-pathname: Public generic functions
Generic Function, component-pathname: Public generic functions
Generic Function, component-properties: Public generic functions
Generic Function, component-property: Public generic functions
Generic Function, component-relative-pathname: Public generic functions
Generic Function, component-sideway-dependencies: Public generic functions
Generic Function, component-system: Public generic functions
Generic Function, component-version: Public generic functions
Generic Function, compute-action-stamp: Public generic functions
Generic Function, compute-component-children: Public generic functions
Generic Function, condition-action: Private generic functions
Generic Function, condition-arguments: Private generic functions
Generic Function, condition-component: Private generic functions
Generic Function, condition-form: Private generic functions
Generic Function, condition-format: Private generic functions
Generic Function, condition-location: Private generic functions
Generic Function, condition-operation: Private generic functions
Generic Function, definition-dependency-list: Public generic functions
Generic Function, definition-dependency-set: Public generic functions
Generic Function, deprecated-function-name: Public generic functions
Generic Function, downward-operation: Public generic functions
Generic Function, duplicate-names-name: Private generic functions
Generic Function, epilogue-code: Public generic functions
Generic Function, error-arguments: Private generic functions
Generic Function, error-component: Public generic functions
Generic Function, error-condition: Public generic functions
Generic Function, error-name: Public generic functions
Generic Function, error-operation: Public generic functions
Generic Function, error-option: Private generic functions
Generic Function, error-pathname: Public generic functions
Generic Function, error-pathname: Private generic functions
Generic Function, error-system: Private generic functions
Generic Function, explain: Public generic functions
Generic Function, extra-build-args: Private generic functions
Generic Function, extra-object-files: Private generic functions
Generic Function, file-type: Public generic functions
Generic Function, find-component: Public generic functions
Generic Function, find-operation: Public generic functions
Generic Function, find-system: Public generic functions
Generic Function, forced: Public generic functions
Generic Function, forced-not: Public generic functions
Generic Function, forcing: Public generic functions
Generic Function, format-arguments: Public generic functions
Generic Function, format-control: Public generic functions
Generic Function, gather-operation: Private generic functions
Generic Function, gather-type: Private generic functions
Generic Function, input-files: Public generic functions
Generic Function, make-plan: Public generic functions
Generic Function, mark-as-done: Public generic functions
Generic Function, mark-operation-done: Public generic functions
Generic Function, missing-parent: Public generic functions
Generic Function, missing-required-by: Public generic functions
Generic Function, missing-requires: Public generic functions
Generic Function, missing-version: Public generic functions
Generic Function, module-components: Public generic functions
Generic Function, module-components-by-name: Private generic functions
Generic Function, module-default-component-class: Public generic functions
Generic Function, needed-in-image-p: Public generic functions
Generic Function, no-uiop: Private generic functions
Generic Function, non-system-system-class-name: Private generic functions
Generic Function, non-system-system-name: Private generic functions
Generic Function, non-toplevel-system-name: Private generic functions
Generic Function, non-toplevel-system-parent: Private generic functions
Generic Function, operate: Public generic functions
Generic Function, operation-done-p: Public generic functions
Generic Function, operation-on-failure: Public generic functions
Generic Function, operation-on-warnings: Public generic functions
Generic Function, output-files: Public generic functions
Generic Function, package-designator: Private generic functions
Generic Function, parameters: Private generic functions
Generic Function, perform: Public generic functions
Generic Function, perform-plan: Public generic functions
Generic Function, perform-with-restarts: Public generic functions
Generic Function, performable-p: Public generic functions
Generic Function, plan-actions: Public generic functions
Generic Function, plan-actions-r: Public generic functions
Generic Function, plan-component-type: Public generic functions
Generic Function, plan-keep-component: Public generic functions
Generic Function, plan-keep-operation: Public generic functions
Generic Function, planned-action-count: Public generic functions
Generic Function, planned-output-action-count: Public generic functions
Generic Function, postfix-lisp-object-files: Private generic functions
Generic Function, prebuilt-system-static-library: Private generic functions
Generic Function, prefix-lisp-object-files: Private generic functions
Generic Function, process-output-translations: Public generic functions
Generic Function, process-source-registry: Public generic functions
Generic Function, prologue-code: Public generic functions
Generic Function, record-dependency: Public generic functions
Generic Function, required-module: Private generic functions
Generic Function, resolve-dependency-combination: Public generic functions
Generic Function, selfward-operation: Public generic functions
Generic Function, session-ancestor: Private generic functions
Generic Function, session-cache: Public generic functions
Generic Function, session-operate-level: Private generic functions
Generic Function, sideway-operation: Public generic functions
Generic Function, slurp-input-stream: Public generic functions
Generic Function, source-file-explicit-type: Public generic functions
Generic Function, source-file-type: Public generic functions
Generic Function, status-bits: Private generic functions
Generic Function, status-index: Public generic functions
Generic Function, status-level: Private generic functions
Generic Function, status-stamp: Public generic functions
Generic Function, subprocess-error-code: Public generic functions
Generic Function, subprocess-error-command: Public generic functions
Generic Function, subprocess-error-process: Public generic functions
Generic Function, system-defsystem-depends-on: Public generic functions
Generic Function, system-depends-on: Public generic functions
Generic Function, system-source-file: Public generic functions
Generic Function, system-weakly-depends-on: Public generic functions
Generic Function, total-action-count: Public generic functions
Generic Function, traverse: Public generic functions
Generic Function, trivial-system-p: Public generic functions
Generic Function, upward-operation: Public generic functions
Generic Function, version-satisfies: Public generic functions
Generic Function, visited-actions: Public generic functions
Generic Function, visiting-action-list: Public generic functions
Generic Function, visiting-action-set: Public generic functions
Generic Function, vomit-output-stream: Public generic functions
get-dummy-symbol: Private ordinary functions
get-file-stamp: Public ordinary functions
get-folder-path: Public ordinary functions
get-pathname-defaults: Public ordinary functions
get-temporary-file: Private ordinary functions
getcwd: Public ordinary functions
getenv: Public ordinary functions
getenv-absolute-directories: Public ordinary functions
getenv-absolute-directory: Public ordinary functions
getenv-pathname: Public ordinary functions
getenv-pathnames: Public ordinary functions
getenvp: Public ordinary functions

H
handle-fatal-condition: Public ordinary functions
hidden-pathname-p: Public ordinary functions
home-package-p: Public ordinary functions
hostname: Public ordinary functions

I
if-let: Public macros
implementation-identifier: Public ordinary functions
implementation-type: Public ordinary functions
import*: Public ordinary functions
in-first-directory: Public compiler macros
in-first-directory: Public ordinary functions
in-system-configuration-directory: Public compiler macros
in-system-configuration-directory: Public ordinary functions
in-user-configuration-directory: Public compiler macros
in-user-configuration-directory: Public ordinary functions
inherit-output-translations: Private ordinary functions
inherit-source-registry: Public ordinary functions
initial-package-inferred-systems-table: Private ordinary functions
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-instance: Public standalone methods
initialize-output-translations: Public ordinary functions
initialize-source-registry: Public ordinary functions
input-files: Public generic functions
input-files: Public generic functions
input-files: Public generic functions
input-files: Public generic functions
input-files: Public generic functions
input-files: Public generic functions
input-files: Public generic functions
input-files: Public generic functions
input-files: Public generic functions
input-files: Public generic functions
input-files: Public generic functions
input-files: Public generic functions
input-files: Public generic functions
input-files: Public generic functions
input-files: Public generic functions
input-files: Public generic functions
input-string: Public ordinary functions
install-package-local-nicknames: Private ordinary functions
inter-directory-separator: Public ordinary functions
intern*: Public ordinary functions

K
known-system-with-bad-secondary-system-names-p: Public ordinary functions

L
last-char: Public ordinary functions
later-timestamp: Public ordinary functions
latest-timestamp: Public ordinary functions
latest-timestamp-f: Public macros
launch-program: Public ordinary functions
length=n-p: Public ordinary functions
lexicographic<: Public ordinary functions
lexicographic<=: Public ordinary functions
lisp-compilation-output-files: Public ordinary functions
lisp-implementation-directory: Public ordinary functions
lisp-implementation-pathname-p: Public ordinary functions
lisp-version-string: Public ordinary functions
lispize-pathname: Public ordinary functions
list-to-hash-set: Public ordinary functions
load*: Public ordinary functions
load-asd: Public ordinary functions
load-from-string: Public ordinary functions
load-pathname: Public ordinary functions
load-sysdef: Public compiler macros
load-sysdef: Public ordinary functions
load-system: Public ordinary functions
load-systems: Public ordinary functions
load-systems*: Public ordinary functions
load-uiop-debug-utility: Public ordinary functions
locate-system: Public ordinary functions
location-designator-p: Public ordinary functions
location-function-p: Public ordinary functions
logical-pathname-p: Public ordinary functions

M
Macro, appendf: Public macros
Macro, compatfmt: Private macros
Macro, define-convenience-action-methods: Public macros
Macro, define-package: Public macros
Macro, define-system-virtual-slot-reader: Private macros
Macro, define-system-virtual-slot-readers: Private macros
Macro, defparameter*: Public macros
Macro, defsystem: Public macros
Macro, do-asdf-cache: Public macros
Macro, if-let: Public macros
Macro, latest-timestamp-f: Public macros
Macro, nest: Public macros
Macro, note-package-fishiness: Private macros
Macro, os-cond: Public macros
Macro, place-setter: Private macros
Macro, uiop-debug: Public macros
Macro, when-package-fishiness: Private macros
Macro, when-upgrading: Public macros
Macro, while-collecting: Public macros
Macro, while-visiting-action: Public macros
Macro, with-asdf-deprecation: Public macros
Macro, with-asdf-session: Public macros
Macro, with-current-directory: Public macros
Macro, with-deprecation: Public macros
Macro, with-enough-pathname: Public macros
Macro, with-fatal-condition-handler: Public macros
Macro, with-input: Public macros
Macro, with-input-file: Public macros
Macro, with-muffled-compiler-conditions: Public macros
Macro, with-muffled-conditions: Public macros
Macro, with-muffled-loader-conditions: Public macros
Macro, with-null-input: Public macros
Macro, with-null-output: Public macros
Macro, with-output: Public macros
Macro, with-output-file: Public macros
Macro, with-pathname-defaults: Public macros
Macro, with-program-error-output: Private macros
Macro, with-program-input: Private macros
Macro, with-program-output: Private macros
Macro, with-safe-io-syntax: Public macros
Macro, with-saved-deferred-warnings: Public macros
Macro, with-staging-pathname: Public macros
Macro, with-temporary-file: Public macros
Macro, with-upgradability: Public macros
make: Public ordinary functions
make-action: Public ordinary functions
make-action-status: Private ordinary functions
make-dummy-symbol: Private ordinary functions
make-forcing: Public ordinary functions
make-operation: Public ordinary functions
make-pathname*: Public ordinary functions
make-pathname-component-logical: Public ordinary functions
make-pathname-logical: Public ordinary functions
make-plan: Public generic functions
make-plan: Public generic functions
make-plan: Public generic functions
make-plan: Public generic functions
make-plan: Public generic functions
make-preloaded-system: Private ordinary functions
make-symbol*: Public ordinary functions
map-direct-dependencies: Public ordinary functions
map-systems: Public ordinary functions
mark-as-done: Public generic functions
mark-as-done: Public generic functions
mark-as-done: Public generic functions
mark-as-done: Public generic functions
mark-as-done: Public generic functions
mark-component-preloaded: Public ordinary functions
mark-operation-done: Public generic functions
mark-operation-done: Public generic functions
mark-operation-done: Public generic functions
mark-status-needed: Private ordinary functions
match-any-condition-p: Public ordinary functions
match-condition-p: Public ordinary functions
merge-action-status: Private ordinary functions
merge-pathname-directory-components: Public ordinary functions
merge-pathnames*: Public ordinary functions
Method, %additional-input-files: Private generic functions
Method, %component-encoding: Private generic functions
Method, (setf %additional-input-files): Private generic functions
Method, (setf %component-encoding): Private generic functions
Method, (setf action-status): Public generic functions
Method, (setf action-status): Public generic functions
Method, (setf action-status): Public generic functions
Method, (setf asdf-upgraded-p): Public generic functions
Method, (setf builtin-system-p): Public generic functions
Method, (setf component-build-pathname): Public generic functions
Method, (setf component-children): Public generic functions
Method, (setf component-children-by-name): Public generic functions
Method, (setf component-description): Public generic functions
Method, (setf component-entry-point): Public generic functions
Method, (setf component-if-feature): Public generic functions
Method, (setf component-in-order-to): Public generic functions
Method, (setf component-inline-methods): Public generic functions
Method, (setf component-long-description): Public generic functions
Method, (setf component-name): Public generic functions
Method, (setf component-operation-time): Public generic functions
Method, (setf component-operation-times): Public generic functions
Method, (setf component-properties): Public generic functions
Method, (setf component-property): Public generic functions
Method, (setf component-sideway-dependencies): Public generic functions
Method, (setf component-version): Public generic functions
Method, (setf definition-dependency-list): Public generic functions
Method, (setf definition-dependency-set): Public generic functions
Method, (setf epilogue-code): Public generic functions
Method, (setf extra-build-args): Private generic functions
Method, (setf extra-object-files): Private generic functions
Method, (setf file-type): Public generic functions
Method, (setf forcing): Public generic functions
Method, (setf module-default-component-class): Public generic functions
Method, (setf operation-on-failure): Public generic functions
Method, (setf operation-on-warnings): Public generic functions
Method, (setf plan-actions-r): Public generic functions
Method, (setf planned-action-count): Public generic functions
Method, (setf planned-output-action-count): Public generic functions
Method, (setf postfix-lisp-object-files): Private generic functions
Method, (setf prebuilt-system-static-library): Private generic functions
Method, (setf prefix-lisp-object-files): Private generic functions
Method, (setf prologue-code): Public generic functions
Method, (setf required-module): Private generic functions
Method, (setf session-operate-level): Private generic functions
Method, (setf source-file-explicit-type): Public generic functions
Method, (setf system-author): Public generic functions
Method, (setf system-bug-tracker): Public generic functions
Method, (setf system-description): Public generic functions
Method, (setf system-homepage): Public generic functions
Method, (setf system-licence): Public generic functions
Method, (setf system-license): Public generic functions
Method, (setf system-long-description): Public generic functions
Method, (setf system-long-name): Public generic functions
Method, (setf system-mailto): Public generic functions
Method, (setf system-maintainer): Public generic functions
Method, (setf system-source-control): Public generic functions
Method, (setf system-source-file): Public generic functions
Method, (setf total-action-count): Public generic functions
Method, (setf visited-actions): Public generic functions
Method, (setf visiting-action-list): Public generic functions
Method, (setf visiting-action-set): Public generic functions
Method, action-description: Public generic functions
Method, action-description: Public generic functions
Method, action-description: Public generic functions
Method, action-description: Public generic functions
Method, action-description: Public generic functions
Method, action-description: Public generic functions
Method, action-description: Public generic functions
Method, action-description: Public generic functions
Method, action-description: Public generic functions
Method, action-description: Public generic functions
Method, action-forced-not-p: Public generic functions
Method, action-forced-not-p: Public generic functions
Method, action-forced-p: Public generic functions
Method, action-forced-p: Public generic functions
Method, action-status: Public generic functions
Method, action-status: Public generic functions
Method, additional-input-files: Public generic functions
Method, additional-input-files: Public generic functions
Method, additional-input-files: Public generic functions
Method, additional-input-files: Public generic functions
Method, around-compile-hook: Public generic functions
Method, asdf-upgraded-p: Public generic functions
Method, builtin-system-p: Public generic functions
Method, bundle-type: Public generic functions
Method, bundle-type: Public generic functions
Method, bundle-type: Public generic functions
Method, bundle-type: Public generic functions
Method, bundle-type: Public generic functions
Method, bundle-type: Public generic functions
Method, call-with-around-compile-hook: Public generic functions
Method, circular-dependency-actions: Public generic functions
Method, class-for-type: Public generic functions
Method, class-for-type: Public generic functions
Method, collect-dependencies: Private generic functions
Method, collect-dependencies: Private generic functions
Method, collect-dependencies: Private generic functions
Method, collect-dependencies: Private generic functions
Method, compile-condition-context-arguments: Private generic functions
Method, compile-condition-context-format: Private generic functions
Method, compile-condition-description: Private generic functions
Method, component-build-operation: Public generic functions
Method, component-build-pathname: Public generic functions
Method, component-build-pathname: Public generic functions
Method, component-children: Public generic functions
Method, component-children-by-name: Public generic functions
Method, component-depends-on: Public generic functions
Method, component-depends-on: Public generic functions
Method, component-depends-on: Public generic functions
Method, component-depends-on: Public generic functions
Method, component-depends-on: Public generic functions
Method, component-depends-on: Public generic functions
Method, component-depends-on: Public generic functions
Method, component-depends-on: Public generic functions
Method, component-depends-on: Public generic functions
Method, component-depends-on: Public generic functions
Method, component-depends-on: Public generic functions
Method, component-depends-on: Public generic functions
Method, component-depends-on: Public generic functions
Method, component-depends-on: Public generic functions
Method, component-depends-on: Public generic functions
Method, component-depends-on: Public generic functions
Method, component-description: Public generic functions
Method, component-encoding: Public generic functions
Method, component-entry-point: Public generic functions
Method, component-entry-point: Public generic functions
Method, component-external-format: Public generic functions
Method, component-if-feature: Public generic functions
Method, component-in-order-to: Public generic functions
Method, component-inline-methods: Public generic functions
Method, component-long-description: Public generic functions
Method, component-name: Public generic functions
Method, component-name: Public generic functions
Method, component-name: Public generic functions
Method, component-operation-time: Public generic functions
Method, component-operation-time: Public generic functions
Method, component-operation-time: Public generic functions
Method, component-operation-time: Public generic functions
Method, component-operation-times: Public generic functions
Method, component-parent: Public generic functions
Method, component-parent: Public generic functions
Method, component-parent-pathname: Public generic functions
Method, component-parent-pathname: Public generic functions
Method, component-pathname: Public generic functions
Method, component-pathname: Public generic functions
Method, component-properties: Public generic functions
Method, component-property: Public generic functions
Method, component-relative-pathname: Public generic functions
Method, component-relative-pathname: Public generic functions
Method, component-sideway-dependencies: Public generic functions
Method, component-system: Public generic functions
Method, component-version: Public generic functions
Method, compute-action-stamp: Public generic functions
Method, compute-component-children: Public generic functions
Method, condition-action: Private generic functions
Method, condition-arguments: Private generic functions
Method, condition-component: Private generic functions
Method, condition-form: Private generic functions
Method, condition-format: Private generic functions
Method, condition-location: Private generic functions
Method, condition-operation: Private generic functions
Method, definition-dependency-list: Public generic functions
Method, definition-dependency-set: Public generic functions
Method, deprecated-function-name: Public generic functions
Method, downward-operation: Public generic functions
Method, downward-operation: Public generic functions
Method, duplicate-names-name: Private generic functions
Method, epilogue-code: Public generic functions
Method, epilogue-code: Public generic functions
Method, epilogue-code: Public generic functions
Method, error-arguments: Private generic functions
Method, error-component: Public generic functions
Method, error-condition: Public generic functions
Method, error-name: Public generic functions
Method, error-operation: Public generic functions
Method, error-option: Private generic functions
Method, error-pathname: Public generic functions
Method, error-pathname: Private generic functions
Method, error-pathname: Private generic functions
Method, error-system: Private generic functions
Method, error-system: Private generic functions
Method, explain: Public generic functions
Method, explain: Public generic functions
Method, explain: Public generic functions
Method, explain: Public generic functions
Method, extra-build-args: Private generic functions
Method, extra-build-args: Private generic functions
Method, extra-object-files: Private generic functions
Method, extra-object-files: Private generic functions
Method, file-type: Public generic functions
Method, find-component: Public generic functions
Method, find-component: Public generic functions
Method, find-component: Public generic functions
Method, find-component: Public generic functions
Method, find-component: Public generic functions
Method, find-component: Public generic functions
Method, find-component: Public generic functions
Method, find-operation: Public generic functions
Method, find-operation: Public generic functions
Method, find-operation: Public generic functions
Method, find-system: Public generic functions
Method, find-system: Public generic functions
Method, find-system: Public generic functions
Method, forced: Public generic functions
Method, forced-not: Public generic functions
Method, forcing: Public generic functions
Method, forcing: Public generic functions
Method, forcing: Public generic functions
Method, forcing: Public generic functions
Method, format-arguments: Public generic functions
Method, format-control: Public generic functions
Method, gather-operation: Private generic functions
Method, gather-type: Private generic functions
Method, gather-type: Private generic functions
Method, gather-type: Private generic functions
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, initialize-instance: Public standalone methods
Method, input-files: Public generic functions
Method, input-files: Public generic functions
Method, input-files: Public generic functions
Method, input-files: Public generic functions
Method, input-files: Public generic functions
Method, input-files: Public generic functions
Method, input-files: Public generic functions
Method, input-files: Public generic functions
Method, input-files: Public generic functions
Method, input-files: Public generic functions
Method, input-files: Public generic functions
Method, input-files: Public generic functions
Method, input-files: Public generic functions
Method, input-files: Public generic functions
Method, input-files: Public generic functions
Method, make-plan: Public generic functions
Method, make-plan: Public generic functions
Method, make-plan: Public generic functions
Method, make-plan: Public generic functions
Method, mark-as-done: Public generic functions
Method, mark-as-done: Public generic functions
Method, mark-as-done: Public generic functions
Method, mark-as-done: Public generic functions
Method, mark-operation-done: Public generic functions
Method, mark-operation-done: Public generic functions
Method, missing-parent: Public generic functions
Method, missing-required-by: Public generic functions
Method, missing-requires: Public generic functions
Method, missing-version: Public generic functions
Method, module-components: Public generic functions
Method, module-components-by-name: Private generic functions
Method, module-default-component-class: Public generic functions
Method, needed-in-image-p: Public generic functions
Method, no-uiop: Private generic functions
Method, no-uiop: Private generic functions
Method, non-system-system-class-name: Private generic functions
Method, non-system-system-name: Private generic functions
Method, non-toplevel-system-name: Private generic functions
Method, non-toplevel-system-parent: Private generic functions
Method, operate: Public generic functions
Method, operate: Public generic functions
Method, operate: Public generic functions
Method, operate: Public generic functions
Method, operate: Public generic functions
Method, operate: Public generic functions
Method, operate: Public generic functions
Method, operation-done-p: Public generic functions
Method, operation-done-p: Public generic functions
Method, operation-done-p: Public generic functions
Method, operation-done-p: Public generic functions
Method, operation-done-p: Public generic functions
Method, operation-done-p: Public generic functions
Method, operation-on-failure: Public generic functions
Method, operation-on-warnings: Public generic functions
Method, output-files: Public generic functions
Method, output-files: Public generic functions
Method, output-files: Public generic functions
Method, output-files: Public generic functions
Method, output-files: Public generic functions
Method, output-files: Public generic functions
Method, output-files: Public generic functions
Method, output-files: Public generic functions
Method, output-files: Public generic functions
Method, output-files: Public generic functions
Method, output-files: Public generic functions
Method, package-designator: Private generic functions
Method, parameters: Private generic functions
Method, perform: Public generic functions
Method, perform: Public generic functions
Method, perform: Public generic functions
Method, perform: Public generic functions
Method, perform: Public generic functions
Method, perform: Public generic functions
Method, perform: Public generic functions
Method, perform: Public generic functions
Method, perform: Public generic functions
Method, perform: Public generic functions
Method, perform: Public generic functions
Method, perform: Public generic functions
Method, perform: Public generic functions
Method, perform: Public generic functions
Method, perform: Public generic functions
Method, perform: Public generic functions
Method, perform: Public generic functions
Method, perform: Public generic functions
Method, perform: Public generic functions
Method, perform: Public generic functions
Method, perform: Public generic functions
Method, perform: Public generic functions
Method, perform: Public generic functions
Method, perform: Public generic functions
Method, perform: Public generic functions
Method, perform: Public generic functions
Method, perform: Public generic functions
Method, perform: Public generic functions
Method, perform: Public generic functions
Method, perform: Public generic functions
Method, perform: Public generic functions
Method, perform: Public generic functions
Method, perform: Public generic functions
Method, perform: Public generic functions
Method, perform: Public generic functions
Method, perform: Public generic functions
Method, perform: Public generic functions
Method, perform: Public generic functions
Method, perform: Public generic functions
Method, perform-plan: Public generic functions
Method, perform-plan: Public generic functions
Method, perform-with-restarts: Public generic functions
Method, perform-with-restarts: Public generic functions
Method, perform-with-restarts: Public generic functions
Method, performable-p: Public generic functions
Method, plan-actions: Public generic functions
Method, plan-actions: Public generic functions
Method, plan-actions: Public generic functions
Method, plan-actions-r: Public generic functions
Method, plan-component-type: Public generic functions
Method, plan-keep-component: Public generic functions
Method, plan-keep-operation: Public generic functions
Method, planned-action-count: Public generic functions
Method, planned-output-action-count: Public generic functions
Method, postfix-lisp-object-files: Private generic functions
Method, postfix-lisp-object-files: Private generic functions
Method, prebuilt-system-static-library: Private generic functions
Method, prefix-lisp-object-files: Private generic functions
Method, prefix-lisp-object-files: Private generic functions
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, print-object: Public standalone methods
Method, process-output-translations: Public generic functions
Method, process-output-translations: Public generic functions
Method, process-output-translations: Public generic functions
Method, process-output-translations: Public generic functions
Method, process-output-translations: Public generic functions
Method, process-source-registry: Public generic functions
Method, process-source-registry: Public generic functions
Method, process-source-registry: Public generic functions
Method, process-source-registry: Public generic functions
Method, process-source-registry: Public generic functions
Method, prologue-code: Public generic functions
Method, prologue-code: Public generic functions
Method, prologue-code: Public generic functions
Method, record-dependency: Public generic functions
Method, record-dependency: Public generic functions
Method, required-module: Private generic functions
Method, resolve-dependency-combination: Public generic functions
Method, resolve-dependency-combination: Public generic functions
Method, resolve-dependency-combination: Public generic functions
Method, resolve-dependency-combination: Public generic functions
Method, selfward-operation: Public generic functions
Method, session-ancestor: Private generic functions
Method, session-cache: Public generic functions
Method, session-operate-level: Private generic functions
Method, sideway-operation: Public generic functions
Method, sideway-operation: Public generic functions
Method, slurp-input-stream: Public generic functions
Method, slurp-input-stream: Public generic functions
Method, slurp-input-stream: Public generic functions
Method, slurp-input-stream: Public generic functions
Method, slurp-input-stream: Public generic functions
Method, slurp-input-stream: Public generic functions
Method, slurp-input-stream: Public generic functions
Method, slurp-input-stream: Public generic functions
Method, slurp-input-stream: Public generic functions
Method, slurp-input-stream: Public generic functions
Method, slurp-input-stream: Public generic functions
Method, slurp-input-stream: Public generic functions
Method, slurp-input-stream: Public generic functions
Method, source-file-explicit-type: Public generic functions
Method, source-file-type: Public generic functions
Method, source-file-type: Public generic functions
Method, status-bits: Private generic functions
Method, status-index: Public generic functions
Method, status-level: Private generic functions
Method, status-stamp: Public generic functions
Method, subprocess-error-code: Public generic functions
Method, subprocess-error-command: Public generic functions
Method, subprocess-error-process: Public generic functions
Method, system-defsystem-depends-on: Public generic functions
Method, system-depends-on: Public generic functions
Method, system-source-file: Public generic functions
Method, system-source-file: Public generic functions
Method, system-source-file: Public generic functions
Method, system-source-file: Public generic functions
Method, system-weakly-depends-on: Public generic functions
Method, total-action-count: Public generic functions
Method, traverse: Public generic functions
Method, traverse: Public generic functions
Method, traverse: Public generic functions
Method, traverse: Public generic functions
Method, trivial-system-p: Public generic functions
Method, trivial-system-p: Public generic functions
Method, upward-operation: Public generic functions
Method, version-satisfies: Public generic functions
Method, version-satisfies: Public generic functions
Method, version-satisfies: Public generic functions
Method, visited-actions: Public generic functions
Method, visiting-action-list: Public generic functions
Method, visiting-action-set: Public generic functions
Method, vomit-output-stream: Public generic functions
Method, vomit-output-stream: Public generic functions
Method, vomit-output-stream: Public generic functions
Method, vomit-output-stream: Public generic functions
Method, vomit-output-stream: Public generic functions
Method, vomit-output-stream: Public generic functions
Method, vomit-output-stream: Public generic functions
Method, vomit-output-stream: Public generic functions
missing-parent: Public generic functions
missing-parent: Public generic functions
missing-required-by: Public generic functions
missing-required-by: Public generic functions
missing-requires: Public generic functions
missing-requires: Public generic functions
missing-version: Public generic functions
missing-version: Public generic functions
module-components: Public generic functions
module-components: Public generic functions
module-components-by-name: Private generic functions
module-components-by-name: Private generic functions
module-default-component-class: Public generic functions
module-default-component-class: Public generic functions
module-provide-asdf: Public ordinary functions

N
native-namestring: Public ordinary functions
needed-in-image-p: Public generic functions
needed-in-image-p: Public generic functions
nest: Public macros
next-version: Public ordinary functions
nil-pathname: Public ordinary functions
no-uiop: Private generic functions
no-uiop: Private generic functions
no-uiop: Private generic functions
non-system-system-class-name: Private generic functions
non-system-system-class-name: Private generic functions
non-system-system-name: Private generic functions
non-system-system-name: Private generic functions
non-toplevel-system-name: Private generic functions
non-toplevel-system-name: Private generic functions
non-toplevel-system-parent: Private generic functions
non-toplevel-system-parent: Private generic functions
normalize-forced-not-systems: Public ordinary functions
normalize-forced-systems: Public ordinary functions
normalize-namestring: Public ordinary functions
normalize-pathname-directory-component: Public ordinary functions
normalize-version: Private ordinary functions
not-implemented-error: Public ordinary functions
note-package-fishiness: Private macros
notify-deprecated-function: Private ordinary functions
nuke-symbol: Public ordinary functions
nuke-symbol-in-package: Public ordinary functions
null-device-pathname: Public ordinary functions

O
oos: Public ordinary functions
operate: Public generic functions
operate: Public generic functions
operate: Public generic functions
operate: Public generic functions
operate: Public generic functions
operate: Public generic functions
operate: Public generic functions
operate: Public generic functions
operate-level: Public ordinary functions
operating-system: Public ordinary functions
operation-done-p: Public generic functions
operation-done-p: Public generic functions
operation-done-p: Public generic functions
operation-done-p: Public generic functions
operation-done-p: Public generic functions
operation-done-p: Public generic functions
operation-done-p: Public generic functions
operation-monolithic-p: Public ordinary functions
operation-on-failure: Public generic functions
operation-on-failure: Public generic functions
operation-on-warnings: Public generic functions
operation-on-warnings: Public generic functions
or-function: Private ordinary functions
os-cond: Public macros
os-genera-p: Public ordinary functions
os-haiku-p: Private ordinary functions
os-macosx-p: Public ordinary functions
os-mezzano-p: Private ordinary functions
os-oldmac-p: Private ordinary functions
os-unix-p: Public ordinary functions
os-windows-p: Public ordinary functions
output-file: Public ordinary functions
output-files: Public generic functions
output-files: Public generic functions
output-files: Public generic functions
output-files: Public generic functions
output-files: Public generic functions
output-files: Public generic functions
output-files: Public generic functions
output-files: Public generic functions
output-files: Public generic functions
output-files: Public generic functions
output-files: Public generic functions
output-files: Public generic functions
output-string: Public ordinary functions
output-translations: Public ordinary functions
output-translations-initialized-p: Public ordinary functions

P
package-definition-form: Public ordinary functions
package-dependencies: Private ordinary functions
package-designator: Private generic functions
package-designator: Private generic functions
package-designator-name: Private ordinary functions
package-inferred-system-file-dependencies: Private ordinary functions
package-name-system: Private ordinary functions
package-names: Public ordinary functions
packages-from-names: Public ordinary functions
parameter-error: Public ordinary functions
parameters: Private generic functions
parameters: Private generic functions
parse-body: Public ordinary functions
parse-component-form: Public ordinary functions
parse-define-package-form: Public ordinary functions
parse-dependency-def: Private ordinary functions
parse-dependency-defs: Private ordinary functions
parse-file-location-info: Public ordinary functions
parse-native-namestring: Public ordinary functions
parse-output-translations-string: Public ordinary functions
parse-source-registry-string: Public ordinary functions
parse-unix-namestring: Public ordinary functions
parse-version: Public ordinary functions
parse-windows-shortcut: Public ordinary functions
pathname-directory-depth: Private ordinary functions
pathname-directory-pathname: Public ordinary functions
pathname-equal: Public ordinary functions
pathname-host-pathname: Public ordinary functions
pathname-parent-directory-pathname: Public ordinary functions
pathname-root: Public ordinary functions
pathname-type-equal-function: Private ordinary functions
perform: Public generic functions
perform: Public generic functions
perform: Public generic functions
perform: Public generic functions
perform: Public generic functions
perform: Public generic functions
perform: Public generic functions
perform: Public generic functions
perform: Public generic functions
perform: Public generic functions
perform: Public generic functions
perform: Public generic functions
perform: Public generic functions
perform: Public generic functions
perform: Public generic functions
perform: Public generic functions
perform: Public generic functions
perform: Public generic functions
perform: Public generic functions
perform: Public generic functions
perform: Public generic functions
perform: Public generic functions
perform: Public generic functions
perform: Public generic functions
perform: Public generic functions
perform: Public generic functions
perform: Public generic functions
perform: Public generic functions
perform: Public generic functions
perform: Public generic functions
perform: Public generic functions
perform: Public generic functions
perform: Public generic functions
perform: Public generic functions
perform: Public generic functions
perform: Public generic functions
perform: Public generic functions
perform: Public generic functions
perform: Public generic functions
perform: Public generic functions
perform-lisp-compilation: Public ordinary functions
perform-lisp-load-fasl: Public ordinary functions
perform-lisp-load-source: Public ordinary functions
perform-lisp-warnings-check: Private ordinary functions
perform-plan: Public generic functions
perform-plan: Public generic functions
perform-plan: Public generic functions
perform-with-restarts: Public generic functions
perform-with-restarts: Public generic functions
perform-with-restarts: Public generic functions
perform-with-restarts: Public generic functions
performable-p: Public generic functions
performable-p: Public generic functions
physical-pathname-p: Public ordinary functions
physicalize-pathname: Public ordinary functions
place-setter: Private macros
plan-actions: Public generic functions
plan-actions: Public generic functions
plan-actions: Public generic functions
plan-actions: Public generic functions
plan-actions-r: Public generic functions
plan-actions-r: Public generic functions
plan-component-type: Public generic functions
plan-component-type: Public generic functions
plan-keep-component: Public generic functions
plan-keep-component: Public generic functions
plan-keep-operation: Public generic functions
plan-keep-operation: Public generic functions
planned-action-count: Public generic functions
planned-action-count: Public generic functions
planned-output-action-count: Public generic functions
planned-output-action-count: Public generic functions
postfix-lisp-object-files: Private generic functions
postfix-lisp-object-files: Private generic functions
postfix-lisp-object-files: Private generic functions
prebuilt-system-static-library: Private generic functions
prebuilt-system-static-library: Private generic functions
preferred-source-path-p: Private ordinary functions
prefix-lisp-object-files: Private generic functions
prefix-lisp-object-files: Private generic functions
prefix-lisp-object-files: Private generic functions
primary-system-name: Public ordinary functions
primary-system-p: Public ordinary functions
print-backtrace: Public ordinary functions
print-condition-backtrace: Public ordinary functions
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
print-object: Public standalone methods
println: Public ordinary functions
probe-asd: Public ordinary functions
probe-file*: Public ordinary functions
process-alive-p: Public ordinary functions
process-info-error-output: Public ordinary functions
process-info-input: Public ordinary functions
process-info-output: Public ordinary functions
process-info-pid: Public ordinary functions
process-output-translations: Public generic functions
process-output-translations: Public generic functions
process-output-translations: Public generic functions
process-output-translations: Public generic functions
process-output-translations: Public generic functions
process-output-translations: Public generic functions
process-output-translations-directive: Private ordinary functions
process-source-registry: Public generic functions
process-source-registry: Public generic functions
process-source-registry: Public generic functions
process-source-registry: Public generic functions
process-source-registry: Public generic functions
process-source-registry: Public generic functions
process-source-registry-cache: Private ordinary functions
process-source-registry-directive: Private ordinary functions
prologue-code: Public generic functions
prologue-code: Public generic functions
prologue-code: Public generic functions
prologue-code: Public generic functions

Q
quit: Public ordinary functions

R
raw-command-line-arguments: Public ordinary functions
raw-print-backtrace: Public ordinary functions
read-file-form: Public ordinary functions
read-file-forms: Public ordinary functions
read-file-line: Public ordinary functions
read-file-lines: Public ordinary functions
read-file-string: Public ordinary functions
read-little-endian: Public ordinary functions
read-null-terminated-string: Public ordinary functions
record-additional-system-input-file: Private ordinary functions
record-dependency: Public generic functions
record-dependency: Public generic functions
record-dependency: Public generic functions
record-fishy: Private ordinary functions
recycle-symbol: Private ordinary functions
reduce-direct-dependencies: Public ordinary functions
reduce/strcat: Public ordinary functions
register-asd-directory: Public ordinary functions
register-clear-configuration-hook: Public ordinary functions
register-file-stamp: Public ordinary functions
register-hook-function: Public ordinary functions
register-image-dump-hook: Public ordinary functions
register-image-restore-hook: Public ordinary functions
register-immutable-system: Public ordinary functions
register-preloaded-system: Public ordinary functions
register-system: Public ordinary functions
register-system-definition: Public ordinary functions
register-system-packages: Public ordinary functions
registered-system: Public ordinary functions
registered-systems: Public ordinary functions
registered-systems*: Public ordinary functions
rehome-symbol: Public ordinary functions
reify-deferred-warnings: Public ordinary functions
reify-package: Public ordinary functions
reify-simple-sexp: Public ordinary functions
reify-symbol: Public ordinary functions
reify-undefined-warning: Private ordinary functions
relative-pathname-p: Public ordinary functions
relativize-directory-component: Public ordinary functions
relativize-pathname-directory: Public ordinary functions
remove-plist-key: Public ordinary functions
remove-plist-keys: Public ordinary functions
rename-file-overwriting-target: Public ordinary functions
rename-package-away: Public ordinary functions
report-file-p: Private ordinary functions
report-invalid-form: Public ordinary functions
require-system: Public compiler macros
require-system: Public ordinary functions
required-components: Public ordinary functions
required-module: Private generic functions
required-module: Private generic functions
requires-escaping-p: Private ordinary functions
reset-deferred-warnings: Public ordinary functions
reset-system-class: Public ordinary functions
resolve-absolute-location: Public ordinary functions
resolve-dependency-combination: Public generic functions
resolve-dependency-combination: Public generic functions
resolve-dependency-combination: Public generic functions
resolve-dependency-combination: Public generic functions
resolve-dependency-combination: Public generic functions
resolve-dependency-name: Public ordinary functions
resolve-dependency-spec: Public ordinary functions
resolve-location: Public ordinary functions
resolve-relative-location: Public ordinary functions
resolve-symlinks: Public ordinary functions
resolve-symlinks*: Public ordinary functions
restart-upgraded-asdf: Private ordinary functions
restore-image: Public ordinary functions
run-program: Public ordinary functions
run-shell-command: Public compiler macros
run-shell-command: Public ordinary functions

S
safe-file-write-date: Public ordinary functions
safe-format!: Public ordinary functions
safe-read-file-form: Public ordinary functions
safe-read-file-line: Public ordinary functions
safe-read-from-string: Public ordinary functions
same-package-inferred-system-p: Private ordinary functions
save-deferred-warnings: Public ordinary functions
sb-grovel-unknown-constant-condition-p: Private ordinary functions
search-for-system-definition: Public ordinary functions
select-bundle-operation: Private ordinary functions
selfward-operation: Public generic functions
selfward-operation: Public generic functions
selfward-operation-depends-on: Private ordinary functions
session-ancestor: Private generic functions
session-ancestor: Private generic functions
session-cache: Public generic functions
session-cache: Public generic functions
session-operate-level: Private generic functions
session-operate-level: Private generic functions
set-asdf-cache-entry: Public ordinary functions
set-dummy-symbol: Private ordinary functions
set-output-translations: Private ordinary functions
Setf Expander, (setf getenv): Public setf expanders
setup-command-line-arguments: Public ordinary functions
setup-stderr: Public ordinary functions
setup-stdin: Public ordinary functions
setup-stdout: Public ordinary functions
setup-temporary-directory: Public ordinary functions
shadow*: Public ordinary functions
shadowing-import*: Public ordinary functions
shell-boolean-exit: Public ordinary functions
sideway-operation: Public generic functions
sideway-operation: Public generic functions
sideway-operation: Public generic functions
sideway-operation-depends-on: Private ordinary functions
slurp-input-stream: Public generic functions
slurp-input-stream: Public generic functions
slurp-input-stream: Public generic functions
slurp-input-stream: Public generic functions
slurp-input-stream: Public generic functions
slurp-input-stream: Public generic functions
slurp-input-stream: Public generic functions
slurp-input-stream: Public generic functions
slurp-input-stream: Public generic functions
slurp-input-stream: Public generic functions
slurp-input-stream: Public generic functions
slurp-input-stream: Public generic functions
slurp-input-stream: Public generic functions
slurp-input-stream: Public generic functions
slurp-stream-form: Public ordinary functions
slurp-stream-forms: Public ordinary functions
slurp-stream-line: Public ordinary functions
slurp-stream-lines: Public ordinary functions
slurp-stream-string: Public ordinary functions
source-file-explicit-type: Public generic functions
source-file-explicit-type: Public generic functions
source-file-type: Public generic functions
source-file-type: Public generic functions
source-file-type: Public generic functions
source-registry-initialized-p: Public ordinary functions
space-for-crlf: Private ordinary functions
split-name-type: Public ordinary functions
split-native-pathnames-string: Public ordinary functions
split-string: Public ordinary functions
split-unix-namestring-directory-components: Public ordinary functions
stable-union: Private ordinary functions
standard-case-symbol-name: Public ordinary functions
standard-common-lisp-symbol-p: Public ordinary functions
standard-eval-thunk: Public ordinary functions
status-bits: Private generic functions
status-bits: Private generic functions
status-done-p: Public ordinary functions
status-index: Public generic functions
status-index: Public generic functions
status-keep-p: Public ordinary functions
status-level: Private generic functions
status-level: Private generic functions
status-need-p: Public ordinary functions
status-stamp: Public generic functions
status-stamp: Public generic functions
strcat: Public ordinary functions
stream-defpackage-form: Private ordinary functions
string-enclosed-p: Public ordinary functions
string-prefix-p: Public ordinary functions
string-suffix-p: Public ordinary functions
strings-common-element-type: Public ordinary functions
stripln: Public ordinary functions
style-warn: Public ordinary functions
sub-components: Public ordinary functions
subdirectories: Public ordinary functions
subpathname: Public ordinary functions
subpathname*: Public ordinary functions
subpathp: Public ordinary functions
subprocess-error-code: Public generic functions
subprocess-error-code: Public generic functions
subprocess-error-command: Public generic functions
subprocess-error-command: Public generic functions
subprocess-error-process: Public generic functions
subprocess-error-process: Public generic functions
symbol-call: Public ordinary functions
symbol-package-name: Public ordinary functions
symbol-recycled-p: Private ordinary functions
symbol-shadowing-p: Public ordinary functions
symbol-test-to-feature-expression: Public ordinary functions
sysdef-central-registry-search: Public ordinary functions
sysdef-error: Public ordinary functions
sysdef-error-component: Public ordinary functions
sysdef-immutable-system-search: Public ordinary functions
sysdef-package-inferred-system-search: Public ordinary functions
sysdef-preloaded-system-search: Public ordinary functions
sysdef-source-registry-search: Public ordinary functions
system-author: Public ordinary functions
system-bug-tracker: Public ordinary functions
system-config-pathnames: Public ordinary functions
system-configuration-directories: Public compiler macros
system-configuration-directories: Public ordinary functions
system-definition-pathname: Public compiler macros
system-definition-pathname: Public ordinary functions
system-defsystem-depends-on: Public generic functions
system-defsystem-depends-on: Public generic functions
system-depends-on: Public generic functions
system-depends-on: Public generic functions
system-description: Public ordinary functions
system-homepage: Public ordinary functions
system-licence: Public ordinary functions
system-license: Public ordinary functions
system-long-description: Public ordinary functions
system-long-name: Public ordinary functions
system-mailto: Public ordinary functions
system-maintainer: Public ordinary functions
system-output-translations-directory-pathname: Public ordinary functions
system-output-translations-pathname: Public ordinary functions
system-registered-p: Public compiler macros
system-registered-p: Public ordinary functions
system-relative-pathname: Public ordinary functions
system-source-control: Public ordinary functions
system-source-directory: Public ordinary functions
system-source-file: Public generic functions
system-source-file: Public generic functions
system-source-file: Public generic functions
system-source-file: Public generic functions
system-source-file: Public generic functions
system-source-registry: Public ordinary functions
system-source-registry-directory: Public ordinary functions
system-version: Public ordinary functions
system-virtual-slot-value: Private ordinary functions
system-weakly-depends-on: Public generic functions
system-weakly-depends-on: Public generic functions

T
temporary-directory: Public ordinary functions
terminate-process: Public ordinary functions
test-system: Public ordinary functions
timestamp*<: Public ordinary functions
timestamp<: Public ordinary functions
timestamp<=: Public ordinary functions
timestamps-earliest: Public ordinary functions
timestamps-latest: Public ordinary functions
timestamps<: Public ordinary functions
tmpize-pathname: Public ordinary functions
toplevel-asdf-session: Public ordinary functions
total-action-count: Public generic functions
total-action-count: Public generic functions
translate-pathname*: Public ordinary functions
traverse: Public compiler macros
traverse: Public generic functions
traverse: Public generic functions
traverse: Public generic functions
traverse: Public generic functions
traverse: Public generic functions
traverse-action: Public ordinary functions
trivial-system-p: Public generic functions
trivial-system-p: Public generic functions
trivial-system-p: Public generic functions
truename*: Public ordinary functions
truenamize: Public ordinary functions

U
uiop-debug: Public macros
uiop-directory: Public ordinary functions
unintern*: Public ordinary functions
unix-namestring: Public ordinary functions
unparse-version: Public ordinary functions
unreify-deferred-warnings: Public ordinary functions
unreify-package: Public ordinary functions
unreify-simple-sexp: Public ordinary functions
unreify-symbol: Public ordinary functions
unset-asdf-cache-entry: Public ordinary functions
upgrade-asdf: Public ordinary functions
upgrade-configuration: Public ordinary functions
upgrading-p: Public ordinary functions
upward-operation: Public generic functions
upward-operation: Public generic functions
upward-operation-depends-on: Private ordinary functions
user-configuration-directories: Public compiler macros
user-configuration-directories: Public ordinary functions
user-output-translations-directory-pathname: Public ordinary functions
user-output-translations-pathname: Public ordinary functions
user-source-registry: Public ordinary functions
user-source-registry-directory: Public ordinary functions
user-system-p: Public ordinary functions

V
validate-configuration-directory: Public ordinary functions
validate-configuration-file: Public ordinary functions
validate-configuration-form: Public ordinary functions
validate-output-translations-directive: Public ordinary functions
validate-output-translations-directory: Public ordinary functions
validate-output-translations-file: Public ordinary functions
validate-output-translations-form: Public ordinary functions
validate-source-registry-directive: Public ordinary functions
validate-source-registry-directory: Public ordinary functions
validate-source-registry-file: Public ordinary functions
validate-source-registry-form: Public ordinary functions
version-compatible-p: Public compiler macros
version-compatible-p: Public ordinary functions
version-deprecation: Public ordinary functions
version-satisfies: Public generic functions
version-satisfies: Public generic functions
version-satisfies: Public generic functions
version-satisfies: Public generic functions
version<: Public ordinary functions
version<=: Public ordinary functions
version=: Public ordinary functions
visited-actions: Public generic functions
visited-actions: Public generic functions
visiting-action-list: Public generic functions
visiting-action-list: Public generic functions
visiting-action-set: Public generic functions
visiting-action-set: Public generic functions
vomit-output-stream: Public generic functions
vomit-output-stream: Public generic functions
vomit-output-stream: Public generic functions
vomit-output-stream: Public generic functions
vomit-output-stream: Public generic functions
vomit-output-stream: Public generic functions
vomit-output-stream: Public generic functions
vomit-output-stream: Public generic functions
vomit-output-stream: Public generic functions

W
wait-process: Public ordinary functions
warnings-file-p: Public ordinary functions
warnings-file-type: Public ordinary functions
when-package-fishiness: Private macros
when-upgrading: Public macros
while-collecting: Public macros
while-visiting-action: Public macros
wilden: Public ordinary functions
with-asdf-deprecation: Public macros
with-asdf-session: Public macros
with-current-directory: Public macros
with-deprecation: Public macros
with-enough-pathname: Public macros
with-fatal-condition-handler: Public macros
with-input: Public macros
with-input-file: Public macros
with-muffled-compiler-conditions: Public macros
with-muffled-conditions: Public macros
with-muffled-loader-conditions: Public macros
with-null-input: Public macros
with-null-output: Public macros
with-output: Public macros
with-output-file: Public macros
with-pathname-defaults: Public macros
with-program-error-output: Private macros
with-program-input: Private macros
with-program-output: Private macros
with-safe-io-syntax: Public macros
with-saved-deferred-warnings: Public macros
with-staging-pathname: Public macros
with-temporary-file: Public macros
with-upgradability: Public macros
wrapping-output-translations: Public ordinary functions
wrapping-source-registry: Public ordinary functions
writeln: Public ordinary functions

X
xdg-cache-home: Public ordinary functions
xdg-config-dirs: Public ordinary functions
xdg-config-home: Public ordinary functions
xdg-config-pathname: Public ordinary functions
xdg-config-pathnames: Public ordinary functions
xdg-data-dirs: Public ordinary functions
xdg-data-home: Public ordinary functions
xdg-data-pathname: Public ordinary functions
xdg-data-pathnames: Public ordinary functions
xdg-runtime-dir: Public ordinary functions


A.3 Variables

Jump to:   %   *   +  
A   B   C   D   E   F   H   I   K   L   M   N   O   P   R   S   T   U   V   W  
Index Entry  Section

%
%encoding: Public classes

*
*all-package-fishiness*: Private special variables
*all-package-happiness*: Private special variables
*asdf-session*: Public special variables
*asdf-session-class*: Public special variables
*asdf-upgraded-p*: Private special variables
*asdf-verbose*: Public special variables
*asdf-version*: Public special variables
*base-build-directory*: Public special variables
*central-registry*: Public special variables
*clear-configuration-hook*: Public special variables
*command-line-arguments*: Public special variables
*compile-check*: Public special variables
*compile-file-failure-behaviour*: Public special variables
*compile-file-warnings-behaviour*: Public special variables
*default-component-class*: Public special variables
*default-encoding*: Public special variables
*default-output-translations*: Private special variables
*default-source-registries*: Public special variables
*default-source-registry-exclusions*: Public special variables
*default-stream-element-type*: Public special variables
*defpackage-forms*: Public special variables
*deprecated-function-style-warning-(setf⎵component-property)-notified-p*: Private special variables
*deprecated-function-style-warning-coerce-pathname-notified-p*: Private special variables
*deprecated-function-style-warning-component-load-dependencies-notified-p*: Private special variables
*deprecated-function-style-warning-component-property-notified-p*: Private special variables
*deprecated-function-style-warning-enable-asdf-binary-locations-compatibility-notified-p*: Private special variables
*deprecated-function-style-warning-explain-notified-p*: Private special variables
*deprecated-function-style-warning-in-first-directory-notified-p*: Private special variables
*deprecated-function-style-warning-in-system-configuration-directory-notified-p*: Private special variables
*deprecated-function-style-warning-in-user-configuration-directory-notified-p*: Private special variables
*deprecated-function-style-warning-load-sysdef-notified-p*: Private special variables
*deprecated-function-style-warning-require-system-notified-p*: Private special variables
*deprecated-function-style-warning-run-shell-command-notified-p*: Private special variables
*deprecated-function-style-warning-system-configuration-directories-notified-p*: Private special variables
*deprecated-function-style-warning-system-definition-pathname-notified-p*: Private special variables
*deprecated-function-style-warning-system-registered-p-notified-p*: Private special variables
*deprecated-function-style-warning-traverse-notified-p*: Private special variables
*deprecated-function-style-warning-user-configuration-directories-notified-p*: Private special variables
*deprecated-function-style-warning-version-compatible-p-notified-p*: Private special variables
*encoding-detection-hook*: Public special variables
*encoding-external-format-hook*: Public special variables
*here-directory*: Public special variables
*ignored-configuration-form*: Public special variables
*image-dump-hook*: Public special variables
*image-dumped-p*: Public special variables
*image-entry-point*: Public special variables
*image-postlude*: Public special variables
*image-prelude*: Public special variables
*image-restore-hook*: Public special variables
*image-restored-p*: Private special variables
*immutable-systems*: Public special variables
*implementation-type*: Public special variables
*in-make-operation*: Private special variables
*known-systems-with-bad-secondary-system-names*: Public special variables
*link-guid*: Private special variables
*link-initial-dword*: Private special variables
*lisp-interaction*: Public special variables
*modules-being-required*: Private special variables
*nil-pathname*: Public special variables
*old-asdf-systems*: Private special variables
*oldest-forward-compatible-asdf-version*: Private special variables
*operations*: Public special variables
*output-translation-function*: Public special variables
*output-translations*: Public special variables
*output-translations-directory*: Private special variables
*output-translations-file*: Private special variables
*output-translations-parameter*: Public special variables
*package-inferred-systems*: Public special variables
*plan-class*: Public special variables
*post-upgrade-cleanup-hook*: Public special variables
*preloaded-systems*: Public special variables
*previous-asdf-versions*: Public special variables
*recurse-beyond-asds*: Public special variables
*registered-systems*: Public special variables
*resolve-symlinks*: Public special variables
*source-registry*: Public special variables
*source-registry-directory*: Private special variables
*source-registry-exclusions*: Public special variables
*source-registry-file*: Private special variables
*source-registry-parameter*: Public special variables
*standard-method-combination-qualifiers*: Private special variables
*standard-readtable*: Private special variables
*stderr*: Public special variables
*stdin*: Public special variables
*stdout*: Public special variables
*system-definition-search-functions*: Public special variables
*system-virtual-slots*: Private special variables
*temporary-directory*: Public special variables
*uiop-debug-utility*: Public special variables
*uiop-version*: Public special variables
*uninteresting-compiler-conditions*: Public special variables
*uninteresting-conditions*: Public special variables
*uninteresting-loader-conditions*: Public special variables
*unspecific-pathname-type*: Public special variables
*user-cache*: Public special variables
*usual-uninteresting-conditions*: Public special variables
*utf-8-external-format*: Public special variables
*verbose-out*: Public special variables
*warnings-file-type*: Public special variables
*wild*: Public special variables
*wild-asd*: Public special variables
*wild-directory*: Public special variables
*wild-directory-component*: Private special variables
*wild-file*: Public special variables
*wild-file-for-directory*: Public special variables
*wild-inferiors*: Public special variables
*wild-inferiors-component*: Private special variables
*wild-path*: Public special variables

+
+asdf-methods+: Private special variables
+character-types+: Public special variables
+cr+: Public special variables
+crlf+: Public special variables
+done-bit+: Private special variables
+good-bits+: Private special variables
+keep-bit+: Private special variables
+lf+: Public special variables
+max-character-type-index+: Public special variables
+need-bit+: Private special variables
+non-base-chars-exist-p+: Public constants
+simple-condition-format-control-slot+: Private special variables
+status-good+: Public special variables
+status-todo+: Public special variables
+status-void+: Public special variables
+todo-bits+: Private special variables
+void-bits+: Private special variables

A
absolute-pathname: Public classes
action: Public conditions
actions: Public conditions
actions-r: Public classes
additional-input-files: Public classes
ancestor: Public classes
arguments: Public conditions
arguments: Public conditions
around-compile: Public classes
asdf-upgraded-p: Public classes
author: Public classes

B
bidir-stream: Public classes
bits: Public classes
bug-tracker: Public classes
build-operation: Public classes
build-pathname: Public classes
build-pathname: Public classes
build-pathname: Public classes
builtin-system-p: Public classes

C
children: Public classes
children-by-name: Public classes
class-name: Public conditions
code: Public conditions
command: Public conditions
component: Public conditions
component: Public conditions
component: Private conditions
component-type: Public classes
condition: Public conditions
Constant, +non-base-chars-exist-p+: Public constants
context-arguments: Public conditions
context-format: Public conditions

D
default-component-class: Public classes
definition-dependency-list: Public classes
definition-dependency-set: Public classes
defsystem-depends-on: Public classes
dep-component: Private conditions
dep-op: Private conditions
depends-on: Public classes
description: Public conditions
description: Public classes
description: Public classes
downward-operation: Public classes

E
entry-point: Public classes
epilogue-code: Public classes
epilogue-code: Public classes
error-output-stream: Public classes
exit-code: Public classes
extra-build-args: Public classes
extra-object-files: Public classes

F
forced: Public classes
forced-not: Public classes
forcing: Public classes
forcing: Public classes
form: Public conditions
format: Public conditions
format: Public conditions
format: Public conditions
format-arguments: Public conditions
format-arguments: Public conditions
format-arguments: Public conditions
format-arguments: Public conditions
format-control: Public conditions
format-control: Public conditions
format-control: Public conditions
format-control: Public conditions
functionality: Public conditions
functionality: Public conditions

H
homepage: Public classes

I
if-feature: Public classes
in-order-to: Public classes
index: Public classes
inline-methods: Public classes
input-stream: Public classes

K
keep-component: Public classes
keep-operation: Public classes

L
level: Public classes
licence: Public classes
location: Public conditions
long-description: Public classes
long-description: Public classes
long-name: Public classes

M
mailto: Public classes
maintainer: Public classes
module: Public classes

N
name: Public conditions
name: Public conditions
name: Public conditions
name: Public conditions
name: Public conditions
name: Public conditions
name: Public conditions
name: Public classes
name: Public classes
no-uiop: Public classes

O
op: Private conditions
operate-level: Public classes
operation: Public conditions
operation: Public conditions
operation-times: Public classes
option: Public conditions
output-stream: Public classes

P
parameters: Public classes
parent: Public conditions
parent: Public conditions
parent: Public classes
pathname: Public conditions
pathname: Public conditions
pathname: Public conditions
performable-p: Public classes
plan: Private conditions
planned-action-count: Public classes
planned-output-action-count: Public classes
postfix-lisp-object-files: Public classes
prefix-lisp-object-files: Public classes
process: Public conditions
process: Public classes
prologue-code: Public classes
prologue-code: Public classes
properties: Public classes

R
relative-pathname: Public classes
required-by: Public conditions
requires: Public conditions

S
selfward-operation: Public classes
selfward-operation: Public classes
selfward-operation: Public classes
selfward-operation: Public classes
selfward-operation: Public classes
selfward-operation: Public classes
selfward-operation: Public classes
selfward-operation: Public classes
selfward-operation: Public classes
selfward-operation: Public classes
selfward-operation: Public classes
selfward-operation: Public classes
selfward-operation: Public classes
selfward-operation: Public classes
selfward-operation: Public classes
selfward-operation: Public classes
selfward-operation: Public classes
session-cache: Public classes
sideway-dependencies: Public classes
sideway-operation: Public classes
sideway-operation: Public classes
sideway-operation: Public classes
sideway-operation: Public classes
signal-code: Public classes
Slot, %encoding: Public classes
Slot, absolute-pathname: Public classes
Slot, action: Public conditions
Slot, actions: Public conditions
Slot, actions-r: Public classes
Slot, additional-input-files: Public classes
Slot, ancestor: Public classes
Slot, arguments: Public conditions
Slot, arguments: Public conditions
Slot, around-compile: Public classes
Slot, asdf-upgraded-p: Public classes
Slot, author: Public classes
Slot, bidir-stream: Public classes
Slot, bits: Public classes
Slot, bug-tracker: Public classes
Slot, build-operation: Public classes
Slot, build-pathname: Public classes
Slot, build-pathname: Public classes
Slot, build-pathname: Public classes
Slot, builtin-system-p: Public classes
Slot, children: Public classes
Slot, children-by-name: Public classes
Slot, class-name: Public conditions
Slot, code: Public conditions
Slot, command: Public conditions
Slot, component: Public conditions
Slot, component: Public conditions
Slot, component: Private conditions
Slot, component-type: Public classes
Slot, condition: Public conditions
Slot, context-arguments: Public conditions
Slot, context-format: Public conditions
Slot, default-component-class: Public classes
Slot, definition-dependency-list: Public classes
Slot, definition-dependency-set: Public classes
Slot, defsystem-depends-on: Public classes
Slot, dep-component: Private conditions
Slot, dep-op: Private conditions
Slot, depends-on: Public classes
Slot, description: Public conditions
Slot, description: Public classes
Slot, description: Public classes
Slot, downward-operation: Public classes
Slot, entry-point: Public classes
Slot, epilogue-code: Public classes
Slot, epilogue-code: Public classes
Slot, error-output-stream: Public classes
Slot, exit-code: Public classes
Slot, extra-build-args: Public classes
Slot, extra-object-files: Public classes
Slot, forced: Public classes
Slot, forced-not: Public classes
Slot, forcing: Public classes
Slot, forcing: Public classes
Slot, form: Public conditions
Slot, format: Public conditions
Slot, format: Public conditions
Slot, format: Public conditions
Slot, format-arguments: Public conditions
Slot, format-arguments: Public conditions
Slot, format-arguments: Public conditions
Slot, format-arguments: Public conditions
Slot, format-control: Public conditions
Slot, format-control: Public conditions
Slot, format-control: Public conditions
Slot, format-control: Public conditions
Slot, functionality: Public conditions
Slot, functionality: Public conditions
Slot, homepage: Public classes
Slot, if-feature: Public classes
Slot, in-order-to: Public classes
Slot, index: Public classes
Slot, inline-methods: Public classes
Slot, input-stream: Public classes
Slot, keep-component: Public classes
Slot, keep-operation: Public classes
Slot, level: Public classes
Slot, licence: Public classes
Slot, location: Public conditions
Slot, long-description: Public classes
Slot, long-description: Public classes
Slot, long-name: Public classes
Slot, mailto: Public classes
Slot, maintainer: Public classes
Slot, module: Public classes
Slot, name: Public conditions
Slot, name: Public conditions
Slot, name: Public conditions
Slot, name: Public conditions
Slot, name: Public conditions
Slot, name: Public conditions
Slot, name: Public conditions
Slot, name: Public classes
Slot, name: Public classes
Slot, no-uiop: Public classes
Slot, op: Private conditions
Slot, operate-level: Public classes
Slot, operation: Public conditions
Slot, operation: Public conditions
Slot, operation-times: Public classes
Slot, option: Public conditions
Slot, output-stream: Public classes
Slot, parameters: Public classes
Slot, parent: Public conditions
Slot, parent: Public conditions
Slot, parent: Public classes
Slot, pathname: Public conditions
Slot, pathname: Public conditions
Slot, pathname: Public conditions
Slot, performable-p: Public classes
Slot, plan: Private conditions
Slot, planned-action-count: Public classes
Slot, planned-output-action-count: Public classes
Slot, postfix-lisp-object-files: Public classes
Slot, prefix-lisp-object-files: Public classes
Slot, process: Public conditions
Slot, process: Public classes
Slot, prologue-code: Public classes
Slot, prologue-code: Public classes
Slot, properties: Public classes
Slot, relative-pathname: Public classes
Slot, required-by: Public conditions
Slot, requires: Public conditions
Slot, selfward-operation: Public classes
Slot, selfward-operation: Public classes
Slot, selfward-operation: Public classes
Slot, selfward-operation: Public classes
Slot, selfward-operation: Public classes
Slot, selfward-operation: Public classes
Slot, selfward-operation: Public classes
Slot, selfward-operation: Public classes
Slot, selfward-operation: Public classes
Slot, selfward-operation: Public classes
Slot, selfward-operation: Public classes
Slot, selfward-operation: Public classes
Slot, selfward-operation: Public classes
Slot, selfward-operation: Public classes
Slot, selfward-operation: Public classes
Slot, selfward-operation: Public classes
Slot, selfward-operation: Public classes
Slot, session-cache: Public classes
Slot, sideway-dependencies: Public classes
Slot, sideway-operation: Public classes
Slot, sideway-operation: Public classes
Slot, sideway-operation: Public classes
Slot, sideway-operation: Public classes
Slot, signal-code: Public classes
Slot, source-control: Public classes
Slot, source-file: Public conditions
Slot, source-file: Public classes
Slot, source-file: Public classes
Slot, stamp: Public classes
Slot, system: Public conditions
Slot, system: Public conditions
Slot, total-action-count: Public classes
Slot, type: Public classes
Slot, type: Public classes
Slot, type: Public classes
Slot, type: Public classes
Slot, type: Public classes
Slot, type: Public classes
Slot, type: Public classes
Slot, type: Public classes
Slot, type: Public classes
Slot, type: Public classes
Slot, upward-operation: Public classes
Slot, version: Public conditions
Slot, version: Public classes
Slot, visited-actions: Public classes
Slot, visiting-action-list: Public classes
Slot, visiting-action-set: Public classes
Slot, weakly-depends-on: Public classes
source-control: Public classes
source-file: Public conditions
source-file: Public classes
source-file: Public classes
Special Variable, *all-package-fishiness*: Private special variables
Special Variable, *all-package-happiness*: Private special variables
Special Variable, *asdf-session*: Public special variables
Special Variable, *asdf-session-class*: Public special variables
Special Variable, *asdf-upgraded-p*: Private special variables
Special Variable, *asdf-verbose*: Public special variables
Special Variable, *asdf-version*: Public special variables
Special Variable, *base-build-directory*: Public special variables
Special Variable, *central-registry*: Public special variables
Special Variable, *clear-configuration-hook*: Public special variables
Special Variable, *command-line-arguments*: Public special variables
Special Variable, *compile-check*: Public special variables
Special Variable, *compile-file-failure-behaviour*: Public special variables
Special Variable, *compile-file-warnings-behaviour*: Public special variables
Special Variable, *default-component-class*: Public special variables
Special Variable, *default-encoding*: Public special variables
Special Variable, *default-output-translations*: Private special variables
Special Variable, *default-source-registries*: Public special variables
Special Variable, *default-source-registry-exclusions*: Public special variables
Special Variable, *default-stream-element-type*: Public special variables
Special Variable, *defpackage-forms*: Public special variables
Special Variable, *deprecated-function-style-warning-(setf⎵component-property)-notified-p*: Private special variables
Special Variable, *deprecated-function-style-warning-coerce-pathname-notified-p*: Private special variables
Special Variable, *deprecated-function-style-warning-component-load-dependencies-notified-p*: Private special variables
Special Variable, *deprecated-function-style-warning-component-property-notified-p*: Private special variables
Special Variable, *deprecated-function-style-warning-enable-asdf-binary-locations-compatibility-notified-p*: Private special variables
Special Variable, *deprecated-function-style-warning-explain-notified-p*: Private special variables
Special Variable, *deprecated-function-style-warning-in-first-directory-notified-p*: Private special variables
Special Variable, *deprecated-function-style-warning-in-system-configuration-directory-notified-p*: Private special variables
Special Variable, *deprecated-function-style-warning-in-user-configuration-directory-notified-p*: Private special variables
Special Variable, *deprecated-function-style-warning-load-sysdef-notified-p*: Private special variables
Special Variable, *deprecated-function-style-warning-require-system-notified-p*: Private special variables
Special Variable, *deprecated-function-style-warning-run-shell-command-notified-p*: Private special variables
Special Variable, *deprecated-function-style-warning-system-configuration-directories-notified-p*: Private special variables
Special Variable, *deprecated-function-style-warning-system-definition-pathname-notified-p*: Private special variables
Special Variable, *deprecated-function-style-warning-system-registered-p-notified-p*: Private special variables
Special Variable, *deprecated-function-style-warning-traverse-notified-p*: Private special variables
Special Variable, *deprecated-function-style-warning-user-configuration-directories-notified-p*: Private special variables
Special Variable, *deprecated-function-style-warning-version-compatible-p-notified-p*: Private special variables
Special Variable, *encoding-detection-hook*: Public special variables
Special Variable, *encoding-external-format-hook*: Public special variables
Special Variable, *here-directory*: Public special variables
Special Variable, *ignored-configuration-form*: Public special variables
Special Variable, *image-dump-hook*: Public special variables
Special Variable, *image-dumped-p*: Public special variables
Special Variable, *image-entry-point*: Public special variables
Special Variable, *image-postlude*: Public special variables
Special Variable, *image-prelude*: Public special variables
Special Variable, *image-restore-hook*: Public special variables
Special Variable, *image-restored-p*: Private special variables
Special Variable, *immutable-systems*: Public special variables
Special Variable, *implementation-type*: Public special variables
Special Variable, *in-make-operation*: Private special variables
Special Variable, *known-systems-with-bad-secondary-system-names*: Public special variables
Special Variable, *link-guid*: Private special variables
Special Variable, *link-initial-dword*: Private special variables
Special Variable, *lisp-interaction*: Public special variables
Special Variable, *modules-being-required*: Private special variables
Special Variable, *nil-pathname*: Public special variables
Special Variable, *old-asdf-systems*: Private special variables
Special Variable, *oldest-forward-compatible-asdf-version*: Private special variables
Special Variable, *operations*: Public special variables
Special Variable, *output-translation-function*: Public special variables
Special Variable, *output-translations*: Public special variables
Special Variable, *output-translations-directory*: Private special variables
Special Variable, *output-translations-file*: Private special variables
Special Variable, *output-translations-parameter*: Public special variables
Special Variable, *package-inferred-systems*: Public special variables
Special Variable, *plan-class*: Public special variables
Special Variable, *post-upgrade-cleanup-hook*: Public special variables
Special Variable, *preloaded-systems*: Public special variables
Special Variable, *previous-asdf-versions*: Public special variables
Special Variable, *recurse-beyond-asds*: Public special variables
Special Variable, *registered-systems*: Public special variables
Special Variable, *resolve-symlinks*: Public special variables
Special Variable, *source-registry*: Public special variables
Special Variable, *source-registry-directory*: Private special variables
Special Variable, *source-registry-exclusions*: Public special variables
Special Variable, *source-registry-file*: Private special variables
Special Variable, *source-registry-parameter*: Public special variables
Special Variable, *standard-method-combination-qualifiers*: Private special variables
Special Variable, *standard-readtable*: Private special variables
Special Variable, *stderr*: Public special variables
Special Variable, *stdin*: Public special variables
Special Variable, *stdout*: Public special variables
Special Variable, *system-definition-search-functions*: Public special variables
Special Variable, *system-virtual-slots*: Private special variables
Special Variable, *temporary-directory*: Public special variables
Special Variable, *uiop-debug-utility*: Public special variables
Special Variable, *uiop-version*: Public special variables
Special Variable, *uninteresting-compiler-conditions*: Public special variables
Special Variable, *uninteresting-conditions*: Public special variables
Special Variable, *uninteresting-loader-conditions*: Public special variables
Special Variable, *unspecific-pathname-type*: Public special variables
Special Variable, *user-cache*: Public special variables
Special Variable, *usual-uninteresting-conditions*: Public special variables
Special Variable, *utf-8-external-format*: Public special variables
Special Variable, *verbose-out*: Public special variables
Special Variable, *warnings-file-type*: Public special variables
Special Variable, *wild*: Public special variables
Special Variable, *wild-asd*: Public special variables
Special Variable, *wild-directory*: Public special variables
Special Variable, *wild-directory-component*: Private special variables
Special Variable, *wild-file*: Public special variables
Special Variable, *wild-file-for-directory*: Public special variables
Special Variable, *wild-inferiors*: Public special variables
Special Variable, *wild-inferiors-component*: Private special variables
Special Variable, *wild-path*: Public special variables
Special Variable, +asdf-methods+: Private special variables
Special Variable, +character-types+: Public special variables
Special Variable, +cr+: Public special variables
Special Variable, +crlf+: Public special variables
Special Variable, +done-bit+: Private special variables
Special Variable, +good-bits+: Private special variables
Special Variable, +keep-bit+: Private special variables
Special Variable, +lf+: Public special variables
Special Variable, +max-character-type-index+: Public special variables
Special Variable, +need-bit+: Private special variables
Special Variable, +simple-condition-format-control-slot+: Private special variables
Special Variable, +status-good+: Public special variables
Special Variable, +status-todo+: Public special variables
Special Variable, +status-void+: Public special variables
Special Variable, +todo-bits+: Private special variables
Special Variable, +void-bits+: Private special variables
stamp: Public classes
system: Public conditions
system: Public conditions

T
total-action-count: Public classes
type: Public classes
type: Public classes
type: Public classes
type: Public classes
type: Public classes
type: Public classes
type: Public classes
type: Public classes
type: Public classes
type: Public classes

U
upward-operation: Public classes

V
version: Public conditions
version: Public classes
visited-actions: Public classes
visiting-action-list: Public classes
visiting-action-set: Public classes

W
weakly-depends-on: Public classes


A.4 Data types

Jump to:   A   B   C   D   F   G   H   I   J   L   M   N   O   P   R   S   T   U   V  
Index Entry  Section

A
action: Public types
action-status: Public classes
action.lisp: The asdf/defsystem/action․lisp file
asdf-install-warning: Public conditions
asdf.asd: The asdf/defsystem/asdf․asd file
asdf/action: The asdf/action package
asdf/backward-interface: The asdf/backward-interface package
asdf/backward-internals: The asdf/backward-internals package
asdf/bundle: The asdf/bundle package
asdf/component: The asdf/component package
asdf/concatenate-source: The asdf/concatenate-source package
asdf/defsystem: The asdf/defsystem system
asdf/driver: The asdf/driver system
asdf/find-component: The asdf/find-component package
asdf/find-system: The asdf/find-system package
asdf/footer: The asdf/footer package
asdf/forcing: The asdf/forcing package
asdf/interface: The asdf/interface package
asdf/lisp-action: The asdf/lisp-action package
asdf/operate: The asdf/operate package
asdf/operation: The asdf/operation package
asdf/output-translations: The asdf/output-translations package
asdf/package-inferred-system: The asdf/package-inferred-system package
asdf/parse-defsystem: The asdf/parse-defsystem package
asdf/plan: The asdf/plan package
asdf/prelude: The asdf/prelude system
asdf/session: The asdf/session package
asdf/source-registry: The asdf/source-registry package
asdf/system: The asdf/system package
asdf/system-registry: The asdf/system-registry package
asdf/upgrade: The asdf/upgrade package
asdf/user: The asdf/user package

B
backward-driver.lisp: The asdf/driver/backward-driver․lisp file
backward-interface.lisp: The asdf/defsystem/backward-interface․lisp file
backward-internals.lisp: The asdf/defsystem/backward-internals․lisp file
bad-system-name: Public conditions
basic-compile-bundle-op: Public classes
basic-compile-concatenated-source-op: Private classes
basic-compile-op: Public classes
basic-concatenate-source-op: Private classes
basic-load-compiled-concatenated-source-op: Private classes
basic-load-concatenated-source-op: Private classes
basic-load-op: Public classes
build-op: Public classes
bundle-op: Public classes
bundle.lisp: The asdf/defsystem/bundle․lisp file

C
c-source-file: Public classes
child-component: Public classes
circular-dependency: Public conditions
cl-source-file: Public classes
cl-source-file.cl: Public classes
cl-source-file.lsp: Public classes
Class, action-status: Public classes
Class, basic-compile-bundle-op: Public classes
Class, basic-compile-concatenated-source-op: Private classes
Class, basic-compile-op: Public classes
Class, basic-concatenate-source-op: Private classes
Class, basic-load-compiled-concatenated-source-op: Private classes
Class, basic-load-concatenated-source-op: Private classes
Class, basic-load-op: Public classes
Class, build-op: Public classes
Class, bundle-op: Public classes
Class, c-source-file: Public classes
Class, child-component: Public classes
Class, cl-source-file: Public classes
Class, cl-source-file.cl: Public classes
Class, cl-source-file.lsp: Public classes
Class, compile-bundle-op: Public classes
Class, compile-concatenated-source-op: Public classes
Class, compile-op: Public classes
Class, compiled-file: Public classes
Class, component: Public classes
Class, concatenate-source-op: Public classes
Class, define-op: Public classes
Class, deliver-asd-op: Public classes
Class, dll-op: Public classes
Class, doc-file: Public classes
Class, downward-operation: Public classes
Class, file-component: Public classes
Class, filtered-sequential-plan: Public classes
Class, forcing: Public classes
Class, gather-operation: Private classes
Class, html-file: Public classes
Class, image-op: Public classes
Class, java-source-file: Public classes
Class, lib-op: Public classes
Class, link-op: Private classes
Class, load-bundle-op: Public classes
Class, load-compiled-concatenated-source-op: Public classes
Class, load-concatenated-source-op: Public classes
Class, load-op: Public classes
Class, load-source-op: Public classes
Class, module: Public classes
Class, monolithic-bundle-op: Public classes
Class, monolithic-compile-bundle-op: Public classes
Class, monolithic-compile-concatenated-source-op: Public classes
Class, monolithic-concatenate-source-op: Public classes
Class, monolithic-deliver-asd-op: Public classes
Class, monolithic-dll-op: Public classes
Class, monolithic-lib-op: Public classes
Class, monolithic-load-bundle-op: Public classes
Class, monolithic-load-compiled-concatenated-source-op: Public classes
Class, monolithic-load-concatenated-source-op: Public classes
Class, monolithic-op: Public classes
Class, non-propagating-operation: Public classes
Class, operation: Public classes
Class, package-inferred-system: Public classes
Class, package-system: Public classes
Class, parent-component: Public classes
Class, plan: Public classes
Class, plan-traversal: Public classes
Class, prebuilt-system: Public classes
Class, precompiled-system: Public classes
Class, prepare-bundle-op: Public classes
Class, prepare-op: Public classes
Class, prepare-source-op: Public classes
Class, process-info: Public classes
Class, program-op: Public classes
Class, program-system: Public classes
Class, proto-system: Public classes
Class, require-system: Public classes
Class, selfward-operation: Public classes
Class, sequential-plan: Public classes
Class, session: Public classes
Class, sideway-operation: Public classes
Class, source-file: Public classes
Class, static-file: Public classes
Class, system: Public classes
Class, test-op: Public classes
Class, undefined-system: Public classes
Class, upward-operation: Public classes
common-lisp.lisp: The asdf/driver/common-lisp․lisp file
compile-bundle-op: Public classes
compile-concatenated-source-op: Public classes
compile-condition: Public conditions
compile-error: Public conditions
compile-failed: Public conditions
compile-failed-error: Public conditions
compile-failed-warning: Public conditions
compile-file-error: Public conditions
compile-op: Public classes
compile-warned: Public conditions
compile-warned-error: Public conditions
compile-warned-warning: Public conditions
compiled-file: Public classes
component: Public classes
component.lisp: The asdf/defsystem/component․lisp file
concatenate-source-op: Public classes
concatenate-source.lisp: The asdf/defsystem/concatenate-source․lisp file
Condition, asdf-install-warning: Public conditions
Condition, bad-system-name: Public conditions
Condition, circular-dependency: Public conditions
Condition, compile-condition: Public conditions
Condition, compile-error: Public conditions
Condition, compile-failed: Public conditions
Condition, compile-failed-error: Public conditions
Condition, compile-failed-warning: Public conditions
Condition, compile-file-error: Public conditions
Condition, compile-warned: Public conditions
Condition, compile-warned-error: Public conditions
Condition, compile-warned-warning: Public conditions
Condition, define-package-style-warning: Private conditions
Condition, dependency-not-done: Private conditions
Condition, deprecated-function-condition: Public conditions
Condition, deprecated-function-error: Public conditions
Condition, deprecated-function-should-be-deleted: Public conditions
Condition, deprecated-function-style-warning: Public conditions
Condition, deprecated-function-warning: Public conditions
Condition, duplicate-names: Public conditions
Condition, formatted-system-definition-error: Public conditions
Condition, invalid-configuration: Public conditions
Condition, invalid-output-translation: Public conditions
Condition, invalid-source-registry: Public conditions
Condition, load-system-definition-error: Public conditions
Condition, missing-component: Public conditions
Condition, missing-component-of-version: Public conditions
Condition, missing-dependency: Public conditions
Condition, missing-dependency-of-version: Public conditions
Condition, no-such-package-error: Private conditions
Condition, non-system-system: Public conditions
Condition, non-toplevel-system: Public conditions
Condition, not-implemented-error: Public conditions
Condition, operation-definition-error: Public conditions
Condition, operation-definition-warning: Public conditions
Condition, operation-error: Public conditions
Condition, package-inferred-system-missing-package-error: Public conditions
Condition, package-inferred-system-unknown-defpackage-option-error: Public conditions
Condition, parameter-error: Public conditions
Condition, recursive-operate: Public conditions
Condition, simple-style-warning: Public conditions
Condition, subprocess-error: Public conditions
Condition, system-definition-error: Public conditions
Condition, system-out-of-date: Public conditions
configuration.lisp: The asdf/driver/configuration․lisp file
contrib/debug.lisp: The asdf/driver/contrib/debug․lisp file

D
define-op: Public classes
define-package-style-warning: Private conditions
deliver-asd-op: Public classes
dependency-not-done: Private conditions
deprecated-function-condition: Public conditions
deprecated-function-error: Public conditions
deprecated-function-should-be-deleted: Public conditions
deprecated-function-style-warning: Public conditions
deprecated-function-warning: Public conditions
dll-op: Public classes
doc-file: Public classes
downward-operation: Public classes
driver.lisp: The asdf/driver/driver․lisp file
duplicate-names: Public conditions

F
fatal-condition: Public types
File, action.lisp: The asdf/defsystem/action․lisp file
File, asdf.asd: The asdf/defsystem/asdf․asd file
File, backward-driver.lisp: The asdf/driver/backward-driver․lisp file
File, backward-interface.lisp: The asdf/defsystem/backward-interface․lisp file
File, backward-internals.lisp: The asdf/defsystem/backward-internals․lisp file
File, bundle.lisp: The asdf/defsystem/bundle․lisp file
File, common-lisp.lisp: The asdf/driver/common-lisp․lisp file
File, component.lisp: The asdf/defsystem/component․lisp file
File, concatenate-source.lisp: The asdf/defsystem/concatenate-source․lisp file
File, configuration.lisp: The asdf/driver/configuration․lisp file
File, contrib/debug.lisp: The asdf/driver/contrib/debug․lisp file
File, driver.lisp: The asdf/driver/driver․lisp file
File, filesystem.lisp: The asdf/driver/filesystem․lisp file
File, find-component.lisp: The asdf/defsystem/find-component․lisp file
File, find-system.lisp: The asdf/defsystem/find-system․lisp file
File, footer.lisp: The asdf/defsystem/footer․lisp file
File, forcing.lisp: The asdf/defsystem/forcing․lisp file
File, header.lisp: The asdf/prelude/header․lisp file
File, image.lisp: The asdf/driver/image․lisp file
File, interface.lisp: The asdf/defsystem/interface․lisp file
File, launch-program.lisp: The asdf/driver/launch-program․lisp file
File, lisp-action.lisp: The asdf/defsystem/lisp-action․lisp file
File, lisp-build.lisp: The asdf/driver/lisp-build․lisp file
File, operate.lisp: The asdf/defsystem/operate․lisp file
File, operation.lisp: The asdf/defsystem/operation․lisp file
File, os.lisp: The asdf/driver/os․lisp file
File, output-translations.lisp: The asdf/defsystem/output-translations․lisp file
File, package-inferred-system.lisp: The asdf/defsystem/package-inferred-system․lisp file
File, package.lisp: The asdf/driver/package․lisp file
File, parse-defsystem.lisp: The asdf/defsystem/parse-defsystem․lisp file
File, pathname.lisp: The asdf/driver/pathname․lisp file
File, plan.lisp: The asdf/defsystem/plan․lisp file
File, run-program.lisp: The asdf/driver/run-program․lisp file
File, session.lisp: The asdf/defsystem/session․lisp file
File, source-registry.lisp: The asdf/defsystem/source-registry․lisp file
File, stream.lisp: The asdf/driver/stream․lisp file
File, system-registry.lisp: The asdf/defsystem/system-registry․lisp file
File, system.lisp: The asdf/defsystem/system․lisp file
File, upgrade.lisp: The asdf/defsystem/upgrade․lisp file
File, user.lisp: The asdf/defsystem/user․lisp file
File, utility.lisp: The asdf/driver/utility․lisp file
File, version.lisp: The asdf/driver/version․lisp file
file-component: Public classes
filesystem.lisp: The asdf/driver/filesystem․lisp file
filtered-sequential-plan: Public classes
find-component.lisp: The asdf/defsystem/find-component․lisp file
find-system.lisp: The asdf/defsystem/find-system․lisp file
footer.lisp: The asdf/defsystem/footer․lisp file
forcing: Public classes
forcing.lisp: The asdf/defsystem/forcing․lisp file
formatted-system-definition-error: Public conditions

G
gather-operation: Private classes

H
header.lisp: The asdf/prelude/header․lisp file
html-file: Public classes

I
image-op: Public classes
image.lisp: The asdf/driver/image․lisp file
interface.lisp: The asdf/defsystem/interface․lisp file
invalid-configuration: Public conditions
invalid-output-translation: Public conditions
invalid-source-registry: Public conditions

J
java-source-file: Public classes

L
launch-program.lisp: The asdf/driver/launch-program․lisp file
lib-op: Public classes
link-op: Private classes
lisp-action.lisp: The asdf/defsystem/lisp-action․lisp file
lisp-build.lisp: The asdf/driver/lisp-build․lisp file
load-bundle-op: Public classes
load-compiled-concatenated-source-op: Public classes
load-concatenated-source-op: Public classes
load-op: Public classes
load-source-op: Public classes
load-system-definition-error: Public conditions

M
missing-component: Public conditions
missing-component-of-version: Public conditions
missing-dependency: Public conditions
missing-dependency-of-version: Public conditions
module: Public classes
monolithic-bundle-op: Public classes
monolithic-compile-bundle-op: Public classes
monolithic-compile-concatenated-source-op: Public classes
monolithic-concatenate-source-op: Public classes
monolithic-deliver-asd-op: Public classes
monolithic-dll-op: Public classes
monolithic-lib-op: Public classes
monolithic-load-bundle-op: Public classes
monolithic-load-compiled-concatenated-source-op: Public classes
monolithic-load-concatenated-source-op: Public classes
monolithic-op: Public classes

N
no-such-package-error: Private conditions
non-propagating-operation: Public classes
non-system-system: Public conditions
non-toplevel-system: Public conditions
not-implemented-error: Public conditions

O
operate.lisp: The asdf/defsystem/operate․lisp file
operation: Public classes
operation-definition-error: Public conditions
operation-definition-warning: Public conditions
operation-designator: Private types
operation-error: Public conditions
operation.lisp: The asdf/defsystem/operation․lisp file
os.lisp: The asdf/driver/os․lisp file
output-translations.lisp: The asdf/defsystem/output-translations․lisp file

P
Package, asdf/action: The asdf/action package
Package, asdf/backward-interface: The asdf/backward-interface package
Package, asdf/backward-internals: The asdf/backward-internals package
Package, asdf/bundle: The asdf/bundle package
Package, asdf/component: The asdf/component package
Package, asdf/concatenate-source: The asdf/concatenate-source package
Package, asdf/find-component: The asdf/find-component package
Package, asdf/find-system: The asdf/find-system package
Package, asdf/footer: The asdf/footer package
Package, asdf/forcing: The asdf/forcing package
Package, asdf/interface: The asdf/interface package
Package, asdf/lisp-action: The asdf/lisp-action package
Package, asdf/operate: The asdf/operate package
Package, asdf/operation: The asdf/operation package
Package, asdf/output-translations: The asdf/output-translations package
Package, asdf/package-inferred-system: The asdf/package-inferred-system package
Package, asdf/parse-defsystem: The asdf/parse-defsystem package
Package, asdf/plan: The asdf/plan package
Package, asdf/session: The asdf/session package
Package, asdf/source-registry: The asdf/source-registry package
Package, asdf/system: The asdf/system package
Package, asdf/system-registry: The asdf/system-registry package
Package, asdf/upgrade: The asdf/upgrade package
Package, asdf/user: The asdf/user package
Package, uiop/backward-driver: The uiop/backward-driver package
Package, uiop/common-lisp: The uiop/common-lisp package
Package, uiop/configuration: The uiop/configuration package
Package, uiop/driver: The uiop/driver package
Package, uiop/filesystem: The uiop/filesystem package
Package, uiop/image: The uiop/image package
Package, uiop/launch-program: The uiop/launch-program package
Package, uiop/lisp-build: The uiop/lisp-build package
Package, uiop/os: The uiop/os package
Package, uiop/package: The uiop/package package
Package, uiop/package*: The uiop/package* package
Package, uiop/package-local-nicknames: The uiop/package-local-nicknames package
Package, uiop/pathname: The uiop/pathname package
Package, uiop/run-program: The uiop/run-program package
Package, uiop/stream: The uiop/stream package
Package, uiop/utility: The uiop/utility package
Package, uiop/version: The uiop/version package
package-designator: Private types
package-inferred-system: Public classes
package-inferred-system-missing-package-error: Public conditions
package-inferred-system-unknown-defpackage-option-error: Public conditions
package-inferred-system.lisp: The asdf/defsystem/package-inferred-system․lisp file
package-system: Public classes
package.lisp: The asdf/driver/package․lisp file
parameter-error: Public conditions
parent-component: Public classes
parse-defsystem.lisp: The asdf/defsystem/parse-defsystem․lisp file
pathname.lisp: The asdf/driver/pathname․lisp file
plan: Public classes
plan-traversal: Public classes
plan.lisp: The asdf/defsystem/plan․lisp file
prebuilt-system: Public classes
precompiled-system: Public classes
prepare-bundle-op: Public classes
prepare-op: Public classes
prepare-source-op: Public classes
process-info: Public classes
program-op: Public classes
program-system: Public classes
proto-system: Public classes

R
recursive-operate: Public conditions
require-system: Public classes
run-program.lisp: The asdf/driver/run-program․lisp file

S
sb-grovel-unknown-constant-condition: Public types
selfward-operation: Public classes
sequential-plan: Public classes
session: Public classes
session.lisp: The asdf/defsystem/session․lisp file
sideway-operation: Public classes
simple-style-warning: Public conditions
source-file: Public classes
source-registry.lisp: The asdf/defsystem/source-registry․lisp file
static-file: Public classes
stream.lisp: The asdf/driver/stream․lisp file
subprocess-error: Public conditions
system: Public classes
System, asdf/defsystem: The asdf/defsystem system
System, asdf/driver: The asdf/driver system
System, asdf/prelude: The asdf/prelude system
system-definition-error: Public conditions
system-out-of-date: Public conditions
system-registry.lisp: The asdf/defsystem/system-registry․lisp file
system.lisp: The asdf/defsystem/system․lisp file

T
test-op: Public classes
timestamp: Private types
Type, action: Public types
Type, fatal-condition: Public types
Type, operation-designator: Private types
Type, package-designator: Private types
Type, sb-grovel-unknown-constant-condition: Public types
Type, timestamp: Private types
Type, user-system: Public types

U
uiop/backward-driver: The uiop/backward-driver package
uiop/common-lisp: The uiop/common-lisp package
uiop/configuration: The uiop/configuration package
uiop/driver: The uiop/driver package
uiop/filesystem: The uiop/filesystem package
uiop/image: The uiop/image package
uiop/launch-program: The uiop/launch-program package
uiop/lisp-build: The uiop/lisp-build package
uiop/os: The uiop/os package
uiop/package: The uiop/package package
uiop/package*: The uiop/package* package
uiop/package-local-nicknames: The uiop/package-local-nicknames package
uiop/pathname: The uiop/pathname package
uiop/run-program: The uiop/run-program package
uiop/stream: The uiop/stream package
uiop/utility: The uiop/utility package
uiop/version: The uiop/version package
undefined-system: Public classes
upgrade.lisp: The asdf/defsystem/upgrade․lisp file
upward-operation: Public classes
user-system: Public types
user.lisp: The asdf/defsystem/user․lisp file
utility.lisp: The asdf/driver/utility․lisp file

V
version.lisp: The asdf/driver/version․lisp file