From 6141152b9819fc7fc9fed8eaf60d5aaa461f8463 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Thu, 1 Aug 2002 03:08:19 +0000 Subject: [PATCH] r2262: *** empty log message *** --- Makefile | 9 ++++---- clsql-aodbc.system | 4 ++-- {base => clsql-aodbc}/.cvsignore | 0 {base => clsql-aodbc}/Makefile | 0 .../aodbc => clsql-aodbc}/aodbc-package.cl | 2 +- .../aodbc => clsql-aodbc}/aodbc-sql.cl | 2 +- clsql-base.system | 4 ++-- {interfaces/aodbc => clsql-base}/.cvsignore | 0 {sql => clsql-base}/Makefile | 0 {base => clsql-base}/classes.cl | 2 +- {base => clsql-base}/cmucl-compat.cl | 2 +- {base => clsql-base}/conditions.cl | 2 +- {base => clsql-base}/db-interface.cl | 2 +- {base => clsql-base}/initialize.cl | 2 +- {base => clsql-base}/package.cl | 2 +- {base => clsql-base}/utils.cl | 2 +- clsql-mysql.system | 4 ++-- {interfaces/mysql => clsql-mysql}/.cvsignore | 0 {interfaces/mysql => clsql-mysql}/Makefile | 2 +- .../mysql => clsql-mysql}/Makefile.msvc | 2 +- .../mysql => clsql-mysql}/clsql-mysql.c | 2 +- .../mysql => clsql-mysql}/clsql-mysql.dll | Bin .../mysql => clsql-mysql}/clsql-mysql.lib | Bin .../mysql => clsql-mysql}/mysql-api.cl | 2 +- .../mysql => clsql-mysql}/mysql-loader.cl | 2 +- .../mysql => clsql-mysql}/mysql-package.cl | 2 +- .../mysql => clsql-mysql}/mysql-sql.cl | 2 +- .../mysql => clsql-mysql}/mysql-usql.cl | 2 +- .../testing/mysql-struct-size.cc | 0 .../testing/mysql-struct-size.cl | 0 clsql-oracle.system | 4 ++-- .../oracle => clsql-oracle}/.cvsignore | 0 {interfaces/oracle => clsql-oracle}/Makefile | 2 +- {interfaces/oracle => clsql-oracle}/README | 0 .../alien-resources.cl | 2 +- .../oracle-constants.cl | 2 +- .../oracle => clsql-oracle}/oracle-loader.cl | 2 +- .../oracle => clsql-oracle}/oracle-objects.cl | 0 .../oracle => clsql-oracle}/oracle-package.cl | 2 +- .../oracle => clsql-oracle}/oracle-sql.cl | 2 +- {interfaces/oracle => clsql-oracle}/oracle.cl | 2 +- clsql-postgresql-socket.system | 4 ++-- .../.cvsignore | 0 .../Makefile | 2 +- .../postgresql-socket-api.cl | 2 +- .../postgresql-socket-package.cl | 2 +- .../postgresql-socket-sql.cl | 2 +- clsql-postgresql.system | 4 ++-- .../.cvsignore | 0 .../aodbc => clsql-postgresql}/Makefile | 2 +- .../postgresql-api.cl | 2 +- .../postgresql-loader.cl | 2 +- .../postgresql-package.cl | 2 +- .../postgresql-sql.cl | 2 +- .../postgresql-usql.cl | 2 +- clsql-uffi.system | 4 ++-- .../clsql-uffi => clsql-uffi}/.cvsignore | 0 .../clsql-uffi => clsql-uffi}/Makefile | 2 +- .../clsql-uffi => clsql-uffi}/Makefile.msvc | 2 +- .../clsql-uffi-loader.cl | 2 +- .../clsql-uffi-package.cl | 2 +- .../clsql-uffi => clsql-uffi}/clsql-uffi.c | 2 +- .../clsql-uffi => clsql-uffi}/clsql-uffi.cl | 2 +- .../clsql-uffi => clsql-uffi}/clsql-uffi.dll | Bin .../clsql-uffi => clsql-uffi}/clsql-uffi.lib | Bin clsql.system | 4 ++-- {sql => clsql}/.cvsignore | 0 {interfaces/postgresql => clsql}/Makefile | 2 +- {sql => clsql}/functional.cl | 2 +- {sql => clsql}/loop-extension.cl | 2 +- {sql => clsql}/package.cl | 2 +- {sql => clsql}/pool.cl | 2 +- {sql => clsql}/sql.cl | 2 +- {sql => clsql}/transactions.cl | 2 +- {sql => clsql}/usql.cl | 2 +- interfaces/Makefile | 21 ------------------ 76 files changed, 69 insertions(+), 89 deletions(-) rename {base => clsql-aodbc}/.cvsignore (100%) mode change 100644 => 100755 rename {base => clsql-aodbc}/Makefile (100%) rename {interfaces/aodbc => clsql-aodbc}/aodbc-package.cl (94%) rename {interfaces/aodbc => clsql-aodbc}/aodbc-sql.cl (98%) rename {interfaces/aodbc => clsql-base}/.cvsignore (100%) mode change 100755 => 100644 rename {sql => clsql-base}/Makefile (100%) rename {base => clsql-base}/classes.cl (97%) rename {base => clsql-base}/cmucl-compat.cl (98%) rename {base => clsql-base}/conditions.cl (99%) rename {base => clsql-base}/db-interface.cl (99%) rename {base => clsql-base}/initialize.cl (96%) rename {base => clsql-base}/package.cl (98%) rename {base => clsql-base}/utils.cl (97%) rename {interfaces/mysql => clsql-mysql}/.cvsignore (100%) rename {interfaces/mysql => clsql-mysql}/Makefile (96%) rename {interfaces/mysql => clsql-mysql}/Makefile.msvc (94%) rename {interfaces/mysql => clsql-mysql}/clsql-mysql.c (97%) rename {interfaces/mysql => clsql-mysql}/clsql-mysql.dll (100%) rename {interfaces/mysql => clsql-mysql}/clsql-mysql.lib (100%) rename {interfaces/mysql => clsql-mysql}/mysql-api.cl (99%) rename {interfaces/mysql => clsql-mysql}/mysql-loader.cl (98%) rename {interfaces/mysql => clsql-mysql}/mysql-package.cl (98%) rename {interfaces/mysql => clsql-mysql}/mysql-sql.cl (99%) rename {interfaces/mysql => clsql-mysql}/mysql-usql.cl (95%) rename {interfaces/mysql => clsql-mysql}/testing/mysql-struct-size.cc (100%) rename {interfaces/mysql => clsql-mysql}/testing/mysql-struct-size.cl (100%) rename {interfaces/oracle => clsql-oracle}/.cvsignore (100%) rename {interfaces/oracle => clsql-oracle}/Makefile (62%) rename {interfaces/oracle => clsql-oracle}/README (100%) rename {interfaces/oracle => clsql-oracle}/alien-resources.cl (95%) rename {interfaces/oracle => clsql-oracle}/oracle-constants.cl (99%) rename {interfaces/oracle => clsql-oracle}/oracle-loader.cl (97%) rename {interfaces/oracle => clsql-oracle}/oracle-objects.cl (100%) rename {interfaces/oracle => clsql-oracle}/oracle-package.cl (85%) rename {interfaces/oracle => clsql-oracle}/oracle-sql.cl (99%) rename {interfaces/oracle => clsql-oracle}/oracle.cl (99%) rename {interfaces/postgresql-socket => clsql-postgresql-socket}/.cvsignore (100%) rename {interfaces/postgresql-socket => clsql-postgresql-socket}/Makefile (62%) rename {interfaces/postgresql-socket => clsql-postgresql-socket}/postgresql-socket-api.cl (99%) rename {interfaces/postgresql-socket => clsql-postgresql-socket}/postgresql-socket-package.cl (96%) rename {interfaces/postgresql-socket => clsql-postgresql-socket}/postgresql-socket-sql.cl (99%) rename {interfaces/postgresql => clsql-postgresql}/.cvsignore (100%) rename {interfaces/aodbc => clsql-postgresql}/Makefile (62%) rename {interfaces/postgresql => clsql-postgresql}/postgresql-api.cl (98%) rename {interfaces/postgresql => clsql-postgresql}/postgresql-loader.cl (96%) rename {interfaces/postgresql => clsql-postgresql}/postgresql-package.cl (96%) rename {interfaces/postgresql => clsql-postgresql}/postgresql-sql.cl (99%) rename {interfaces/postgresql => clsql-postgresql}/postgresql-usql.cl (98%) rename {interfaces/clsql-uffi => clsql-uffi}/.cvsignore (100%) rename {interfaces/clsql-uffi => clsql-uffi}/Makefile (95%) rename {interfaces/clsql-uffi => clsql-uffi}/Makefile.msvc (93%) rename {interfaces/clsql-uffi => clsql-uffi}/clsql-uffi-loader.cl (96%) rename {interfaces/clsql-uffi => clsql-uffi}/clsql-uffi-package.cl (94%) rename {interfaces/clsql-uffi => clsql-uffi}/clsql-uffi.c (96%) rename {interfaces/clsql-uffi => clsql-uffi}/clsql-uffi.cl (97%) rename {interfaces/clsql-uffi => clsql-uffi}/clsql-uffi.dll (100%) rename {interfaces/clsql-uffi => clsql-uffi}/clsql-uffi.lib (100%) rename {sql => clsql}/.cvsignore (100%) rename {interfaces/postgresql => clsql}/Makefile (62%) rename {sql => clsql}/functional.cl (98%) rename {sql => clsql}/loop-extension.cl (98%) rename {sql => clsql}/package.cl (98%) rename {sql => clsql}/pool.cl (97%) rename {sql => clsql}/sql.cl (99%) rename {sql => clsql}/transactions.cl (98%) rename {sql => clsql}/usql.cl (97%) delete mode 100644 interfaces/Makefile diff --git a/Makefile b/Makefile index 69e3b13..4b46baa 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # Programer: Kevin M. Rosenberg # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.20 2002/06/20 13:34:55 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.21 2002/08/01 03:08:19 kevin Exp $ # # This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -13,9 +13,10 @@ # as governed by the terms of the Lisp Lesser GNU Public License # (http://opensource.franz.com/preamble.html), also known as the LLGPL. -PKG:=clsql -DEBPKG=cl-sql -SUBDIRS:=interfaces sql base +PKG := clsql +DEBPKG := cl-sql +SUBDIRS := clsql clsql-uffi clsql-base clsql-mysql clsql-aodbc \ + clsql-postgresql clsql-postgresql-socket DOCSUBDIRS:=doc include Makefile.common diff --git a/clsql-aodbc.system b/clsql-aodbc.system index 4f60685..82eb765 100644 --- a/clsql-aodbc.system +++ b/clsql-aodbc.system @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql-aodbc.system,v 1.8 2002/07/26 05:19:00 kevin Exp $ +;;;; $Id: clsql-aodbc.system,v 1.9 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -20,7 +20,7 @@ (in-package :make) (defsystem :clsql-aodbc - :source-pathname "cl-library:clsql;interfaces;aodbc;" + :source-pathname "cl-library:clsql-aodbc;" :source-extension "cl" :components ((:file "aodbc-package") (:file "aodbc-sql" :depends-on ("aodbc-package"))) diff --git a/base/.cvsignore b/clsql-aodbc/.cvsignore old mode 100644 new mode 100755 similarity index 100% rename from base/.cvsignore rename to clsql-aodbc/.cvsignore diff --git a/base/Makefile b/clsql-aodbc/Makefile similarity index 100% rename from base/Makefile rename to clsql-aodbc/Makefile diff --git a/interfaces/aodbc/aodbc-package.cl b/clsql-aodbc/aodbc-package.cl similarity index 94% rename from interfaces/aodbc/aodbc-package.cl rename to clsql-aodbc/aodbc-package.cl index 14f0995..958ead8 100644 --- a/interfaces/aodbc/aodbc-package.cl +++ b/clsql-aodbc/aodbc-package.cl @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: aodbc-package.cl,v 1.2 2002/05/27 17:19:30 kevin Exp $ +;;;; $Id: aodbc-package.cl,v 1.1 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/interfaces/aodbc/aodbc-sql.cl b/clsql-aodbc/aodbc-sql.cl similarity index 98% rename from interfaces/aodbc/aodbc-sql.cl rename to clsql-aodbc/aodbc-sql.cl index 5eaa960..9ca6c76 100644 --- a/interfaces/aodbc/aodbc-sql.cl +++ b/clsql-aodbc/aodbc-sql.cl @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: aodbc-sql.cl,v 1.11 2002/05/27 17:19:30 kevin Exp $ +;;;; $Id: aodbc-sql.cl,v 1.1 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/clsql-base.system b/clsql-base.system index f282312..3278dd6 100644 --- a/clsql-base.system +++ b/clsql-base.system @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql-base.system,v 1.8 2002/07/26 05:19:00 kevin Exp $ +;;;; $Id: clsql-base.system,v 1.9 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -28,7 +28,7 @@ ;;; System definitions (defsystem :clsql-base - :source-pathname "cl-library:clsql;base;" + :source-pathname "cl-library:clsql-base;" :source-extension "cl" :components ((:file "cmucl-compat") (:file "package") diff --git a/interfaces/aodbc/.cvsignore b/clsql-base/.cvsignore old mode 100755 new mode 100644 similarity index 100% rename from interfaces/aodbc/.cvsignore rename to clsql-base/.cvsignore diff --git a/sql/Makefile b/clsql-base/Makefile similarity index 100% rename from sql/Makefile rename to clsql-base/Makefile diff --git a/base/classes.cl b/clsql-base/classes.cl similarity index 97% rename from base/classes.cl rename to clsql-base/classes.cl index e23993e..315fae9 100644 --- a/base/classes.cl +++ b/clsql-base/classes.cl @@ -8,7 +8,7 @@ ;;;; original code by Pierre R. Mai ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: classes.cl,v 1.2 2002/05/27 17:19:30 kevin Exp $ +;;;; $Id: classes.cl,v 1.1 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai diff --git a/base/cmucl-compat.cl b/clsql-base/cmucl-compat.cl similarity index 98% rename from base/cmucl-compat.cl rename to clsql-base/cmucl-compat.cl index 85cc280..e18fa0c 100644 --- a/base/cmucl-compat.cl +++ b/clsql-base/cmucl-compat.cl @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: cmucl-compat.cl,v 1.1 2002/05/15 17:10:28 kevin Exp $ +;;;; $Id: cmucl-compat.cl,v 1.1 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/base/conditions.cl b/clsql-base/conditions.cl similarity index 99% rename from base/conditions.cl rename to clsql-base/conditions.cl index e902ab0..4371ccc 100644 --- a/base/conditions.cl +++ b/clsql-base/conditions.cl @@ -8,7 +8,7 @@ ;;;; Original code by Pierre R. Mai ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: conditions.cl,v 1.2 2002/05/27 17:19:30 kevin Exp $ +;;;; $Id: conditions.cl,v 1.1 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai diff --git a/base/db-interface.cl b/clsql-base/db-interface.cl similarity index 99% rename from base/db-interface.cl rename to clsql-base/db-interface.cl index d90d566..479534e 100644 --- a/base/db-interface.cl +++ b/clsql-base/db-interface.cl @@ -9,7 +9,7 @@ ;;;; onShoreD to support UncommonSQL front-end ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: db-interface.cl,v 1.2 2002/05/27 17:19:30 kevin Exp $ +;;;; $Id: db-interface.cl,v 1.1 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai, and onShoreD diff --git a/base/initialize.cl b/clsql-base/initialize.cl similarity index 96% rename from base/initialize.cl rename to clsql-base/initialize.cl index e522d02..0380f70 100644 --- a/base/initialize.cl +++ b/clsql-base/initialize.cl @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg ;;;; Date Started: May 2002 ;;;; -;;;; $Id: initialize.cl,v 1.2 2002/05/27 17:19:30 kevin Exp $ +;;;; $Id: initialize.cl,v 1.1 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai diff --git a/base/package.cl b/clsql-base/package.cl similarity index 98% rename from base/package.cl rename to clsql-base/package.cl index 62199ce..dfca868 100644 --- a/base/package.cl +++ b/clsql-base/package.cl @@ -8,7 +8,7 @@ ;;;; Original code by Pierre R. Mai ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: package.cl,v 1.6 2002/05/27 17:19:30 kevin Exp $ +;;;; $Id: package.cl,v 1.1 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai diff --git a/base/utils.cl b/clsql-base/utils.cl similarity index 97% rename from base/utils.cl rename to clsql-base/utils.cl index 99df86c..b26ee9e 100644 --- a/base/utils.cl +++ b/clsql-base/utils.cl @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: utils.cl,v 1.4 2002/05/27 17:19:30 kevin Exp $ +;;;; $Id: utils.cl,v 1.1 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/clsql-mysql.system b/clsql-mysql.system index 66f441a..c52525b 100644 --- a/clsql-mysql.system +++ b/clsql-mysql.system @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql-mysql.system,v 1.15 2002/07/26 05:19:00 kevin Exp $ +;;;; $Id: clsql-mysql.system,v 1.16 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -23,7 +23,7 @@ ;;; System definition (defsystem :clsql-mysql - :source-pathname "cl-library:clsql;interfaces;mysql;" + :source-pathname "cl-library:clsql-mysql;" :source-extension "cl" :components ((:file "mysql-package") (:file "mysql-loader" :depends-on ("mysql-package")) diff --git a/interfaces/mysql/.cvsignore b/clsql-mysql/.cvsignore similarity index 100% rename from interfaces/mysql/.cvsignore rename to clsql-mysql/.cvsignore diff --git a/interfaces/mysql/Makefile b/clsql-mysql/Makefile similarity index 96% rename from interfaces/mysql/Makefile rename to clsql-mysql/Makefile index b1f9cde..d1fcb4a 100644 --- a/interfaces/mysql/Makefile +++ b/clsql-mysql/Makefile @@ -7,7 +7,7 @@ # Programer: Kevin M. Rosenberg # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.8 2002/04/07 08:59:29 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.1 2002/08/01 03:06:26 kevin Exp $ # # This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg # diff --git a/interfaces/mysql/Makefile.msvc b/clsql-mysql/Makefile.msvc similarity index 94% rename from interfaces/mysql/Makefile.msvc rename to clsql-mysql/Makefile.msvc index 7819801..e8addd0 100644 --- a/interfaces/mysql/Makefile.msvc +++ b/clsql-mysql/Makefile.msvc @@ -7,7 +7,7 @@ # Programer: Kevin M. Rosenberg # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile.msvc,v 1.1 2002/03/23 14:04:52 kevin Exp $ +# CVS Id: $Id: Makefile.msvc,v 1.1 2002/08/01 03:06:26 kevin Exp $ # # This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg # diff --git a/interfaces/mysql/clsql-mysql.c b/clsql-mysql/clsql-mysql.c similarity index 97% rename from interfaces/mysql/clsql-mysql.c rename to clsql-mysql/clsql-mysql.c index 91bcd06..9bd6e97 100644 --- a/interfaces/mysql/clsql-mysql.c +++ b/clsql-mysql/clsql-mysql.c @@ -6,7 +6,7 @@ * Programmer: Kevin M. Rosenberg * Date Started: Mar 2002 * - * $Id: clsql-mysql.c,v 1.4 2002/03/27 08:09:25 kevin Exp $ + * $Id: clsql-mysql.c,v 1.1 2002/08/01 03:06:26 kevin Exp $ * * This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg * diff --git a/interfaces/mysql/clsql-mysql.dll b/clsql-mysql/clsql-mysql.dll similarity index 100% rename from interfaces/mysql/clsql-mysql.dll rename to clsql-mysql/clsql-mysql.dll diff --git a/interfaces/mysql/clsql-mysql.lib b/clsql-mysql/clsql-mysql.lib similarity index 100% rename from interfaces/mysql/clsql-mysql.lib rename to clsql-mysql/clsql-mysql.lib diff --git a/interfaces/mysql/mysql-api.cl b/clsql-mysql/mysql-api.cl similarity index 99% rename from interfaces/mysql/mysql-api.cl rename to clsql-mysql/mysql-api.cl index ab88a7b..2c154dc 100644 --- a/interfaces/mysql/mysql-api.cl +++ b/clsql-mysql/mysql-api.cl @@ -8,7 +8,7 @@ ;;;; Original code by Pierre R. Mai ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: mysql-api.cl,v 1.4 2002/05/25 15:57:28 kevin Exp $ +;;;; $Id: mysql-api.cl,v 1.1 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai diff --git a/interfaces/mysql/mysql-loader.cl b/clsql-mysql/mysql-loader.cl similarity index 98% rename from interfaces/mysql/mysql-loader.cl rename to clsql-mysql/mysql-loader.cl index 7a2345a..64aad2e 100644 --- a/interfaces/mysql/mysql-loader.cl +++ b/clsql-mysql/mysql-loader.cl @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: mysql-loader.cl,v 1.21 2002/07/26 02:47:12 kevin Exp $ +;;;; $Id: mysql-loader.cl,v 1.1 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/interfaces/mysql/mysql-package.cl b/clsql-mysql/mysql-package.cl similarity index 98% rename from interfaces/mysql/mysql-package.cl rename to clsql-mysql/mysql-package.cl index afacc62..c8c5947 100644 --- a/interfaces/mysql/mysql-package.cl +++ b/clsql-mysql/mysql-package.cl @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: mysql-package.cl,v 1.7 2002/03/27 08:09:25 kevin Exp $ +;;;; $Id: mysql-package.cl,v 1.1 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/interfaces/mysql/mysql-sql.cl b/clsql-mysql/mysql-sql.cl similarity index 99% rename from interfaces/mysql/mysql-sql.cl rename to clsql-mysql/mysql-sql.cl index 652fb33..f41a4d3 100644 --- a/interfaces/mysql/mysql-sql.cl +++ b/clsql-mysql/mysql-sql.cl @@ -8,7 +8,7 @@ ;;;; Original code by Pierre R. Mai ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: mysql-sql.cl,v 1.22 2002/05/27 17:19:30 kevin Exp $ +;;;; $Id: mysql-sql.cl,v 1.1 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai diff --git a/interfaces/mysql/mysql-usql.cl b/clsql-mysql/mysql-usql.cl similarity index 95% rename from interfaces/mysql/mysql-usql.cl rename to clsql-mysql/mysql-usql.cl index 311bf67..8b33b9d 100644 --- a/interfaces/mysql/mysql-usql.cl +++ b/clsql-mysql/mysql-usql.cl @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg and onShore Development Inc ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: mysql-usql.cl,v 1.6 2002/05/27 17:19:30 kevin Exp $ +;;;; $Id: mysql-usql.cl,v 1.1 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and by onShore Development Inc. diff --git a/interfaces/mysql/testing/mysql-struct-size.cc b/clsql-mysql/testing/mysql-struct-size.cc similarity index 100% rename from interfaces/mysql/testing/mysql-struct-size.cc rename to clsql-mysql/testing/mysql-struct-size.cc diff --git a/interfaces/mysql/testing/mysql-struct-size.cl b/clsql-mysql/testing/mysql-struct-size.cl similarity index 100% rename from interfaces/mysql/testing/mysql-struct-size.cl rename to clsql-mysql/testing/mysql-struct-size.cl diff --git a/clsql-oracle.system b/clsql-oracle.system index 96a5939..3852965 100644 --- a/clsql-oracle.system +++ b/clsql-oracle.system @@ -1,14 +1,14 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;;; This is copyrighted software. See interfaces/oracle/* files for terms. ;;;; -;;;; $Id: clsql-oracle.system,v 1.2 2002/07/26 05:19:00 kevin Exp $ +;;;; $Id: clsql-oracle.system,v 1.3 2002/08/01 03:06:26 kevin Exp $ (in-package :make) ;;; System definition (defsystem :clsql-oracle - :source-pathname "cl-library:clsql;interfaces;oracle" + :source-pathname "cl-library:clsql-oracle" :source-extension "cl" :components ((:file "oracle-package") diff --git a/interfaces/oracle/.cvsignore b/clsql-oracle/.cvsignore similarity index 100% rename from interfaces/oracle/.cvsignore rename to clsql-oracle/.cvsignore diff --git a/interfaces/oracle/Makefile b/clsql-oracle/Makefile similarity index 62% rename from interfaces/oracle/Makefile rename to clsql-oracle/Makefile index ce6118b..31dc910 100644 --- a/interfaces/oracle/Makefile +++ b/clsql-oracle/Makefile @@ -1,6 +1,6 @@ SUBDIRS := -include ../../Makefile.common +include ../Makefile.common .PHONY: distclean distclean: clean diff --git a/interfaces/oracle/README b/clsql-oracle/README similarity index 100% rename from interfaces/oracle/README rename to clsql-oracle/README diff --git a/interfaces/oracle/alien-resources.cl b/clsql-oracle/alien-resources.cl similarity index 95% rename from interfaces/oracle/alien-resources.cl rename to clsql-oracle/alien-resources.cl index c2bdf9d..57d50ba 100644 --- a/interfaces/oracle/alien-resources.cl +++ b/clsql-oracle/alien-resources.cl @@ -1,5 +1,5 @@ ;;; -*- Mode: Lisp -*- -;;; $Id: alien-resources.cl,v 1.2 2002/05/13 03:57:09 kevin Exp $ +;;; $Id: alien-resources.cl,v 1.1 2002/08/01 03:06:26 kevin Exp $ ;;; This is copyrighted software. See documentation for terms. ;;; diff --git a/interfaces/oracle/oracle-constants.cl b/clsql-oracle/oracle-constants.cl similarity index 99% rename from interfaces/oracle/oracle-constants.cl rename to clsql-oracle/oracle-constants.cl index 2c9f56c..219021f 100644 --- a/interfaces/oracle/oracle-constants.cl +++ b/clsql-oracle/oracle-constants.cl @@ -1,5 +1,5 @@ ;;; -*- Mode: Lisp -*- -;;; $Id: oracle-constants.cl,v 1.2 2002/05/13 03:57:09 kevin Exp $ +;;; $Id: oracle-constants.cl,v 1.1 2002/08/01 03:06:26 kevin Exp $ (in-package :clsql-oracle) diff --git a/interfaces/oracle/oracle-loader.cl b/clsql-oracle/oracle-loader.cl similarity index 97% rename from interfaces/oracle/oracle-loader.cl rename to clsql-oracle/oracle-loader.cl index 48d3246..c1d5940 100644 --- a/interfaces/oracle/oracle-loader.cl +++ b/clsql-oracle/oracle-loader.cl @@ -1,5 +1,5 @@ ;;; -*- Mode: Lisp -*- -;;; $Id: oracle-loader.cl,v 1.2 2002/05/13 03:57:09 kevin Exp $ +;;; $Id: oracle-loader.cl,v 1.1 2002/08/01 03:06:26 kevin Exp $ ;;; ;;; MaiSQL --- Common Lisp Interface Layer to SQL Databases ;;; This is copyrighted software. See documentation for terms. diff --git a/interfaces/oracle/oracle-objects.cl b/clsql-oracle/oracle-objects.cl similarity index 100% rename from interfaces/oracle/oracle-objects.cl rename to clsql-oracle/oracle-objects.cl diff --git a/interfaces/oracle/oracle-package.cl b/clsql-oracle/oracle-package.cl similarity index 85% rename from interfaces/oracle/oracle-package.cl rename to clsql-oracle/oracle-package.cl index 9dd43b0..c5f46b6 100644 --- a/interfaces/oracle/oracle-package.cl +++ b/clsql-oracle/oracle-package.cl @@ -1,5 +1,5 @@ ;;; -*- Mode: Lisp -*- -;;; $Id: oracle-package.cl,v 1.2 2002/05/13 03:57:09 kevin Exp $ +;;; $Id: oracle-package.cl,v 1.1 2002/08/01 03:06:26 kevin Exp $ ;;; ;;; This is copyrighted software. See documentation for terms. diff --git a/interfaces/oracle/oracle-sql.cl b/clsql-oracle/oracle-sql.cl similarity index 99% rename from interfaces/oracle/oracle-sql.cl rename to clsql-oracle/oracle-sql.cl index d607ff8..d70392c 100644 --- a/interfaces/oracle/oracle-sql.cl +++ b/clsql-oracle/oracle-sql.cl @@ -1,5 +1,5 @@ ;;; -*- Mode: Lisp -*- -;;; $Id: oracle-sql.cl,v 1.2 2002/05/13 03:57:09 kevin Exp $ +;;; $Id: oracle-sql.cl,v 1.1 2002/08/01 03:06:26 kevin Exp $ ;;; MaiSQL --- Common Lisp Interface Layer to SQL Databases ;;; This is copyrighted software. See documentation for terms. diff --git a/interfaces/oracle/oracle.cl b/clsql-oracle/oracle.cl similarity index 99% rename from interfaces/oracle/oracle.cl rename to clsql-oracle/oracle.cl index eb1569c..72c9393 100644 --- a/interfaces/oracle/oracle.cl +++ b/clsql-oracle/oracle.cl @@ -1,5 +1,5 @@ ;;; -*- Mode: Lisp -*- -;;; $Id: oracle.cl,v 1.2 2002/05/13 03:57:09 kevin Exp $ +;;; $Id: oracle.cl,v 1.1 2002/08/01 03:06:26 kevin Exp $ ;;; MaiSQL --- Common Lisp Interface Layer to SQL Databases ;;; This is copyrighted software. See documentation for terms. diff --git a/clsql-postgresql-socket.system b/clsql-postgresql-socket.system index ef44b01..cd9e038 100644 --- a/clsql-postgresql-socket.system +++ b/clsql-postgresql-socket.system @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql-postgresql-socket.system,v 1.9 2002/07/26 05:19:00 kevin Exp $ +;;;; $Id: clsql-postgresql-socket.system,v 1.10 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -22,7 +22,7 @@ ;;; System definition (defsystem :clsql-postgresql-socket - :source-pathname "cl-library:clsql;interfaces;postgresql-socket;" + :source-pathname "cl-library:clsql-postgresql-socket;" :source-extension "cl" :components ((:file "postgresql-socket-package") (:file "postgresql-socket-api" diff --git a/interfaces/postgresql-socket/.cvsignore b/clsql-postgresql-socket/.cvsignore similarity index 100% rename from interfaces/postgresql-socket/.cvsignore rename to clsql-postgresql-socket/.cvsignore diff --git a/interfaces/postgresql-socket/Makefile b/clsql-postgresql-socket/Makefile similarity index 62% rename from interfaces/postgresql-socket/Makefile rename to clsql-postgresql-socket/Makefile index ce6118b..31dc910 100644 --- a/interfaces/postgresql-socket/Makefile +++ b/clsql-postgresql-socket/Makefile @@ -1,6 +1,6 @@ SUBDIRS := -include ../../Makefile.common +include ../Makefile.common .PHONY: distclean distclean: clean diff --git a/interfaces/postgresql-socket/postgresql-socket-api.cl b/clsql-postgresql-socket/postgresql-socket-api.cl similarity index 99% rename from interfaces/postgresql-socket/postgresql-socket-api.cl rename to clsql-postgresql-socket/postgresql-socket-api.cl index e30584e..e0109da 100644 --- a/interfaces/postgresql-socket/postgresql-socket-api.cl +++ b/clsql-postgresql-socket/postgresql-socket-api.cl @@ -9,7 +9,7 @@ ;;;; ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: postgresql-socket-api.cl,v 1.14 2002/04/07 15:10:01 kevin Exp $ +;;;; $Id: postgresql-socket-api.cl,v 1.1 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai diff --git a/interfaces/postgresql-socket/postgresql-socket-package.cl b/clsql-postgresql-socket/postgresql-socket-package.cl similarity index 96% rename from interfaces/postgresql-socket/postgresql-socket-package.cl rename to clsql-postgresql-socket/postgresql-socket-package.cl index 9097a45..650960b 100644 --- a/interfaces/postgresql-socket/postgresql-socket-package.cl +++ b/clsql-postgresql-socket/postgresql-socket-package.cl @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: postgresql-socket-package.cl,v 1.5 2002/04/06 20:47:29 kevin Exp $ +;;;; $Id: postgresql-socket-package.cl,v 1.1 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/interfaces/postgresql-socket/postgresql-socket-sql.cl b/clsql-postgresql-socket/postgresql-socket-sql.cl similarity index 99% rename from interfaces/postgresql-socket/postgresql-socket-sql.cl rename to clsql-postgresql-socket/postgresql-socket-sql.cl index f1a6ca4..9948131 100644 --- a/interfaces/postgresql-socket/postgresql-socket-sql.cl +++ b/clsql-postgresql-socket/postgresql-socket-sql.cl @@ -8,7 +8,7 @@ ;;;; Original code by Pierre R. Mai ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: postgresql-socket-sql.cl,v 1.13 2002/05/27 17:19:30 kevin Exp $ +;;;; $Id: postgresql-socket-sql.cl,v 1.1 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai diff --git a/clsql-postgresql.system b/clsql-postgresql.system index 2551633..940f8f0 100644 --- a/clsql-postgresql.system +++ b/clsql-postgresql.system @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql-postgresql.system,v 1.9 2002/07/26 05:19:00 kevin Exp $ +;;;; $Id: clsql-postgresql.system,v 1.10 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -20,7 +20,7 @@ (in-package :make) (defsystem :clsql-postgresql - :source-pathname "cl-library:clsql;interfaces;postgresql;" + :source-pathname "cl-library:clsql-postgresql;" :source-extension "cl" :components ((:file "postgresql-package") (:file "postgresql-loader" :depends-on ("postgresql-package")) diff --git a/interfaces/postgresql/.cvsignore b/clsql-postgresql/.cvsignore similarity index 100% rename from interfaces/postgresql/.cvsignore rename to clsql-postgresql/.cvsignore diff --git a/interfaces/aodbc/Makefile b/clsql-postgresql/Makefile similarity index 62% rename from interfaces/aodbc/Makefile rename to clsql-postgresql/Makefile index ce6118b..31dc910 100644 --- a/interfaces/aodbc/Makefile +++ b/clsql-postgresql/Makefile @@ -1,6 +1,6 @@ SUBDIRS := -include ../../Makefile.common +include ../Makefile.common .PHONY: distclean distclean: clean diff --git a/interfaces/postgresql/postgresql-api.cl b/clsql-postgresql/postgresql-api.cl similarity index 98% rename from interfaces/postgresql/postgresql-api.cl rename to clsql-postgresql/postgresql-api.cl index 5f67961..5b686eb 100644 --- a/interfaces/postgresql/postgresql-api.cl +++ b/clsql-postgresql/postgresql-api.cl @@ -8,7 +8,7 @@ ;;;; Original code by Pierre R. Mai ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: postgresql-api.cl,v 1.6 2002/04/19 20:25:20 marc.battyani Exp $ +;;;; $Id: postgresql-api.cl,v 1.1 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai diff --git a/interfaces/postgresql/postgresql-loader.cl b/clsql-postgresql/postgresql-loader.cl similarity index 96% rename from interfaces/postgresql/postgresql-loader.cl rename to clsql-postgresql/postgresql-loader.cl index bfdf60d..9e44e80 100644 --- a/interfaces/postgresql/postgresql-loader.cl +++ b/clsql-postgresql/postgresql-loader.cl @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: postgresql-loader.cl,v 1.12 2002/05/27 17:19:30 kevin Exp $ +;;;; $Id: postgresql-loader.cl,v 1.1 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/interfaces/postgresql/postgresql-package.cl b/clsql-postgresql/postgresql-package.cl similarity index 96% rename from interfaces/postgresql/postgresql-package.cl rename to clsql-postgresql/postgresql-package.cl index 22c4a3f..34f6c00 100644 --- a/interfaces/postgresql/postgresql-package.cl +++ b/clsql-postgresql/postgresql-package.cl @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: postgresql-package.cl,v 1.7 2002/04/19 20:25:20 marc.battyani Exp $ +;;;; $Id: postgresql-package.cl,v 1.1 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/interfaces/postgresql/postgresql-sql.cl b/clsql-postgresql/postgresql-sql.cl similarity index 99% rename from interfaces/postgresql/postgresql-sql.cl rename to clsql-postgresql/postgresql-sql.cl index cb02f60..dfab1a7 100644 --- a/interfaces/postgresql/postgresql-sql.cl +++ b/clsql-postgresql/postgresql-sql.cl @@ -8,7 +8,7 @@ ;;;; Original code by Pierre R. Mai ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: postgresql-sql.cl,v 1.18 2002/05/27 17:19:30 kevin Exp $ +;;;; $Id: postgresql-sql.cl,v 1.1 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai diff --git a/interfaces/postgresql/postgresql-usql.cl b/clsql-postgresql/postgresql-usql.cl similarity index 98% rename from interfaces/postgresql/postgresql-usql.cl rename to clsql-postgresql/postgresql-usql.cl index 3919dde..08e2a7b 100644 --- a/interfaces/postgresql/postgresql-usql.cl +++ b/clsql-postgresql/postgresql-usql.cl @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg and onShore Development Inc ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: postgresql-usql.cl,v 1.5 2002/06/12 17:47:13 kevin Exp $ +;;;; $Id: postgresql-usql.cl,v 1.1 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and by onShore Development Inc. diff --git a/clsql-uffi.system b/clsql-uffi.system index a315aa1..84015d7 100644 --- a/clsql-uffi.system +++ b/clsql-uffi.system @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql-uffi.system,v 1.5 2002/07/26 05:19:00 kevin Exp $ +;;;; $Id: clsql-uffi.system,v 1.6 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -23,7 +23,7 @@ ;;; System definition (defsystem :clsql-uffi - :source-pathname "cl-library:clsql;interfaces;clsql-uffi;" + :source-pathname "cl-library:clsql-uffi;" :source-extension "cl" :components ((:file "clsql-uffi-package") (:file "clsql-uffi-loader" :depends-on ("clsql-uffi-package")) diff --git a/interfaces/clsql-uffi/.cvsignore b/clsql-uffi/.cvsignore similarity index 100% rename from interfaces/clsql-uffi/.cvsignore rename to clsql-uffi/.cvsignore diff --git a/interfaces/clsql-uffi/Makefile b/clsql-uffi/Makefile similarity index 95% rename from interfaces/clsql-uffi/Makefile rename to clsql-uffi/Makefile index 14dfaa1..f163b14 100644 --- a/interfaces/clsql-uffi/Makefile +++ b/clsql-uffi/Makefile @@ -7,7 +7,7 @@ # Programer: Kevin M. Rosenberg # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.6 2002/04/07 08:48:54 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.1 2002/08/01 03:06:27 kevin Exp $ # # This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg # diff --git a/interfaces/clsql-uffi/Makefile.msvc b/clsql-uffi/Makefile.msvc similarity index 93% rename from interfaces/clsql-uffi/Makefile.msvc rename to clsql-uffi/Makefile.msvc index ada128e..49e52d2 100644 --- a/interfaces/clsql-uffi/Makefile.msvc +++ b/clsql-uffi/Makefile.msvc @@ -7,7 +7,7 @@ # Programer: Kevin M. Rosenberg # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile.msvc,v 1.1 2002/03/27 07:58:42 kevin Exp $ +# CVS Id: $Id: Makefile.msvc,v 1.1 2002/08/01 03:06:27 kevin Exp $ # # This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg # diff --git a/interfaces/clsql-uffi/clsql-uffi-loader.cl b/clsql-uffi/clsql-uffi-loader.cl similarity index 96% rename from interfaces/clsql-uffi/clsql-uffi-loader.cl rename to clsql-uffi/clsql-uffi-loader.cl index a197061..af633ba 100644 --- a/interfaces/clsql-uffi/clsql-uffi-loader.cl +++ b/clsql-uffi/clsql-uffi-loader.cl @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: clsql-uffi-loader.cl,v 1.16 2002/07/26 02:47:12 kevin Exp $ +;;;; $Id: clsql-uffi-loader.cl,v 1.1 2002/08/01 03:06:27 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/interfaces/clsql-uffi/clsql-uffi-package.cl b/clsql-uffi/clsql-uffi-package.cl similarity index 94% rename from interfaces/clsql-uffi/clsql-uffi-package.cl rename to clsql-uffi/clsql-uffi-package.cl index 2329c5f..f096bfc 100644 --- a/interfaces/clsql-uffi/clsql-uffi-package.cl +++ b/clsql-uffi/clsql-uffi-package.cl @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: clsql-uffi-package.cl,v 1.1 2002/03/27 07:58:42 kevin Exp $ +;;;; $Id: clsql-uffi-package.cl,v 1.1 2002/08/01 03:06:27 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/interfaces/clsql-uffi/clsql-uffi.c b/clsql-uffi/clsql-uffi.c similarity index 96% rename from interfaces/clsql-uffi/clsql-uffi.c rename to clsql-uffi/clsql-uffi.c index 951a1ec..280ec61 100644 --- a/interfaces/clsql-uffi/clsql-uffi.c +++ b/clsql-uffi/clsql-uffi.c @@ -6,7 +6,7 @@ * Programmer: Kevin M. Rosenberg * Date Started: Mar 2002 * - * $Id: clsql-uffi.c,v 1.2 2002/03/27 09:10:16 kevin Exp $ + * $Id: clsql-uffi.c,v 1.1 2002/08/01 03:06:27 kevin Exp $ * * This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg * diff --git a/interfaces/clsql-uffi/clsql-uffi.cl b/clsql-uffi/clsql-uffi.cl similarity index 97% rename from interfaces/clsql-uffi/clsql-uffi.cl rename to clsql-uffi/clsql-uffi.cl index eddd6cd..b89ec1a 100644 --- a/interfaces/clsql-uffi/clsql-uffi.cl +++ b/clsql-uffi/clsql-uffi.cl @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: clsql-uffi.cl,v 1.4 2002/03/29 14:03:27 kevin Exp $ +;;;; $Id: clsql-uffi.cl,v 1.1 2002/08/01 03:06:27 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/interfaces/clsql-uffi/clsql-uffi.dll b/clsql-uffi/clsql-uffi.dll similarity index 100% rename from interfaces/clsql-uffi/clsql-uffi.dll rename to clsql-uffi/clsql-uffi.dll diff --git a/interfaces/clsql-uffi/clsql-uffi.lib b/clsql-uffi/clsql-uffi.lib similarity index 100% rename from interfaces/clsql-uffi/clsql-uffi.lib rename to clsql-uffi/clsql-uffi.lib diff --git a/clsql.system b/clsql.system index fcbffea..2101f3c 100644 --- a/clsql.system +++ b/clsql.system @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql.system,v 1.17 2002/07/26 05:19:00 kevin Exp $ +;;;; $Id: clsql.system,v 1.18 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -28,7 +28,7 @@ ;;; System definitions (defsystem :clsql - :source-pathname "cl-library:clsql;sql;" + :source-pathname "cl-library:clsql;" :source-extension "cl" :components ((:file "package") (:file "pool" :depends-on ("package")) diff --git a/sql/.cvsignore b/clsql/.cvsignore similarity index 100% rename from sql/.cvsignore rename to clsql/.cvsignore diff --git a/interfaces/postgresql/Makefile b/clsql/Makefile similarity index 62% rename from interfaces/postgresql/Makefile rename to clsql/Makefile index ce6118b..31dc910 100644 --- a/interfaces/postgresql/Makefile +++ b/clsql/Makefile @@ -1,6 +1,6 @@ SUBDIRS := -include ../../Makefile.common +include ../Makefile.common .PHONY: distclean distclean: clean diff --git a/sql/functional.cl b/clsql/functional.cl similarity index 98% rename from sql/functional.cl rename to clsql/functional.cl index e25f015..01d0590 100644 --- a/sql/functional.cl +++ b/clsql/functional.cl @@ -8,7 +8,7 @@ ;;;; ;;;; Copyright (c) 1999-2001 Pierre R. Mai ;;;; -;;;; $Id: functional.cl,v 1.6 2002/05/11 14:31:10 marc.battyani Exp $ +;;;; $Id: functional.cl,v 1.1 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; This file is part of CLSQL. ;;;; diff --git a/sql/loop-extension.cl b/clsql/loop-extension.cl similarity index 98% rename from sql/loop-extension.cl rename to clsql/loop-extension.cl index a36e1cc..a1651b9 100644 --- a/sql/loop-extension.cl +++ b/clsql/loop-extension.cl @@ -8,7 +8,7 @@ ;;;; ;;;; Copyright (c) 1999-2001 Pierre R. Mai ;;;; -;;;; $Id: loop-extension.cl,v 1.1 2002/05/15 17:10:28 kevin Exp $ +;;;; $Id: loop-extension.cl,v 1.1 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; The functions in this file were orignally distributed in the ;;;; MaiSQL package in the file sql/sql.cl diff --git a/sql/package.cl b/clsql/package.cl similarity index 98% rename from sql/package.cl rename to clsql/package.cl index 469b8f4..bf4eb00 100644 --- a/sql/package.cl +++ b/clsql/package.cl @@ -8,7 +8,7 @@ ;;;; Original code by Pierre R. Mai ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: package.cl,v 1.17 2002/06/12 17:47:13 kevin Exp $ +;;;; $Id: package.cl,v 1.1 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai diff --git a/sql/pool.cl b/clsql/pool.cl similarity index 97% rename from sql/pool.cl rename to clsql/pool.cl index 00b8715..3aa8d25 100644 --- a/sql/pool.cl +++ b/clsql/pool.cl @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg, Marc Battyani ;;;; Date Started: Apr 2002 ;;;; -;;;; $Id: pool.cl,v 1.6 2002/05/13 16:55:07 marc.battyani Exp $ +;;;; $Id: pool.cl,v 1.1 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/sql/sql.cl b/clsql/sql.cl similarity index 99% rename from sql/sql.cl rename to clsql/sql.cl index 5414eba..1adedf7 100644 --- a/sql/sql.cl +++ b/clsql/sql.cl @@ -8,7 +8,7 @@ ;;;; Original code by Pierre R. Mai ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: sql.cl,v 1.17 2002/05/14 16:23:37 kevin Exp $ +;;;; $Id: sql.cl,v 1.1 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai diff --git a/sql/transactions.cl b/clsql/transactions.cl similarity index 98% rename from sql/transactions.cl rename to clsql/transactions.cl index c45d021..a7776ec 100644 --- a/sql/transactions.cl +++ b/clsql/transactions.cl @@ -7,7 +7,7 @@ ;;;; Programmers: Marc Battyani ;;;; Date Started: Apr 2002 ;;;; -;;;; $Id: transactions.cl,v 1.5 2002/05/27 17:19:30 kevin Exp $ +;;;; $Id: transactions.cl,v 1.1 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/sql/usql.cl b/clsql/usql.cl similarity index 97% rename from sql/usql.cl rename to clsql/usql.cl index 2951dbc..0ccdece 100644 --- a/sql/usql.cl +++ b/clsql/usql.cl @@ -8,7 +8,7 @@ ;;;; Programmers: Kevin M. Rosenberg and onShore Development Inc ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: usql.cl,v 1.9 2002/05/27 17:19:31 kevin Exp $ +;;;; $Id: usql.cl,v 1.1 2002/08/01 03:06:26 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and onShore Development Inc diff --git a/interfaces/Makefile b/interfaces/Makefile deleted file mode 100644 index 9ab9d04..0000000 --- a/interfaces/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# FILE IDENTIFICATION -# -# Name: Makefile -# Purpose: Makefile for CLSQL Interfaces -# Programer: Kevin M. Rosenberg -# Date Started: Mar 2002 -# -# CVS Id: $Id: Makefile,v 1.1 2002/04/28 11:00:11 kevin Exp $ -# -# This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg -# -# UFFI users are granted the rights to distribute and use this software -# as governed by the terms of the Lisp Lesser GNU Public License -# (http://opensource.franz.com/preamble.html), also known as the LLGPL. - -SUBDIRS:=aodbc clsql-uffi mysql oracle postgresql postgresql-socket - -include ../Makefile.common - -.PHONY: distclean -distclean: clean -- 2.34.1