[armedbear-cvs] r13749 - trunk/abcl/doc/manual

mevenson at common-lisp.net mevenson at common-lisp.net
Tue Jan 10 20:11:15 UTC 2012


Author: mevenson
Date: Tue Jan 10 12:11:14 2012
New Revision: 13749

Log:
Manual updates for abcl-1.0.1.

Modified:
   trunk/abcl/doc/manual/abcl.tex

Modified: trunk/abcl/doc/manual/abcl.tex
==============================================================================
--- trunk/abcl/doc/manual/abcl.tex	Tue Jan 10 10:58:49 2012	(r13748)
+++ trunk/abcl/doc/manual/abcl.tex	Tue Jan 10 12:11:14 2012	(r13749)
@@ -5,7 +5,7 @@
 
 \begin{document}
 \title{A Manual for Armed Bear Common Lisp}
-\date{January 5, 2012}
+\date{January 10, 2012}
 \author{Mark~Evenson, Erik~H\"{u}lsmann, Alessio~Stalla, Ville~Voutilainen}
 
 \maketitle
@@ -21,7 +21,7 @@
 implementation for users of the system.
 
 \subsection{Version}
-This manual corresponds to abcl-1.0.1.
+This manual corresponds to abcl-1.0.1 released on January 10, 2012.
 
 \subsection{License}
 
@@ -36,28 +36,32 @@
 
 % TODO format this better, optionally link to URI
 
-% Thanks for the markup
-Philipp Marek
+\begin{itemize}
+\item Philipp Marek
+\texttt{Thanks for the markup}
+\item Douglas Miles
+\texttt{Thanks for the whacky IKVM stuff and keeping the flame alive
+  in the dark years.}
+
 
-% Thanks for the whacky IKVM stuff and keeping the flame alive
-Douglas Miles
+\item Alan Ruttenberg
+\texttt{Thanks for JSS.}
 
-% Thanks for JSS
-Alan Ruttenberg
 
-and of course
+\item and of course
+\emph{Peter Graves}
+\end{itemize}
 
-Peter Graves
 
 \chapter{Running}
 
 \textsc{ABCL} is packaged as a single jar file usually named either
-``abcl.jar'' or possibly``abcl-1.0.0.jar'' if one is using a versioned
-package from your system vendor.  This byte archive can be executed
-under the control of a suitable JVM \footnote {Java Virtual Machine}
-by using the ``-jar'' option to parse the manifest, and select the
-class named therein ``\code{org.armedbear.lisp.Main}'' for execution,
-viz:
+``abcl.jar'' or possibly``abcl-1.0.1.jar'' if one is using a versioned
+package on the local filesytem from your system vendor.  This byte
+archive can be executed under the control of a suitable JVM \footnote
+{Java Virtual Machine} by using the ``-jar'' option to parse the
+manifest, and select the class named therein
+``\code{org.armedbear.lisp.Main}'' for execution, viz:
 
 \begin{listing-shell}
   cmd$ java -jar abcl.jar
@@ -1054,6 +1058,9 @@
 systems the code in this package will recursively package all the
 required source and fasls in a jar archive.
 
+\url{http://svn.common-lisp.net/armedbear/trunk/abcl/contrib/asdf-jar/README.markdown}
+
+
 \section{jss}
 \label{section:jss}
 
@@ -1065,13 +1072,17 @@
 Example:
 
 \begin{listing-lisp}
+
 CL-USER> (require 'jss)
 
 CL-USER) (#"getProperties" 'java.lang.System)
 
 CL-USER) (#"propertyNames" (#"getProperties" 'java.lang.System))
+
 \end{listing-lisp}
 
+\url{http://svn.common-lisp.net/armedbear/trunk/abcl/contrib/jss/README.markdown}
+
 \section{asdf-install}
 
 The asdf-install contrib provides an implementation of ASDF-INSTALL.
@@ -1101,8 +1112,8 @@
 contemporary Common Lisp implementation.
 
 On October 22, 2011, with the publication of this Manual explicitly
-stating the conformance of Armed Bear Common Lisp to \textsc{ANSI}, we released
-abcl-1.0.0.
+stating the conformance of Armed Bear Common Lisp to \textsc{ANSI}, we
+released abcl-1.0.0.
 
 
 




More information about the armedbear-cvs mailing list