r2186: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 5 Jul 2002 17:06:45 +0000 (17:06 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Fri, 5 Jul 2002 17:06:45 +0000 (17:06 +0000)
ChangeLog
clsql-aodbc.system
clsql-base.system
clsql-mysql.system
clsql-postgresql-socket.system
clsql-postgresql.system
clsql-uffi.system
clsql.system
debian/changelog
set-cl-library.cl

index 3b46c70c13b285b23cfa273b32f7a6c2d7a671c0..dde0c9d33ee9374775b305ce12b9fc2540904d99 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+05 Jul 2002 Kevin Rosenberg (kevin@rosenberg.net)
+       * Change case of logical host
+       
 14 May 2002 Kevin Rosenberg (kevin@rosenberg.net)
        * clsql-base.system: Added base package that can be used without
        high-level SQL commands. Used for adding support for UncommonSQL.
index 4cb2fe638fbb70628a7aed25d2d2c352529b6a07..afce921c86fc78b68f7a2538895e46ec61db5b24 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: clsql-aodbc.system,v 1.6 2002/05/27 17:19:29 kevin Exp $
+;;;; $Id: clsql-aodbc.system,v 1.7 2002/07/05 17:05:45 kevin Exp $
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -20,9 +20,9 @@
 (in-package :make)
 
 (defsystem :clsql-aodbc
-    :source-pathname "CL-LIBRARY:clsql;interfaces;aodbc;"
+    :source-pathname "cl-library:clsql;interfaces;aodbc;"
     :source-extension "cl"
-    :binary-pathname "CL-LIBRARY:clsql;interfaces;aodbc;bin;"
+    :binary-pathname "cl-library:clsql;interfaces;aodbc;bin;"
     :components ((:file "aodbc-package")
                 (:file "aodbc-sql" :depends-on ("aodbc-package")))
     :depends-on (:clsql-base))
index b22e34f44e7ebe05becd2e882fee1ab03c8e58b8..07675b7cfb8eb73dbc0d7e087089563299b3852f 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: clsql-base.system,v 1.6 2002/05/15 17:19:42 kevin Exp $
+;;;; $Id: clsql-base.system,v 1.7 2002/07/05 17:05:45 kevin Exp $
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -28,9 +28,9 @@
 ;;; System definitions
 
 (mk:defsystem :clsql-base
-    :source-pathname "CL-LIBRARY:clsql;base;"
+    :source-pathname "cl-library:clsql;base;"
     :source-extension "cl"
-    :binary-pathname "CL-LIBRARY:clsql;base;bin;"
+    :binary-pathname "cl-library:clsql;base;bin;"
     :components ((:file "cmucl-compat")
                 (:file "package")
                 (:file "utils" :depends-on ("package"))
index dacf165ec868c841b39e38921864324f4dfb1f33..a3e7d8a7e460fb2a2af151ba69999d59ef63eef1 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg\r
 ;;;; Date Started:  Feb 2002\r
 ;;;;\r
-;;;; $Id: clsql-mysql.system,v 1.13 2002/05/14 16:25:29 kevin Exp $\r
+;;;; $Id: clsql-mysql.system,v 1.14 2002/07/05 17:05:45 kevin Exp $\r
 ;;;;\r
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg\r
 ;;;;\r
@@ -23,9 +23,9 @@
 ;;; System definition\r
 \r
 (mk:defsystem :clsql-mysql\r
-    :source-pathname "CL-LIBRARY:clsql;interfaces;mysql;"\r
+    :source-pathname "cl-library:clsql;interfaces;mysql;"\r
     :source-extension "cl"\r
-    :binary-pathname "CL-LIBRARY:clsql;interfaces;mysql;bin;"\r
+    :binary-pathname "cl-library:clsql;interfaces;mysql;bin;"\r
     :components ((:file "mysql-package")\r
                 (:file "mysql-loader" :depends-on ("mysql-package"))\r
                 (:file "mysql-api" :depends-on ("mysql-loader"))\r
index aa35889c528c60727ec5985bdbab85eb617401a6..c95b31cff1fa454ea124a04bc40b965ccd601806 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg\r
 ;;;; Date Started:  Feb 2002\r
 ;;;;\r
-;;;; $Id: clsql-postgresql-socket.system,v 1.7 2002/05/13 22:05:20 kevin Exp $\r
+;;;; $Id: clsql-postgresql-socket.system,v 1.8 2002/07/05 17:05:45 kevin Exp $\r
 ;;;;\r
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg\r
 ;;;;\r
@@ -22,9 +22,9 @@
 ;;; System definition\r
 \r
 (defsystem :clsql-postgresql-socket\r
-    :source-pathname "CL-LIBRARY:clsql;interfaces;postgresql-socket;"\r
+    :source-pathname "cl-library:clsql;interfaces;postgresql-socket;"\r
     :source-extension "cl"\r
-    :binary-pathname "CL-LIBRARY:clsql;interfaces;postgresql-socket;bin;"\r
+    :binary-pathname "cl-library:clsql;interfaces;postgresql-socket;bin;"\r
     :components ((:file "postgresql-socket-package")\r
                 (:file "postgresql-socket-api"\r
                        :depends-on ("postgresql-socket-package"))\r
index 13c840d7e294d44f2ee5c4206ada28094bc61d8f..59465e7b49a15eb658cb3ae63c21aa79ec518376 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg\r
 ;;;; Date Started:  Feb 2002\r
 ;;;;\r
-;;;; $Id: clsql-postgresql.system,v 1.7 2002/05/13 22:05:20 kevin Exp $\r
+;;;; $Id: clsql-postgresql.system,v 1.8 2002/07/05 17:05:45 kevin Exp $\r
 ;;;;\r
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg\r
 ;;;;\r
@@ -20,9 +20,9 @@
 (in-package :make)\r
 \r
 (defsystem :clsql-postgresql\r
-    :source-pathname "CL-LIBRARY:clsql;interfaces;postgresql;"\r
+    :source-pathname "cl-library:clsql;interfaces;postgresql;"\r
     :source-extension "cl"\r
-    :binary-pathname "CL-LIBRARY:clsql;interfaces;postgresql;bin;"\r
+    :binary-pathname "cl-library:clsql;interfaces;postgresql;bin;"\r
     :source-extension "cl"\r
     :components ((:file "postgresql-package")\r
                 (:file "postgresql-loader" :depends-on ("postgresql-package"))\r
index 5973b672740e10b4aedcac2d71592276e1901d5e..0f2c472e3d1b7aebd50d449a1475b9bac5f46f39 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: clsql-uffi.system,v 1.3 2002/05/13 13:18:36 marc.battyani Exp $
+;;;; $Id: clsql-uffi.system,v 1.4 2002/07/05 17:05:45 kevin Exp $
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -23,9 +23,9 @@
 ;;; System definition
 
 (mk:defsystem :clsql-uffi
-    :source-pathname "CL-LIBRARY:clsql;interfaces;clsql-uffi;"
+    :source-pathname "cl-library:clsql;interfaces;clsql-uffi;"
     :source-extension "cl"
-    :binary-pathname "CL-LIBRARY:clsql;interfaces;clsql-uffi;bin;"
+    :binary-pathname "cl-library:clsql;interfaces;clsql-uffi;bin;"
     :components ((:file "clsql-uffi-package")
                 (:file "clsql-uffi-loader" :depends-on ("clsql-uffi-package"))
                 (:file "clsql-uffi" :depends-on ("clsql-uffi-loader")))
index 9efc2ad8a038b8a3d22a92c4847af72aac370fcf..f4825151510e6614e069de9d8c3151afbc1c53a9 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: clsql.system,v 1.15 2002/05/27 17:19:30 kevin Exp $
+;;;; $Id: clsql.system,v 1.16 2002/07/05 17:05:45 kevin Exp $
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -28,9 +28,9 @@
 ;;; System definitions
 
 (mk:defsystem :clsql
-    :source-pathname "CL-LIBRARY:clsql;sql;"
+    :source-pathname "cl-library:clsql;sql;"
     :source-extension "cl"
-    :binary-pathname "CL-LIBRARY:clsql;sql;bin;"
+    :binary-pathname "cl-library:clsql;sql;bin;"
     :components ((:file "package")
                 (:file "pool" :depends-on ("package"))
                 (:file "loop-extension")
index 37c7e1e75ba2cb51c363c8be25749f72151f65bb..4b40c56e54f8d57b41aea993ee57b5f3134383c0 100644 (file)
@@ -1,3 +1,9 @@
+cl-sql (0.7.2-1) unstable; urgency=low
+
+  * New upstream version.
+
+ -- Kevin M. Rosenberg <kevin@rosenberg.net>  Fri,  5 Jul 2002 11:06:21 -0600
+
 cl-sql (0.7.1-2) unstable; urgency=low
 
   * Additions to the copyright file
index 1d18e5ef4de9141122f66bb764bac12ca56ea10f..689113c639f48031f600a3d50aff92b0af065cb0 100644 (file)
@@ -18,7 +18,7 @@
 ;; This mirrors the expectation of Common Lisp Controller's pathnames
 
 (handler-case
-    (logical-pathname-translations "CL-LIBRARY")
+    (logical-pathname-translations "cl-library")
   (error ()
         (let* ((dir (pathname-directory *load-truename*))
                (parent-dir (subseq dir 0 (1- (length dir)))))
                           :device (pathname-device *load-truename*)
                           :directory parent-dir))))
   (:no-error (translation)
-            ;; Make sure that CL-LIBRARY points to this installation
+            ;; Make sure that cl-library points to this installation
             (let* ((dir (pathname-directory *load-truename*))
                    (base-dir (car (last dir)))
                    (logical-dir (translate-logical-pathname 
                                  (concatenate 'string
-                                              "CL-LIBRARY:" base-dir ";"))))
+                                              "cl-library:" base-dir ";"))))
               (unless (equalp dir (pathname-directory logical-dir))
                 (let ((*print-circle* nil))
-                  (error "CL-LIBRARY:~A; directory ~S does not equal *load-truename*'s directory ~S"
+                  (error "cl-library:~A; directory ~S does not equal *load-truename*'s directory ~S"
                          base-dir (cdr dir)
                          (cdr (pathname-directory logical-dir))))))))