From 7d50938ba2db52a713498e49aa1679deae6f0b6b Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 30 Sep 2002 10:19:24 +0000 Subject: [PATCH] r2914: rename .cl files --- clsql-aodbc.asd | 8 +------- clsql-base.asd | 7 +------ clsql-mysql.asd | 7 +------ clsql-oracle.asd | 10 +--------- clsql-postgresql-socket.asd | 8 +------- clsql-postgresql.asd | 7 +------ clsql-uffi.asd | 8 +------- clsql.asd | 8 +------- .../{aodbc-package.cl => aodbc-package.lisp} | 2 +- db-aodbc/{aodbc-sql.cl => aodbc-sql.lisp} | 2 +- db-mysql/{mysql-api.cl => mysql-api.lisp} | 2 +- db-mysql/{mysql-loader.cl => mysql-loader.lisp} | 2 +- .../{mysql-package.cl => mysql-package.lisp} | 2 +- db-mysql/{mysql-sql.cl => mysql-sql.lisp} | 2 +- db-mysql/{mysql-usql.cl => mysql-usql.lisp} | 2 +- ...sql-struct-size.cl => mysql-struct-size.lisp} | 0 .../{alien-resources.cl => alien-resources.lisp} | 2 +- ...oracle-constants.cl => oracle-constants.lisp} | 2 +- .../{oracle-loader.cl => oracle-loader.lisp} | 2 +- .../{oracle-objects.cl => oracle-objects.lisp} | 0 .../{oracle-package.cl => oracle-package.lisp} | 2 +- db-oracle/{oracle-sql.cl => oracle-sql.lisp} | 2 +- db-oracle/{oracle.cl => oracle.lisp} | 2 +- ...-socket-api.cl => postgresql-socket-api.lisp} | 2 +- ...package.cl => postgresql-socket-package.lisp} | 2 +- ...-socket-sql.cl => postgresql-socket-sql.lisp} | 2 +- .../{postgresql-api.cl => postgresql-api.lisp} | 2 +- ...stgresql-loader.cl => postgresql-loader.lisp} | 2 +- ...gresql-package.cl => postgresql-package.lisp} | 2 +- .../{postgresql-sql.cl => postgresql-sql.lisp} | 2 +- .../{postgresql-usql.cl => postgresql-usql.lisp} | 2 +- debian/changelog | 6 ++++++ debian/rules | 16 ++++++++-------- sql/{functional.cl => functional.lisp} | 2 +- sql/{loop-extension.cl => loop-extension.lisp} | 2 +- sql/{package.cl => package.lisp} | 2 +- sql/{pool.cl => pool.lisp} | 2 +- sql/{sql.cl => sql.lisp} | 2 +- sql/{transactions.cl => transactions.lisp} | 2 +- sql/{usql.cl => usql.lisp} | 2 +- ...l-compat-tester.cl => acl-compat-tester.lisp} | 2 +- ...interactive-test.cl => interactive-test.lisp} | 2 +- .../{xptest-clsql.cl => xptest-clsql.lisp} | 2 +- .../{tester-clsql.cl => tester-clsql.lisp} | 2 +- ...sql-uffi-loader.cl => clsql-uffi-loader.lisp} | 2 +- ...l-uffi-package.cl => clsql-uffi-package.lisp} | 2 +- uffi/{clsql-uffi.cl => clsql-uffi.lisp} | 2 +- 47 files changed, 57 insertions(+), 98 deletions(-) rename db-aodbc/{aodbc-package.cl => aodbc-package.lisp} (94%) rename db-aodbc/{aodbc-sql.cl => aodbc-sql.lisp} (98%) rename db-mysql/{mysql-api.cl => mysql-api.lisp} (99%) rename db-mysql/{mysql-loader.cl => mysql-loader.lisp} (98%) rename db-mysql/{mysql-package.cl => mysql-package.lisp} (98%) rename db-mysql/{mysql-sql.cl => mysql-sql.lisp} (99%) rename db-mysql/{mysql-usql.cl => mysql-usql.lisp} (95%) rename db-mysql/testing/{mysql-struct-size.cl => mysql-struct-size.lisp} (100%) rename db-oracle/{alien-resources.cl => alien-resources.lisp} (95%) rename db-oracle/{oracle-constants.cl => oracle-constants.lisp} (99%) rename db-oracle/{oracle-loader.cl => oracle-loader.lisp} (97%) rename db-oracle/{oracle-objects.cl => oracle-objects.lisp} (100%) rename db-oracle/{oracle-package.cl => oracle-package.lisp} (84%) rename db-oracle/{oracle-sql.cl => oracle-sql.lisp} (99%) rename db-oracle/{oracle.cl => oracle.lisp} (99%) rename db-postgresql-socket/{postgresql-socket-api.cl => postgresql-socket-api.lisp} (99%) rename db-postgresql-socket/{postgresql-socket-package.cl => postgresql-socket-package.lisp} (96%) rename db-postgresql-socket/{postgresql-socket-sql.cl => postgresql-socket-sql.lisp} (99%) rename db-postgresql/{postgresql-api.cl => postgresql-api.lisp} (98%) rename db-postgresql/{postgresql-loader.cl => postgresql-loader.lisp} (96%) rename db-postgresql/{postgresql-package.cl => postgresql-package.lisp} (96%) rename db-postgresql/{postgresql-sql.cl => postgresql-sql.lisp} (99%) rename db-postgresql/{postgresql-usql.cl => postgresql-usql.lisp} (98%) rename sql/{functional.cl => functional.lisp} (98%) rename sql/{loop-extension.cl => loop-extension.lisp} (98%) rename sql/{package.cl => package.lisp} (98%) rename sql/{pool.cl => pool.lisp} (98%) rename sql/{sql.cl => sql.lisp} (99%) rename sql/{transactions.cl => transactions.lisp} (98%) rename sql/{usql.cl => usql.lisp} (97%) rename test-suite/{acl-compat-tester.cl => acl-compat-tester.lisp} (99%) rename test-suite/old-tests/{interactive-test.cl => interactive-test.lisp} (98%) rename test-suite/old-tests/{xptest-clsql.cl => xptest-clsql.lisp} (99%) rename test-suite/{tester-clsql.cl => tester-clsql.lisp} (99%) rename uffi/{clsql-uffi-loader.cl => clsql-uffi-loader.lisp} (96%) rename uffi/{clsql-uffi-package.cl => clsql-uffi-package.lisp} (93%) rename uffi/{clsql-uffi.cl => clsql-uffi.lisp} (97%) diff --git a/clsql-aodbc.asd b/clsql-aodbc.asd index 8f3a961..a996f85 100644 --- a/clsql-aodbc.asd +++ b/clsql-aodbc.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: clsql-aodbc.asd,v 1.11 2002/09/25 12:44:59 kevin Exp $ +;;;; $Id: clsql-aodbc.asd,v 1.12 2002/09/30 10:19:23 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -34,9 +34,3 @@ ((:file "aodbc-package") (:file "aodbc-sql" :depends-on ("aodbc-package"))))) :depends-on (:clsql-base)) - -#+(and allegro (not allegro-cl-trial)) -(defmethod source-file-type ((c cl-source-file) - (s (eql (find-system :clsql-aodbc)))) - "cl") - diff --git a/clsql-base.asd b/clsql-base.asd index 9ac0fde..dcb0e28 100644 --- a/clsql-base.asd +++ b/clsql-base.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql-base.asd,v 1.14 2002/09/25 12:44:59 kevin Exp $ +;;;; $Id: clsql-base.asd,v 1.15 2002/09/30 10:19:23 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -41,11 +41,6 @@ (:file "db-interface" :depends-on ("conditions")) (:file "initialize" :depends-on ("db-interface")))))) -#+(or allegro lispworks cmu openmcl mcl) -(defmethod source-file-type ((c cl-source-file) - (s (eql (find-system :clsql-base)))) - "cl") - #+(or allegro lispworks cmu openmcl mcl) (when (ignore-errors (find-class 'load-compiled-op)) (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :clsql-base)))) diff --git a/clsql-mysql.asd b/clsql-mysql.asd index 975c588..8b440c1 100644 --- a/clsql-mysql.asd +++ b/clsql-mysql.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: clsql-mysql.asd,v 1.10 2002/09/25 12:44:59 kevin Exp $ +;;;; $Id: clsql-mysql.asd,v 1.11 2002/09/30 10:19:23 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -39,8 +39,3 @@ (:file "mysql-sql" :depends-on ("mysql-api")) (:file "mysql-usql" :depends-on ("mysql-sql"))))) :depends-on (:uffi :clsql-base :clsql-uffi)) - -#+(or allegro lispworks cmu openmcl mcl) -(defmethod source-file-type ((c cl-source-file) - (s (eql (find-system :clsql-mysql)))) - "cl") diff --git a/clsql-oracle.asd b/clsql-oracle.asd index e8b9f98..56707a0 100644 --- a/clsql-oracle.asd +++ b/clsql-oracle.asd @@ -1,7 +1,7 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;;; This is copyrighted software. See interfaces/oracle/* files for terms. ;;;; -;;;; $Id: clsql-oracle.asd,v 1.9 2002/09/25 12:44:59 kevin Exp $ +;;;; $Id: clsql-oracle.asd,v 1.10 2002/09/30 10:19:23 kevin Exp $ (in-package :asdf) @@ -28,11 +28,3 @@ (:file "oracle-sql" :depends-on ("oracle" "alien-resources")) (:file "oracle-objects" :depends-on ("oracle-sql"))))) :depends-on (:clsql-base)) - -#+(or allegro lispworks cmu openmcl mcl) -(defmethod source-file-type ((c cl-source-file) - (s (eql (find-system :clsql-oracle)))) - "cl") - - - diff --git a/clsql-postgresql-socket.asd b/clsql-postgresql-socket.asd index 5cc71c8..4504817 100644 --- a/clsql-postgresql-socket.asd +++ b/clsql-postgresql-socket.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: clsql-postgresql-socket.asd,v 1.10 2002/09/25 12:44:59 kevin Exp $ +;;;; $Id: clsql-postgresql-socket.asd,v 1.11 2002/09/30 10:19:23 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -39,9 +39,3 @@ (:file "postgresql-socket-sql" :depends-on ("postgresql-socket-api"))))) :depends-on (:clsql-base :uffi)) - -#+(or allegro lispworks cmu openmcl mcl) -(defmethod source-file-type ((c cl-source-file) - (s (eql (find-system :clsql-postgresql-socket)))) - "cl") - diff --git a/clsql-postgresql.asd b/clsql-postgresql.asd index fb61b84..f377ddd 100644 --- a/clsql-postgresql.asd +++ b/clsql-postgresql.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: clsql-postgresql.asd,v 1.10 2002/09/25 12:44:59 kevin Exp $ +;;;; $Id: clsql-postgresql.asd,v 1.11 2002/09/30 10:19:23 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -38,8 +38,3 @@ (:file "postgresql-sql" :depends-on ("postgresql-api")) (:file "postgresql-usql" :depends-on ("postgresql-sql"))))) :depends-on (:uffi :clsql-base :clsql-uffi)) - -#+(or allegro lispworks cmu openmcl mcl) -(defmethod source-file-type ((c cl-source-file) - (s (eql (find-system :clsql-postgresql)))) - "cl") diff --git a/clsql-uffi.asd b/clsql-uffi.asd index 8c6918b..e5e726d 100644 --- a/clsql-uffi.asd +++ b/clsql-uffi.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Aug 2002 ;;;; -;;;; $Id: clsql-uffi.asd,v 1.11 2002/09/25 12:44:59 kevin Exp $ +;;;; $Id: clsql-uffi.asd,v 1.12 2002/09/30 10:19:23 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -39,9 +39,3 @@ (:file "clsql-uffi-loader" :depends-on ("clsql-uffi-package")) (:file "clsql-uffi" :depends-on ("clsql-uffi-loader"))))) :depends-on (:uffi :clsql-base)) - - -#+(or allegro lispworks cmu openmcl mcl) -(defmethod source-file-type ((c cl-source-file) - (s (eql (find-system :clsql-uffi)))) - "cl") diff --git a/clsql.asd b/clsql.asd index 0c7c27d..f4a609d 100644 --- a/clsql.asd +++ b/clsql.asd @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: clsql.asd,v 1.12 2002/09/25 12:44:59 kevin Exp $ +;;;; $Id: clsql.asd,v 1.13 2002/09/30 10:19:23 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -43,12 +43,6 @@ :depends-on (:clsql-base) ) -#+(or allegro lispworks cmu openmcl mcl) -(defmethod source-file-type ((c cl-source-file) - (s (eql (find-system :clsql)))) - "cl") - - #+(or allegro lispworks cmu openmcl mcl) (when (ignore-errors (find-class 'load-compiled-op)) (defmethod perform :after ((op load-compiled-op) (c (eql (find-system :clsql)))) diff --git a/db-aodbc/aodbc-package.cl b/db-aodbc/aodbc-package.lisp similarity index 94% rename from db-aodbc/aodbc-package.cl rename to db-aodbc/aodbc-package.lisp index f00e0f2..413ba7b 100644 --- a/db-aodbc/aodbc-package.cl +++ b/db-aodbc/aodbc-package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: aodbc-package.cl,v 1.1 2002/09/18 07:43:40 kevin Exp $ +;;;; $Id: aodbc-package.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/db-aodbc/aodbc-sql.cl b/db-aodbc/aodbc-sql.lisp similarity index 98% rename from db-aodbc/aodbc-sql.cl rename to db-aodbc/aodbc-sql.lisp index b4b5403..641764b 100644 --- a/db-aodbc/aodbc-sql.cl +++ b/db-aodbc/aodbc-sql.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: aodbc-sql.cl,v 1.1 2002/09/18 07:43:40 kevin Exp $ +;;;; $Id: aodbc-sql.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/db-mysql/mysql-api.cl b/db-mysql/mysql-api.lisp similarity index 99% rename from db-mysql/mysql-api.cl rename to db-mysql/mysql-api.lisp index b58c8b0..6842f8b 100644 --- a/db-mysql/mysql-api.cl +++ b/db-mysql/mysql-api.lisp @@ -8,7 +8,7 @@ ;;;; Original code by Pierre R. Mai ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: mysql-api.cl,v 1.3 2002/09/30 02:45:16 kevin Exp $ +;;;; $Id: mysql-api.lisp,v 1.1 2002/09/30 10:19:23 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/db-mysql/mysql-loader.cl b/db-mysql/mysql-loader.lisp similarity index 98% rename from db-mysql/mysql-loader.cl rename to db-mysql/mysql-loader.lisp index 14c9d9f..b0c9c14 100644 --- a/db-mysql/mysql-loader.cl +++ b/db-mysql/mysql-loader.lisp @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: mysql-loader.cl,v 1.3 2002/09/30 05:32:35 kevin Exp $ +;;;; $Id: mysql-loader.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/db-mysql/mysql-package.cl b/db-mysql/mysql-package.lisp similarity index 98% rename from db-mysql/mysql-package.cl rename to db-mysql/mysql-package.lisp index fcb3623..95499be 100644 --- a/db-mysql/mysql-package.cl +++ b/db-mysql/mysql-package.lisp @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: mysql-package.cl,v 1.1 2002/09/18 07:43:40 kevin Exp $ +;;;; $Id: mysql-package.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/db-mysql/mysql-sql.cl b/db-mysql/mysql-sql.lisp similarity index 99% rename from db-mysql/mysql-sql.cl rename to db-mysql/mysql-sql.lisp index 4d7102a..472d810 100644 --- a/db-mysql/mysql-sql.cl +++ b/db-mysql/mysql-sql.lisp @@ -8,7 +8,7 @@ ;;;; Original code by Pierre R. Mai ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: mysql-sql.cl,v 1.3 2002/09/30 02:07:42 kevin Exp $ +;;;; $Id: mysql-sql.lisp,v 1.1 2002/09/30 10:19:23 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/db-mysql/mysql-usql.cl b/db-mysql/mysql-usql.lisp similarity index 95% rename from db-mysql/mysql-usql.cl rename to db-mysql/mysql-usql.lisp index 0b56732..dc3ea83 100644 --- a/db-mysql/mysql-usql.cl +++ b/db-mysql/mysql-usql.lisp @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg and onShore Development Inc ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: mysql-usql.cl,v 1.1 2002/09/18 07:43:40 kevin Exp $ +;;;; $Id: mysql-usql.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and by onShore Development Inc. diff --git a/db-mysql/testing/mysql-struct-size.cl b/db-mysql/testing/mysql-struct-size.lisp similarity index 100% rename from db-mysql/testing/mysql-struct-size.cl rename to db-mysql/testing/mysql-struct-size.lisp diff --git a/db-oracle/alien-resources.cl b/db-oracle/alien-resources.lisp similarity index 95% rename from db-oracle/alien-resources.cl rename to db-oracle/alien-resources.lisp index 6848762..97dafb6 100644 --- a/db-oracle/alien-resources.cl +++ b/db-oracle/alien-resources.lisp @@ -1,5 +1,5 @@ ;;; -*- Mode: Lisp -*- -;;; $Id: alien-resources.cl,v 1.1 2002/09/18 07:43:41 kevin Exp $ +;;; $Id: alien-resources.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $ ;;; This is copyrighted software. See documentation for terms. ;;; diff --git a/db-oracle/oracle-constants.cl b/db-oracle/oracle-constants.lisp similarity index 99% rename from db-oracle/oracle-constants.cl rename to db-oracle/oracle-constants.lisp index 245a2b4..a7c3cfa 100644 --- a/db-oracle/oracle-constants.cl +++ b/db-oracle/oracle-constants.lisp @@ -1,5 +1,5 @@ ;;; -*- Mode: Lisp -*- -;;; $Id: oracle-constants.cl,v 1.1 2002/09/18 07:43:41 kevin Exp $ +;;; $Id: oracle-constants.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $ (in-package :clsql-oracle) diff --git a/db-oracle/oracle-loader.cl b/db-oracle/oracle-loader.lisp similarity index 97% rename from db-oracle/oracle-loader.cl rename to db-oracle/oracle-loader.lisp index d35c5cc..b7f3b84 100644 --- a/db-oracle/oracle-loader.cl +++ b/db-oracle/oracle-loader.lisp @@ -1,5 +1,5 @@ ;;; -*- Mode: Lisp -*- -;;; $Id: oracle-loader.cl,v 1.1 2002/09/18 07:43:41 kevin Exp $ +;;; $Id: oracle-loader.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $ ;;; ;;; MaiSQL --- Common Lisp Interface Layer to SQL Databases ;;; This is copyrighted software. See documentation for terms. diff --git a/db-oracle/oracle-objects.cl b/db-oracle/oracle-objects.lisp similarity index 100% rename from db-oracle/oracle-objects.cl rename to db-oracle/oracle-objects.lisp diff --git a/db-oracle/oracle-package.cl b/db-oracle/oracle-package.lisp similarity index 84% rename from db-oracle/oracle-package.cl rename to db-oracle/oracle-package.lisp index ef25caf..2d78a05 100644 --- a/db-oracle/oracle-package.cl +++ b/db-oracle/oracle-package.lisp @@ -1,5 +1,5 @@ ;;; -*- Mode: Lisp -*- -;;; $Id: oracle-package.cl,v 1.1 2002/09/18 07:43:41 kevin Exp $ +;;; $Id: oracle-package.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $ ;;; ;;; This is copyrighted software. See documentation for terms. diff --git a/db-oracle/oracle-sql.cl b/db-oracle/oracle-sql.lisp similarity index 99% rename from db-oracle/oracle-sql.cl rename to db-oracle/oracle-sql.lisp index 76fdad6..072465e 100644 --- a/db-oracle/oracle-sql.cl +++ b/db-oracle/oracle-sql.lisp @@ -1,5 +1,5 @@ ;;; -*- Mode: Lisp -*- -;;; $Id: oracle-sql.cl,v 1.1 2002/09/18 07:43:41 kevin Exp $ +;;; $Id: oracle-sql.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $ ;;; MaiSQL --- Common Lisp Interface Layer to SQL Databases ;;; This is copyrighted software. See documentation for terms. diff --git a/db-oracle/oracle.cl b/db-oracle/oracle.lisp similarity index 99% rename from db-oracle/oracle.cl rename to db-oracle/oracle.lisp index bde69eb..1e0ed79 100644 --- a/db-oracle/oracle.cl +++ b/db-oracle/oracle.lisp @@ -1,5 +1,5 @@ ;;; -*- Mode: Lisp -*- -;;; $Id: oracle.cl,v 1.1 2002/09/18 07:43:41 kevin Exp $ +;;; $Id: oracle.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $ ;;; MaiSQL --- Common Lisp Interface Layer to SQL Databases ;;; This is copyrighted software. See documentation for terms. diff --git a/db-postgresql-socket/postgresql-socket-api.cl b/db-postgresql-socket/postgresql-socket-api.lisp similarity index 99% rename from db-postgresql-socket/postgresql-socket-api.cl rename to db-postgresql-socket/postgresql-socket-api.lisp index 8a580b7..afd0014 100644 --- a/db-postgresql-socket/postgresql-socket-api.cl +++ b/db-postgresql-socket/postgresql-socket-api.lisp @@ -9,7 +9,7 @@ ;;;; ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: postgresql-socket-api.cl,v 1.2 2002/09/29 18:54:17 kevin Exp $ +;;;; $Id: postgresql-socket-api.lisp,v 1.1 2002/09/30 10:19:23 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/db-postgresql-socket/postgresql-socket-package.cl b/db-postgresql-socket/postgresql-socket-package.lisp similarity index 96% rename from db-postgresql-socket/postgresql-socket-package.cl rename to db-postgresql-socket/postgresql-socket-package.lisp index 9b46110..04b08a9 100644 --- a/db-postgresql-socket/postgresql-socket-package.cl +++ b/db-postgresql-socket/postgresql-socket-package.lisp @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: postgresql-socket-package.cl,v 1.1 2002/09/18 07:43:41 kevin Exp $ +;;;; $Id: postgresql-socket-package.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/db-postgresql-socket/postgresql-socket-sql.cl b/db-postgresql-socket/postgresql-socket-sql.lisp similarity index 99% rename from db-postgresql-socket/postgresql-socket-sql.cl rename to db-postgresql-socket/postgresql-socket-sql.lisp index 9ca2af3..acd93c3 100644 --- a/db-postgresql-socket/postgresql-socket-sql.cl +++ b/db-postgresql-socket/postgresql-socket-sql.lisp @@ -8,7 +8,7 @@ ;;;; Original code by Pierre R. Mai ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: postgresql-socket-sql.cl,v 1.2 2002/09/29 18:54:17 kevin Exp $ +;;;; $Id: postgresql-socket-sql.lisp,v 1.1 2002/09/30 10:19:23 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/db-postgresql/postgresql-api.cl b/db-postgresql/postgresql-api.lisp similarity index 98% rename from db-postgresql/postgresql-api.cl rename to db-postgresql/postgresql-api.lisp index 1e04187..f7ca361 100644 --- a/db-postgresql/postgresql-api.cl +++ b/db-postgresql/postgresql-api.lisp @@ -8,7 +8,7 @@ ;;;; Original code by Pierre R. Mai ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: postgresql-api.cl,v 1.1 2002/09/18 07:43:41 kevin Exp $ +;;;; $Id: postgresql-api.lisp,v 1.1 2002/09/30 10:19:23 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/db-postgresql/postgresql-loader.cl b/db-postgresql/postgresql-loader.lisp similarity index 96% rename from db-postgresql/postgresql-loader.cl rename to db-postgresql/postgresql-loader.lisp index ac1729b..5a0f039 100644 --- a/db-postgresql/postgresql-loader.cl +++ b/db-postgresql/postgresql-loader.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: postgresql-loader.cl,v 1.1 2002/09/18 07:43:41 kevin Exp $ +;;;; $Id: postgresql-loader.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/db-postgresql/postgresql-package.cl b/db-postgresql/postgresql-package.lisp similarity index 96% rename from db-postgresql/postgresql-package.cl rename to db-postgresql/postgresql-package.lisp index ab6e5f2..cd007c6 100644 --- a/db-postgresql/postgresql-package.cl +++ b/db-postgresql/postgresql-package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: postgresql-package.cl,v 1.1 2002/09/18 07:43:41 kevin Exp $ +;;;; $Id: postgresql-package.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/db-postgresql/postgresql-sql.cl b/db-postgresql/postgresql-sql.lisp similarity index 99% rename from db-postgresql/postgresql-sql.cl rename to db-postgresql/postgresql-sql.lisp index 54295d5..3bfac6b 100644 --- a/db-postgresql/postgresql-sql.cl +++ b/db-postgresql/postgresql-sql.lisp @@ -8,7 +8,7 @@ ;;;; Original code by Pierre R. Mai ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: postgresql-sql.cl,v 1.1 2002/09/18 07:43:41 kevin Exp $ +;;;; $Id: postgresql-sql.lisp,v 1.1 2002/09/30 10:19:23 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/db-postgresql/postgresql-usql.cl b/db-postgresql/postgresql-usql.lisp similarity index 98% rename from db-postgresql/postgresql-usql.cl rename to db-postgresql/postgresql-usql.lisp index 6d63260..bdf6938 100644 --- a/db-postgresql/postgresql-usql.cl +++ b/db-postgresql/postgresql-usql.lisp @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg and onShore Development Inc ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: postgresql-usql.cl,v 1.1 2002/09/18 07:43:41 kevin Exp $ +;;;; $Id: postgresql-usql.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and by onShore Development Inc. diff --git a/debian/changelog b/debian/changelog index f275385..6a8f828 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-sql (0.9.8-1) unstable; urgency=low + + * Rename .cl files to .lisp files + + -- Kevin M. Rosenberg Mon, 30 Sep 2002 04:08:25 -0600 + cl-sql (0.9.7-1) unstable; urgency=low * base/conditions.cl: Fix format string error diff --git a/debian/rules b/debian/rules index 71b979e..222f0ff 100755 --- a/debian/rules +++ b/debian/rules @@ -23,15 +23,15 @@ all-pkgs := $(pkg) $(pkg-base) $(pkg-uffi) $(pkg-mysql) $(pkg-pg) $(pkg-pg-socke UPSTREAM_VER := $(shell sed -n -e "s/${pkg} (\(.*\)-[0-9A-Za-z\.]).*/\1/p" < debian/changelog |head -1) ## Lisp sources -srcs := $(wildcard sql/*.cl) clsql.asd -srcs-base := $(wildcard base/*.cl) -srcs-uffi := $(wildcard uffi/*.cl) $(wildcard uffi/*.c) +srcs := $(wildcard sql/*.lisp) clsql.asd +srcs-base := $(wildcard base/*.lisp) +srcs-uffi := $(wildcard uffi/*.lisp) $(wildcard uffi/*.c) srcs-uffi-so := $(wildcard uffi/*.so) -srcs-mysql := $(wildcard db-mysql/*.cl) $(wildcard db-mysql/*.c) +srcs-mysql := $(wildcard db-mysql/*.lisp) $(wildcard db-mysql/*.c) srcs-mysql-so := $(wildcard db-mysql/*.so) -srcs-pg := $(wildcard db-postgresql/*.cl) -srcs-pg-socket := $(wildcard db-postgresql-socket/*.cl) -srcs-aodbc := $(wildcard db-aodbc/*.cl) +srcs-pg := $(wildcard db-postgresql/*.lisp) +srcs-pg-socket := $(wildcard db-postgresql-socket/*.lisp) +srcs-aodbc := $(wildcard db-aodbc/*.lisp) clc-base := usr/share/common-lisp clc-source := $(clc-base)/source @@ -129,7 +129,7 @@ install: build # Test suite dh_installdirs -p $(pkg) $(doc-dir)/html $(doc-dir)/test-suite - dh_install -p $(pkg) test-suite/tester-clsql.cl test-suite/acl-compat-tester.cl $(doc-dir)/test-suite + dh_install -p $(pkg) test-suite/tester-clsql.lisp test-suite/acl-compat-tester.lisp $(doc-dir)/test-suite # Documentation rm -rf doc/html diff --git a/sql/functional.cl b/sql/functional.lisp similarity index 98% rename from sql/functional.cl rename to sql/functional.lisp index e283e5d..125bb71 100644 --- a/sql/functional.cl +++ b/sql/functional.lisp @@ -8,7 +8,7 @@ ;;;; ;;;; Copyright (c) 1999-2001 Pierre R. Mai ;;;; -;;;; $Id: functional.cl,v 1.8 2002/09/17 17:16:43 kevin Exp $ +;;;; $Id: functional.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $ ;;;; ;;;; This file is part of CLSQL. ;;;; diff --git a/sql/loop-extension.cl b/sql/loop-extension.lisp similarity index 98% rename from sql/loop-extension.cl rename to sql/loop-extension.lisp index 6b59250..d19dfb6 100644 --- a/sql/loop-extension.cl +++ b/sql/loop-extension.lisp @@ -8,7 +8,7 @@ ;;;; ;;;; Copyright (c) 1999-2001 Pierre R. Mai ;;;; -;;;; $Id: loop-extension.cl,v 1.3 2002/09/17 17:16:43 kevin Exp $ +;;;; $Id: loop-extension.lisp,v 1.1 2002/09/30 10:19:23 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/sql/package.lisp similarity index 98% rename from sql/package.cl rename to sql/package.lisp index 2bb0d8e..dd3e5dd 100644 --- a/sql/package.cl +++ b/sql/package.lisp @@ -8,7 +8,7 @@ ;;;; Original code by Pierre R. Mai ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: package.cl,v 1.19 2002/09/17 17:16:43 kevin Exp $ +;;;; $Id: package.lisp,v 1.1 2002/09/30 10:19:23 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/sql/pool.lisp similarity index 98% rename from sql/pool.cl rename to sql/pool.lisp index f4d965c..1a556d8 100644 --- a/sql/pool.cl +++ b/sql/pool.lisp @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg, Marc Battyani ;;;; Date Started: Apr 2002 ;;;; -;;;; $Id: pool.cl,v 1.8 2002/09/17 17:16:43 kevin Exp $ +;;;; $Id: pool.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/sql/sql.cl b/sql/sql.lisp similarity index 99% rename from sql/sql.cl rename to sql/sql.lisp index 101d30f..12535e5 100644 --- a/sql/sql.cl +++ b/sql/sql.lisp @@ -8,7 +8,7 @@ ;;;; Original code by Pierre R. Mai ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: sql.cl,v 1.19 2002/09/17 17:16:43 kevin Exp $ +;;;; $Id: sql.lisp,v 1.1 2002/09/30 10:19:23 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/sql/transactions.lisp similarity index 98% rename from sql/transactions.cl rename to sql/transactions.lisp index c95e8c3..d0a4bb7 100644 --- a/sql/transactions.cl +++ b/sql/transactions.lisp @@ -7,7 +7,7 @@ ;;;; Programmers: Marc Battyani ;;;; Date Started: Apr 2002 ;;;; -;;;; $Id: transactions.cl,v 1.7 2002/09/17 17:16:43 kevin Exp $ +;;;; $Id: transactions.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/sql/usql.cl b/sql/usql.lisp similarity index 97% rename from sql/usql.cl rename to sql/usql.lisp index 1141dc0..984dce0 100644 --- a/sql/usql.cl +++ b/sql/usql.lisp @@ -8,7 +8,7 @@ ;;;; Programmers: Kevin M. Rosenberg and onShore Development Inc ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: usql.cl,v 1.11 2002/09/17 17:16:43 kevin Exp $ +;;;; $Id: usql.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and onShore Development Inc diff --git a/test-suite/acl-compat-tester.cl b/test-suite/acl-compat-tester.lisp similarity index 99% rename from test-suite/acl-compat-tester.cl rename to test-suite/acl-compat-tester.lisp index 14b6bc9..b775ea9 100644 --- a/test-suite/acl-compat-tester.cl +++ b/test-suite/acl-compat-tester.lisp @@ -24,7 +24,7 @@ ;; Place, Suite 330, Boston, MA 02111-1307 USA ;; ;;;; from the original ACL 6.1 sources: -;; $Id: acl-compat-tester.cl,v 1.3 2002/04/20 22:55:02 kevin Exp $ +;; $Id: acl-compat-tester.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $ (defpackage :util.test diff --git a/test-suite/old-tests/interactive-test.cl b/test-suite/old-tests/interactive-test.lisp similarity index 98% rename from test-suite/old-tests/interactive-test.cl rename to test-suite/old-tests/interactive-test.lisp index c55e75e..420c3ff 100644 --- a/test-suite/old-tests/interactive-test.cl +++ b/test-suite/old-tests/interactive-test.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: interactive-test.cl,v 1.1 2002/04/20 22:51:42 kevin Exp $ +;;;; $Id: interactive-test.lisp,v 1.1 2002/09/30 10:19:24 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/test-suite/old-tests/xptest-clsql.cl b/test-suite/old-tests/xptest-clsql.lisp similarity index 99% rename from test-suite/old-tests/xptest-clsql.cl rename to test-suite/old-tests/xptest-clsql.lisp index 67c5a58..c301941 100644 --- a/test-suite/old-tests/xptest-clsql.cl +++ b/test-suite/old-tests/xptest-clsql.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: xptest-clsql.cl,v 1.1 2002/04/20 22:51:42 kevin Exp $ +;;;; $Id: xptest-clsql.lisp,v 1.1 2002/09/30 10:19:24 kevin Exp $ ;;;; ;;;; The XPTest package can be downloaded from ;;;; http://alpha.onshored.com/lisp-software/ diff --git a/test-suite/tester-clsql.cl b/test-suite/tester-clsql.lisp similarity index 99% rename from test-suite/tester-clsql.cl rename to test-suite/tester-clsql.lisp index ad121e4..914c3f6 100644 --- a/test-suite/tester-clsql.cl +++ b/test-suite/tester-clsql.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: tester-clsql.cl,v 1.9 2002/09/30 01:57:32 kevin Exp $ +;;;; $Id: tester-clsql.lisp,v 1.1 2002/09/30 10:19:23 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/uffi/clsql-uffi-loader.cl b/uffi/clsql-uffi-loader.lisp similarity index 96% rename from uffi/clsql-uffi-loader.cl rename to uffi/clsql-uffi-loader.lisp index e13bd68..c578329 100644 --- a/uffi/clsql-uffi-loader.cl +++ b/uffi/clsql-uffi-loader.lisp @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: clsql-uffi-loader.cl,v 1.3 2002/09/30 05:32:35 kevin Exp $ +;;;; $Id: clsql-uffi-loader.lisp,v 1.1 2002/09/30 10:19:24 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/uffi/clsql-uffi-package.cl b/uffi/clsql-uffi-package.lisp similarity index 93% rename from uffi/clsql-uffi-package.cl rename to uffi/clsql-uffi-package.lisp index 4b541f9..9e39e03 100644 --- a/uffi/clsql-uffi-package.cl +++ b/uffi/clsql-uffi-package.lisp @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: clsql-uffi-package.cl,v 1.1 2002/09/18 07:50:01 kevin Exp $ +;;;; $Id: clsql-uffi-package.lisp,v 1.1 2002/09/30 10:19:24 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/uffi/clsql-uffi.cl b/uffi/clsql-uffi.lisp similarity index 97% rename from uffi/clsql-uffi.cl rename to uffi/clsql-uffi.lisp index 2d1cd94..98936c0 100644 --- a/uffi/clsql-uffi.cl +++ b/uffi/clsql-uffi.lisp @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: clsql-uffi.cl,v 1.1 2002/09/18 07:50:01 kevin Exp $ +;;;; $Id: clsql-uffi.lisp,v 1.1 2002/09/30 10:19:24 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; -- 2.34.1