Changeset 14201
- Timestamp:
- 10/15/12 16:08:06 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/doc/manual/abcl.tex
r14178 r14201 9 9 \begin{document} 10 10 \title{Armed Bear Common Lisp User Manual} 11 \date{Version 1.1.0 -dev\\11 \date{Version 1.1.0\\ 12 12 \smallskip 13 May 14, 2012}13 October 15, 2012} 14 14 \author{Mark Evenson \and Erik H\"{u}lsmann \and Rudolf Schlatte \and 15 15 Alessio Stalla \and Ville Voutilainen} … … 18 18 19 19 \tableofcontents 20 21 %%\chapter{Preface} 22 %%Preface to the second edition, abcl-1.1.0. 20 23 21 24 \chapter{Introduction} … … 857 860 details}. 858 861 859 860 861 862 \end{itemize} 862 863 … … 871 872 872 873 will load and execute the Quicklisp setup code. 874 875 The implementation currently breaks ANSI conformance by allowing the 876 types able to be READ for the DEVICE to return a possible CONS of 877 PATHNAME objects. %% citation from CLHS needed. 878 879 In order to ``smooth over'' the bit about types being READ from 880 PATHNAME components, we extend the semantics for the usual PATHNAME 881 merge semantics when *DEFAULT-PATHNAME-DEFAULTS* contains a 882 \code{JAR-PATHNAME}. 873 883 874 884 %See \ref{_:quicklisp} on page \pageref{_:quicklisp}. … … 1003 1013 by the reader as character whose code is specified by the hexadecimal 1004 1014 digits ``xxxx''. The hexadecimal sequence may be one to four digits 1005 long. 1015 long. % Why doesn't ALEXANDRIA work? 1006 1016 1007 1017 Note that this sequence is never output by the implementation. Instead, … … 1037 1047 These systems name common JVM artifacts from the distributed pom.xml graph of Maven Aether: 1038 1048 \begin{enumerate} 1039 \item \code{jna} Dynamically load 'jna.jar' version 3. 0.9from the network.1049 \item \code{jna} Dynamically load 'jna.jar' version 3.4.0 from the network. 1040 1050 \end{enumerate} 1041 1051 \item \code{quicklisp-abcl} (Not working) boot a local Quicklisp … … 1060 1070 \section{ASDF} 1061 1071 1062 asdf-2. 019(see \cite{asdf}) is packaged as core component of ABCL,1072 asdf-2.25 (see \cite{asdf}) is packaged as core component of ABCL, 1063 1073 but not initialized by default, as it relies on the CLOS subsystem 1064 1074 which can take a bit of time to start \footnote{While this time is … … 1241 1251 on January 10, 2012. 1242 1252 1253 In October 2012, we revised the implementation with the release of 1254 abcl-1.1.0 and accumulated changes to this manual. 1255 1243 1256 \bibliography{abcl} 1244 1257 \bibliographystyle{alpha}
Note: See TracChangeset
for help on using the changeset viewer.