From 998937376fa6f9ce29bd3c7954fb0ebca91c37d7 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Mon, 30 Sep 2002 10:19:10 +0000 Subject: [PATCH] r2913: *** empty log message *** --- base/{classes.cl => classes.lisp} | 2 +- base/{cmucl-compat.cl => cmucl-compat.lisp} | 2 +- base/{conditions.cl => conditions.lisp} | 5 ++--- base/{db-interface.cl => db-interface.lisp} | 2 +- base/{initialize.cl => initialize.lisp} | 2 +- base/{package.cl => package.lisp} | 2 +- base/{utils.cl => utils.lisp} | 2 +- 7 files changed, 8 insertions(+), 9 deletions(-) rename base/{classes.cl => classes.lisp} (97%) rename base/{cmucl-compat.cl => cmucl-compat.lisp} (97%) rename base/{conditions.cl => conditions.lisp} (97%) rename base/{db-interface.cl => db-interface.lisp} (99%) rename base/{initialize.cl => initialize.lisp} (96%) rename base/{package.cl => package.lisp} (98%) rename base/{utils.cl => utils.lisp} (97%) diff --git a/base/classes.cl b/base/classes.lisp similarity index 97% rename from base/classes.cl rename to base/classes.lisp index 26dbf71..aa61ce6 100644 --- a/base/classes.cl +++ b/base/classes.lisp @@ -8,7 +8,7 @@ ;;;; original code by Pierre R. Mai ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: classes.cl,v 1.4 2002/09/17 17:16:43 kevin Exp $ +;;;; $Id: classes.lisp,v 1.1 2002/09/30 10:19:01 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/base/cmucl-compat.lisp similarity index 97% rename from base/cmucl-compat.cl rename to base/cmucl-compat.lisp index 4f65794..a479bc1 100644 --- a/base/cmucl-compat.cl +++ b/base/cmucl-compat.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: cmucl-compat.cl,v 1.3 2002/09/17 17:16:43 kevin Exp $ +;;;; $Id: cmucl-compat.lisp,v 1.1 2002/09/30 10:19:01 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; diff --git a/base/conditions.cl b/base/conditions.lisp similarity index 97% rename from base/conditions.cl rename to base/conditions.lisp index 2446eb3..5f0fb3a 100644 --- a/base/conditions.cl +++ b/base/conditions.lisp @@ -8,7 +8,7 @@ ;;;; Original code by Pierre R. Mai ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: conditions.cl,v 1.5 2002/09/30 06:13:05 kevin Exp $ +;;;; $Id: conditions.lisp,v 1.1 2002/09/30 10:19:01 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; and Copyright (c) 1999-2001 by Pierre R. Mai @@ -118,8 +118,7 @@ and signal an clsql-invalid-spec-error if they don't match." (database-name (clsql-exists-condition-old-db c)))) (t (format stream - " Created new connection ~A to database ~A~% -although there is an existing connection (~A)." + " Created new connection ~A to database ~A~%, although there is an existing connection (~A)." (clsql-exists-condition-new-db c) (database-name (clsql-exists-condition-new-db c)) (clsql-exists-condition-old-db c))))))) diff --git a/base/db-interface.cl b/base/db-interface.lisp similarity index 99% rename from base/db-interface.cl rename to base/db-interface.lisp index 33f3b9c..ce1b068 100644 --- a/base/db-interface.cl +++ b/base/db-interface.lisp @@ -9,7 +9,7 @@ ;;;; onShoreD to support UncommonSQL front-end ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: db-interface.cl,v 1.6 2002/09/27 15:08:13 kevin Exp $ +;;;; $Id: db-interface.lisp,v 1.1 2002/09/30 10:19:01 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/base/initialize.lisp similarity index 96% rename from base/initialize.cl rename to base/initialize.lisp index 6215376..7bb8d1b 100644 --- a/base/initialize.cl +++ b/base/initialize.lisp @@ -7,7 +7,7 @@ ;;;; Programmers: Kevin M. Rosenberg ;;;; Date Started: May 2002 ;;;; -;;;; $Id: initialize.cl,v 1.4 2002/09/17 17:16:43 kevin Exp $ +;;;; $Id: initialize.lisp,v 1.1 2002/09/30 10:19:01 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/base/package.lisp similarity index 98% rename from base/package.cl rename to base/package.lisp index 8f8fc4a..18ce31b 100644 --- a/base/package.cl +++ b/base/package.lisp @@ -8,7 +8,7 @@ ;;;; Original code by Pierre R. Mai ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: package.cl,v 1.8 2002/09/17 17:16:43 kevin Exp $ +;;;; $Id: package.lisp,v 1.1 2002/09/30 10:19:01 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/base/utils.lisp similarity index 97% rename from base/utils.cl rename to base/utils.lisp index 1a34f78..5514dc7 100644 --- a/base/utils.cl +++ b/base/utils.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id: utils.cl,v 1.7 2002/09/30 01:57:32 kevin Exp $ +;;;; $Id: utils.lisp,v 1.1 2002/09/30 10:19:01 kevin Exp $ ;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; -- 2.34.1