From: Kevin M. Rosenberg Date: Mon, 14 Oct 2002 07:16:04 +0000 (+0000) Subject: r3011: *** empty log message *** X-Git-Tag: v3.8.6~911 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=3a76a2fde6312f1602a98237baa87e2235cdcca0 r3011: *** empty log message *** --- diff --git a/doc/Makefile b/doc/Makefile index 23e6b99..c23967b 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -5,7 +5,7 @@ # Programer: Kevin M. Rosenberg # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.16 2002/09/18 07:44:08 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.17 2002/10/14 07:16:04 kevin Exp $ # # This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -79,6 +79,7 @@ ${TEXFILE}: ${DOCFILES} pdf: ${PDFFILE} ${PDFFILE}: ${DOCFILES} + @jade -t tex -c ${CATALOG} -d ${DSSSL_PRINT} ${DOCFILE} > /dev/null @pdfjadetex -interaction=batchmode '\pdfcompresslevel=9' '\input ${TEXFILE}' > /dev/null @pdfjadetex -interaction=batchmode '\pdfcompresslevel=9' '\input ${TEXFILE}' > /dev/null @pdfjadetex -interaction=batchmode '\pdfcompresslevel=9' '\input ${TEXFILE}' > /dev/null diff --git a/doc/clsql.pdf b/doc/clsql.pdf index 0e844b4..ceff72a 100644 Binary files a/doc/clsql.pdf and b/doc/clsql.pdf differ diff --git a/doc/clsql.sgml b/doc/clsql.sgml index 19e7e0f..50c5642 100644 --- a/doc/clsql.sgml +++ b/doc/clsql.sgml @@ -14,6 +14,8 @@ PostgreSQL"> AODBC"> CMUCL"> +SBCL"> +OpenMCL"> Lispworks"> AllegroCL"> ANSI Common Lisp"> diff --git a/doc/html.tar.gz b/doc/html.tar.gz index 31b76c4..9e118df 100644 Binary files a/doc/html.tar.gz and b/doc/html.tar.gz differ diff --git a/doc/intro.sgml b/doc/intro.sgml index 8399857..753ca3d 100644 --- a/doc/intro.sgml +++ b/doc/intro.sgml @@ -73,9 +73,11 @@ The implementations that support &clsql; is governed by the supported implementations of &uffi;. The following implementations are supported: - &acl; v6.1 on Redhat Linux 7.2, FreeBSD 4.5, and Microsoft Windows XP. - &lw; v4.2 on Redhat Linux 7.2 and Microsoft Windows XP. - &cmucl; 18d-pre on Redhat Linux 7.2, FreeBSD 4.5, and Solaris 2.8. + &acl; v6.2 on Debian Linux, FreeBSD 4.5, and Microsoft Windows XP. + &lw; v4.2 on Debian Linux and Microsoft Windows XP. + &cmucl; 18d on Debian Linux, FreeBSD 4.5, and Solaris 2.8. + &sbcl; 0.7.8 on Debian Linux, FreeBSD 4.5, and Solaris 2.8. + &openmcl; 0.13 on Debian Linux. @@ -85,7 +87,7 @@ implementations of &uffi;. The following implementations are supported: Currently, &clsql; supports the following databases: - &mysql; v3.23.49. + &mysql; v3.23.51. &postgresql; v7.2 with both direct API and TCP socket connections. Allegro's ODBC interface (&aodbc;) using iODBC ODBC manager.