Changeset 13619


Ignore:
Timestamp:
10/03/11 06:32:46 (12 years ago)
Author:
Mark Evenson
Message:

More incremental progress.

File:
1 edited

Legend:

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

    r13618 r13619  
    321321\begin{listing-lisp}
    322322CL-USER> (add-to-classpath "/path/to/some.jar")
    323 \end{listing-lisp}p
     323\end{listing-lisp}
    324324
    325325\subsection{API}
     
    334334\subsection{API}
    335335
    336 % TODO document the THREADS package.
     336% include autogen docs for the THREADS package.
    337337\include{threads}
    338338
     
    350350\subsection{API}
    351351
     352% include autogen docs for the EXTENSIONS package.
    352353\include{extensions}
    353354
     
    362363\begin{enumerate}
    363364  \item Compiler to JVM 5 bytecode
    364   \item Pathname extensionsn
     365  \item Pathname extensions
    365366\end{enumerate}
    366367
     
    408409\ref{RHODES2007}
    409410
    410 The SEQUENCE pacakge fully implements Christopher Rhodes' proposal for
     411The SEQUENCE package fully implements Christopher Rhodes' proposal for
    411412extensible sequences.  These user extensible sequences are used
    412413directly in \code{java-collections.lisp} provide these CLOS
     
    461462code is greater than 0x00ff.
    462463
     464\section{ASDF}
     465
     466asdf-2.017 is packaged as core component of ABCL.  By default, ASDF is
     467not loaded, as it relies on the CLOS subsystem which can take a bit of
     468time to initialize.
     469
     470\begin{listing-lisp}
     471CL-USER> (require 'asdf)
     472\end{listing-lisp}
     473
     474\chapter{Contrib}
     475
     476\section{abcl-asdf}
     477
     478Allow ASDF system definition which dynamically loads JVM artifacts
     479such as jar archives via a Maven encapsulation.
     480
     481ASDF components added:  JAR-FILE, JAR-DIRECTORY, CLASS-FILE-DIRECTORY
     482and MVN.
     483
     484\section{asdf-install}
     485
     486An implementation of ASDF-INSTALL.  Superceded by Quicklisp (qv.)
     487
     488\section{asdf-jar}
     489
     490ASDF-JAR provides a system for packaging ASDF systems into jar
     491archives for ABCL.  Given a running ABCL image with loadable ASDF
     492systems the code in this package will recursively package all the
     493required source and fasls in a jar archive.
     494
     495\section{jss}
     496
     497Java Syntax sucks, so we introduce this #" macro
     498
     499
    463500\chapter{History}
    464501
     
    476513conformance of Armed Bear Common Lisp to ANSI, we release abcl-1.0.
    477514
     515
     516
     517
    478518\section{References}
    479519
Note: See TracChangeset for help on using the changeset viewer.