Changeset 13933
- Timestamp:
- 05/14/12 08:15:49 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/doc/manual/abcl.tex
r13905 r13933 11 11 \date{Version 1.1.0-dev\\ 12 12 \smallskip 13 Ma rch 3, 2012}13 May 14, 2012} 14 14 \author{Mark Evenson \and Erik H\"{u}lsmann \and Rudolf Schlatte \and 15 15 Alessio Stalla \and Ville Voutilainen} … … 821 821 \index{JAR-PATHNAME} 822 822 823 Both \code{ URL-PATHNAME} and \code{JAR-PATHNAME} may be used anywhere823 Both \code{EXT:URL-PATHNAME} and \code{EXT:JAR-PATHNAME} may be used anywhere 824 824 a \code{CL:PATHNAME} is accepted with the following caveats: 825 825 826 826 \begin{itemize} 827 827 828 \item A stream obtained via OPEN on a URL-PATHNAME cannot be the829 target of write operations.828 \item A stream obtained via \code{CL:OPEN} on a \code{CL:URL-PATHNAME} 829 cannot be the target of write operations. 830 830 831 831 \index{URI} … … 847 847 \end{itemize} 848 848 849 The implementation of \code{ URL-PATHNAME} allows the \textsc{ABCL}849 The implementation of \code{EXT:URL-PATHNAME} allows the \textsc{ABCL} 850 850 user to dynamically load code from the network. For example, 851 851 Quicklisp (\cite{quicklisp}) may be completely installed from the REPL
Note: See TracChangeset
for help on using the changeset viewer.