Changeset 13749


Ignore:
Timestamp:
01/10/12 20:11:14 (11 years ago)
Author:
Mark Evenson
Message:

Manual updates for abcl-1.0.1.

File:
1 edited

Legend:

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

    r13719 r13749  
    66\begin{document}
    77\title{A Manual for Armed Bear Common Lisp}
    8 \date{January 5, 2012}
     8\date{January 10, 2012}
    99\author{Mark~Evenson, Erik~H\"{u}lsmann, Alessio~Stalla, Ville~Voutilainen}
    1010
     
    2222
    2323\subsection{Version}
    24 This manual corresponds to abcl-1.0.1.
     24This manual corresponds to abcl-1.0.1 released on January 10, 2012.
    2525
    2626\subsection{License}
     
    3737% TODO format this better, optionally link to URI
    3838
    39 % Thanks for the markup
    40 Philipp Marek
    41 
    42 % Thanks for the whacky IKVM stuff and keeping the flame alive
    43 Douglas Miles
    44 
    45 % Thanks for JSS
    46 Alan Ruttenberg
    47 
    48 and of course
    49 
    50 Peter Graves
     39\begin{itemize}
     40\item Philipp Marek
     41\texttt{Thanks for the markup}
     42\item Douglas Miles
     43\texttt{Thanks for the whacky IKVM stuff and keeping the flame alive
     44  in the dark years.}
     45
     46
     47\item Alan Ruttenberg
     48\texttt{Thanks for JSS.}
     49
     50
     51\item and of course
     52\emph{Peter Graves}
     53\end{itemize}
     54
    5155
    5256\chapter{Running}
    5357
    5458\textsc{ABCL} is packaged as a single jar file usually named either
    55 ``abcl.jar'' or possibly``abcl-1.0.0.jar'' if one is using a versioned
    56 package from your system vendor.  This byte archive can be executed
    57 under the control of a suitable JVM \footnote {Java Virtual Machine}
    58 by using the ``-jar'' option to parse the manifest, and select the
    59 class named therein ``\code{org.armedbear.lisp.Main}'' for execution,
    60 viz:
     59``abcl.jar'' or possibly``abcl-1.0.1.jar'' if one is using a versioned
     60package on the local filesytem from your system vendor.  This byte
     61archive can be executed under the control of a suitable JVM \footnote
     62{Java Virtual Machine} by using the ``-jar'' option to parse the
     63manifest, and select the class named therein
     64``\code{org.armedbear.lisp.Main}'' for execution, viz:
    6165
    6266\begin{listing-shell}
     
    10551059required source and fasls in a jar archive.
    10561060
     1061\url{http://svn.common-lisp.net/armedbear/trunk/abcl/contrib/asdf-jar/README.markdown}
     1062
     1063
    10571064\section{jss}
    10581065\label{section:jss}
     
    10661073
    10671074\begin{listing-lisp}
     1075
    10681076CL-USER> (require 'jss)
    10691077
     
    10711079
    10721080CL-USER) (#"propertyNames" (#"getProperties" 'java.lang.System))
    1073 \end{listing-lisp}
     1081
     1082\end{listing-lisp}
     1083
     1084\url{http://svn.common-lisp.net/armedbear/trunk/abcl/contrib/jss/README.markdown}
    10741085
    10751086\section{asdf-install}
     
    11021113
    11031114On October 22, 2011, with the publication of this Manual explicitly
    1104 stating the conformance of Armed Bear Common Lisp to \textsc{ANSI}, we released
    1105 abcl-1.0.0.
     1115stating the conformance of Armed Bear Common Lisp to \textsc{ANSI}, we
     1116released abcl-1.0.0.
    11061117
    11071118
Note: See TracChangeset for help on using the changeset viewer.