From a45ef0dbfaf9b1d726380561d8e4da9305a5895e Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Thu, 13 May 2004 10:49:39 +0000 Subject: [PATCH] r9345: * LATEST-TEST-RESULTS: Run on all platforms, add AMD64 * doc/intro.xml: Remove reference to old clsql-base. Add x86_64 --- ChangeLog | 2 ++ LATEST-TEST-RESULTS | 54 ++++++++++++++++++++++++++++++++++++++++----- debian/changelog | 6 +++++ doc/intro.xml | 19 ++++++++++------ 4 files changed, 68 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index 79d0aec..6c1d013 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,8 @@ * clsql-classic: Remove system and subdirectory * clsql-base: Remove system and subdirectory and fold into clsql system + * doc/intro.xml: Remove reference to old clsql-base. Add x86_64 + as supported platform. 12 May 2004 Kevin Rosenberg (kevin@rosenberg.net) * Version 2.10.16: CLSQL now fully supports AllegroCL AMD64 diff --git a/LATEST-TEST-RESULTS b/LATEST-TEST-RESULTS index 746c71e..cd03579 100644 --- a/LATEST-TEST-RESULTS +++ b/LATEST-TEST-RESULTS @@ -1,10 +1,52 @@ Version 2.10.17 run on May 13, 2004 on x86, x86_64, and PowerPC platforms +POSTGRESQL: All 174 tests passed (64-bit AMD64, Allegro CL Enterprise Edition). +POSTGRESQL-SOCKET: All 174 tests passed (64-bit AMD64, Allegro CL Enterprise Edition). +MYSQL: All 158 tests passed (64-bit AMD64, Allegro CL Enterprise Edition). +SQLITE: All 168 tests passed (64-bit AMD64, Allegro CL Enterprise Edition). +ODBC/POSTGRESQL: All 174 tests passed (64-bit AMD64, Allegro CL Enterprise Edition). +ODBC/MYSQL: All 158 tests passed (64-bit AMD64, Allegro CL Enterprise Edition). -postgresql: All 174 tests passed (64-bit AMD64, Allegro CL Enterprise Edition). -postgresql-socket: All 174 tests passed (64-bit AMD64, Allegro CL Enterprise Edition). -mysql: All 158 tests passed (64-bit AMD64, Allegro CL Enterprise Edition). -sqlite: All 168 tests passed (64-bit AMD64, Allegro CL Enterprise Edition). -odbc/postgresql: All 174 tests passed (64-bit AMD64, Allegro CL Enterprise Edition). -odbc/mysql: All 158 tests passed (64-bit AMD64, Allegro CL Enterprise Edition). +POSTGRESQL: All 174 tests passed (X86, SBCL). +POSTGRESQL-SOCKET: All 174 tests passed (X86, SBCL). +MYSQL: All 158 tests passed (X86, SBCL). +SQLITE: All 168 tests passed (X86, SBCL). +ODBC/POSTGRESQL: All 174 tests passed (X86, SBCL). +ODBC/MYSQL: All 158 tests passed (X86, SBCL). +POSTGRESQL: All 174 tests passed (x86, Allegro CL Enterprise Edition). +POSTGRESQL-SOCKET: All 174 tests passed (x86, Allegro CL Enterprise Edition). +MYSQL: All 158 tests passed (x86, Allegro CL Enterprise Edition). +SQLITE: All 168 tests passed (x86, Allegro CL Enterprise Edition). +ODBC/POSTGRESQL: All 174 tests passed (x86, Allegro CL Enterprise Edition). +ODBC/MYSQL: All 158 tests passed (x86, Allegro CL Enterprise Edition). +POSTGRESQL: All 174 tests passed (X86, CMU Common Lisp). +POSTGRESQL-SOCKET: All 174 tests passed (X86, CMU Common Lisp). +MYSQL: All 158 tests passed (X86, CMU Common Lisp). +SQLITE: All 168 tests passed (X86, CMU Common Lisp). +ODBC/POSTGRESQL: All 174 tests passed (X86, CMU Common Lisp). +ODBC/MYSQL: All 158 tests passed (X86, CMU Common Lisp). +POSTGRESQL: All 174 tests passed (NIL, LispWorks). +POSTGRESQL-SOCKET: All 174 tests passed (NIL, LispWorks). +MYSQL: All 158 tests passed (NIL, LispWorks). +SQLITE: All 168 tests passed (NIL, LispWorks). +ODBC/POSTGRESQL: All 174 tests passed (NIL, LispWorks). +ODBC/MYSQL: All 158 tests passed (NIL, LispWorks). +POSTGRESQL: All 174 tests passed (PowerPC, Allegro CL Enterprise Edition). +POSTGRESQL-SOCKET: All 174 tests passed (PowerPC, Allegro CL Enterprise Edition). +MYSQL: All 158 tests passed (PowerPC, Allegro CL Enterprise Edition). +SQLITE: All 168 tests passed (PowerPC, Allegro CL Enterprise Edition). +ODBC/MYSQL: All 158 tests passed (PowerPC, Allegro CL Enterprise Edition). +ODBC/POSTGRESQL: All 174 tests passed (PowerPC, Allegro CL Enterprise Edition). +POSTGRESQL: All 174 tests passed (PowerPC, SBCL). +POSTGRESQL-SOCKET: All 174 tests passed (PowerPC, SBCL). +MYSQL: All 158 tests passed (PowerPC, SBCL). +SQLITE: All 168 tests passed (PowerPC, SBCL). +ODBC/MYSQL: All 158 tests passed (PowerPC, SBCL). +ODBC/POSTGRESQL: All 174 tests passed (PowerPC, SBCL). +POSTGRESQL: All 174 tests passed (ppc, OpenMCL). +POSTGRESQL-SOCKET: All 174 tests passed (ppc, OpenMCL). +MYSQL: All 158 tests passed (ppc, OpenMCL). +SQLITE: All 168 tests passed (ppc, OpenMCL). +ODBC/MYSQL: All 158 tests passed (ppc, OpenMCL). +ODBC/POSTGRESQL: All 174 tests passed (ppc, OpenMCL). diff --git a/debian/changelog b/debian/changelog index 3018551..601ca04 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-sql (2.10.17-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Thu, 13 May 2004 04:48:28 -0600 + cl-sql (2.10.16-1) unstable; urgency=low * New upstream diff --git a/doc/intro.xml b/doc/intro.xml index 0987946..7b7dec0 100644 --- a/doc/intro.xml +++ b/doc/intro.xml @@ -106,12 +106,18 @@ implementations of &uffi;. The following implementations are supported: - &acl; v6.2 on Debian Linux, FreeBSD 4.5, and Microsoft Windows XP. - &lw; v4.3 on Debian Linux and Microsoft Windows XP. - &cmucl; 18e on Debian Linux, FreeBSD 4.5, and Solaris 2.8. - &sbcl; 0.8.5 on Debian Linux. + &acl; v6.2 and 7.0b on Debian Linux x86 & + x86_64 & PowerPC, FreeBSD 4.5, and Microsoft Windows + XP. + &lw; v4.3 on Debian Linux and Microsoft + Windows XP. + &cmucl; 18e on Debian Linux, FreeBSD 4.5, and + Solaris 2.8. + &sbcl; 0.8.5 on Debian + Linux. &scl; 1.1.1 on Debian Linux. - &openmcl; 0.14 on Debian Linux PowerPC. + &openmcl; 0.14 on Debian Linux + PowerPC. @@ -231,14 +237,13 @@ (push #P"/usr/share/lisp/clsql/" asdf:*central-registry*) -(asdf:operate 'asdf:load-op 'clsql-base) ; base CLSQL package +(asdf:operate 'asdf:load-op 'clsql) ; main CLSQL package (asdf:operate 'asdf:load-op 'clsql-mysql) ; MySQL interface (asdf:operate 'asdf:load-op 'clsql-postgresql) ; PostgreSQL interface (asdf:operate 'asdf:load-op 'clsql-postgresql-socket) ; Socket PGSQL interface (asdf:operate 'asdf:load-op 'clsql-odbc) ; ODBC interface (asdf:operate 'asdf:load-op 'clsql-sqlite) ; SQLite interface (asdf:operate 'asdf:load-op 'clsql-aodbc) ; Allegro ODBC interface -(asdf:operate 'asdf:load-op 'clsql) ; main CLSQL package -- 2.34.1