Changeset 14515
- Timestamp:
- 06/05/13 08:58:05 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2.x/doc/manual/abcl.tex
r14507 r14515 11 11 \date{Version 1.2.0\\ 12 12 \smallskip 13 May 31, 2013}13 June 5, 2013} 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 %%Preface to the Third edition, abcl-1.2. 22 \subsection{Preface to the Third Edition} 23 THe implementation now contains a performant and conformant 24 implementation of (A)MOP to the point of inclusion in CLOSER-MOP's 25 test suite. 20 26 21 27 %%Preface to the second edition, abcl-1.1. … … 114 120 June 1991 with the ``classpath-exception'' (see the file 115 121 \texttt{COPYING} in the source distribution \footnote{See 116 \url{http:// svn.common-lisp.net/armedbear/trunk/abcl/COPYING}} for122 \url{http://abcl.org/svn/tags/1.2.0/abcl/COPYING}} for 117 123 the license, term 13 in the same file for the classpath exception). 118 124 This license broadly means that you must distribute the sources to … … 571 577 support. It is not a description of what JSR-223 is or a tutorial on 572 578 how to use it. See 573 \url{http:// trac.common-lisp.net/armedbear/browser/trunk/abcl/examples/jsr-223}579 \url{http://lisp.not.org/trac/armedbear/browser/trunk/abcl/examples/jsr-223} 574 580 for example usage. 575 581 … … 1335 1341 1336 1342 More extensive documentations and examples can be found at 1337 \url{http:// svn.common-lisp.net/armedbear/trunk/abcl/contrib/abcl-asdf/README.markdown}.1343 \url{http://abcl.org/svn/tags/1.2.0/abcl/contrib/abcl-asdf/README.markdown}. 1338 1344 1339 1345 … … 1347 1353 1348 1354 The documentation for this contrib can be found at 1349 \url{http:// svn.common-lisp.net/armedbear/trunk/abcl/contrib/asdf-jar/README.markdown}.1355 \url{http://abcl.org/svn/tags/1.2.0/abcl/contrib/asdf-jar/README.markdown}. 1350 1356 1351 1357 … … 1383 1389 1384 1390 Some more information on jss can be found in its documentation at 1385 \url{http:// svn.common-lisp.net/armedbear/trunk/abcl/contrib/jss/README.markdown}1391 \url{http://abcl.org/svn/tags/1.2.0/abcl/contrib/jss/README.markdown} 1386 1392 1387 1393 \section{jfli} … … 1390 1396 The contrib contains a pure-Java version of JFLI. 1391 1397 1392 \url{http:// svn.common-lisp.net/armedbear/trunk/abcl/contrib/jfli/README}.1398 \url{http://abcl.org/svn/tags/1.2.0/abcl/contrib/jfli/README}. 1393 1399 1394 1400 … … 1405 1411 access. 1406 1412 1407 \url{http:// svn.common-lisp.net/armedbear/trunk/abcl/contrib/asdf-install/README}.1413 \url{http://abcl.org/svn/tags/1.2.0/abcl/contrib/asdf-install/README}. 1408 1414 1409 1415
Note: See TracChangeset
for help on using the changeset viewer.