Changeset 14201


Ignore:
Timestamp:
10/15/12 16:08:06 (11 years ago)
Author:
Mark Evenson
Message:

manual: update for abcl-1.1.0.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/doc/manual/abcl.tex

    r14178 r14201  
    99\begin{document}
    1010\title{Armed Bear Common Lisp User Manual}
    11 \date{Version 1.1.0-dev\\
     11\date{Version 1.1.0\\
    1212\smallskip
    13 May 14, 2012}
     13October 15, 2012}
    1414\author{Mark Evenson \and Erik H\"{u}lsmann \and Rudolf Schlatte \and
    1515  Alessio Stalla \and Ville Voutilainen}
     
    1818
    1919\tableofcontents
     20
     21%%\chapter{Preface}
     22%%Preface to the second edition, abcl-1.1.0.
    2023
    2124\chapter{Introduction}
     
    857860  details}.
    858861
    859 
    860 
    861862\end{itemize}
    862863
     
    871872
    872873will load and execute the Quicklisp setup code.
     874
     875The implementation currently breaks ANSI conformance by allowing the
     876types able to be READ for the DEVICE to return a possible CONS of
     877PATHNAME objects.  %% citation from CLHS needed.
     878
     879In order to ``smooth over'' the bit about types being READ from
     880PATHNAME components, we extend the semantics for the usual PATHNAME
     881merge semantics when *DEFAULT-PATHNAME-DEFAULTS* contains a
     882\code{JAR-PATHNAME}. 
    873883
    874884%See \ref{_:quicklisp} on page \pageref{_:quicklisp}.
     
    10031013by the reader as character whose code is specified by the hexadecimal
    10041014digits ``xxxx''.  The hexadecimal sequence may be one to four digits
    1005 long.
     1015long.  % Why doesn't ALEXANDRIA work?
    10061016
    10071017Note that this sequence is never output by the implementation.  Instead,
     
    10371047        These systems name common JVM artifacts from the distributed pom.xml graph of Maven Aether:
    10381048        \begin{enumerate}
    1039           \item \code{jna} Dynamically load 'jna.jar' version 3.0.9 from the network.
     1049          \item \code{jna} Dynamically load 'jna.jar' version 3.4.0 from the network.
    10401050        \end{enumerate}
    10411051      \item \code{quicklisp-abcl} (Not working) boot a local Quicklisp
     
    10601070\section{ASDF}
    10611071
    1062 asdf-2.019 (see \cite{asdf}) is packaged as core component of ABCL,
     1072asdf-2.25 (see \cite{asdf}) is packaged as core component of ABCL,
    10631073but not initialized by default, as it relies on the CLOS subsystem
    10641074which can take a bit of time to start \footnote{While this time is
     
    12411251on January 10, 2012.
    12421252
     1253In October 2012, we revised the implementation with the release of
     1254abcl-1.1.0 and accumulated changes to this manual.
     1255
    12431256\bibliography{abcl}
    12441257\bibliographystyle{alpha}
Note: See TracChangeset for help on using the changeset viewer.