UIOP/BACKWARD-DRIVER
UIOP/BACKWARD-DRIVER
properties
ID: UIOP/BACKWARD-DRIVER
- dependencies
- [BROKEN LINK: UIOP/COMMON-LISP]
- UIOP/PACKAGE
- UIOP/UTILITY
- UIOP/VERSION
- UIOP/PATHNAME
- UIOP/STREAM
- UIOP/OS
- UIOP/IMAGE
- UIOP/RUN-PROGRAM
- UIOP/LISP-BUILD
- UIOP/CONFIGURATION
- dependents
VERSION-COMPATIBLE-P  compiled cmacro function
properties
ID: UIOP/BACKWARD-DRIVER:VERSION-COMPATIBLE-P
ALLOC: HEAP DYNAMIC
VERSION-COMPATIBLE-P names a compiled function:
Lambda-list: (PROVIDED-VERSION REQUIRED-VERSION)
Derived type: (FUNCTION (T T) *)
Documentation:
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 minornumbers.
DEPRECATED.
Inline proclamation: INLINE (inline expansion available)
Source file: SYS:CONTRIB;ASDF;UIOP.LISP.NEWEST
VERSION-COMPATIBLE-P has a compiler-macro:
Source file: SYS:CONTRIB;ASDF;UIOP.LISP.NEWEST
definitions
- SYS:CONTRIB;ASDF;UIOP.LISP.NEWEST
COERCE-PATHNAME  compiled cmacro function
properties
ID: UIOP/BACKWARD-DRIVER:COERCE-PATHNAME
ALLOC: HEAP DYNAMIC
COERCE-PATHNAME names a compiled function:
Lambda-list: (NAME &KEY TYPE DEFAULTS)
Derived type: (FUNCTION (T &KEY (:TYPE T) (:DEFAULTS T)) *)
Documentation:
DEPRECATED. Please use UIOP:PARSE-UNIX-NAMESTRING instead.
Inline proclamation: INLINE (inline expansion available)
Source file: SYS:CONTRIB;ASDF;UIOP.LISP.NEWEST
COERCE-PATHNAME has a compiler-macro:
Source file: SYS:CONTRIB;ASDF;UIOP.LISP.NEWEST
definitions
- SYS:CONTRIB;ASDF;UIOP.LISP.NEWEST