r9777: 15 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
authorKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 15 Jul 2004 15:33:22 +0000 (15:33 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Thu, 15 Jul 2004 15:33:22 +0000 (15:33 +0000)
        * Version 2.11.16
        * db-oracle/oracle-sql.lisp: Remove OpenMCL specific
        code in favor of fixing UFFI with James Bielman's patch

ChangeLog
db-oracle/oracle-sql.lisp
debian/changelog

index de71f942a2da264bc1381671b0cf585f99438d6e..42dc56a9cac5626e221b32ce81d81aec1e864aac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+15 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
+       * Version 2.11.16
+       * db-oracle/oracle-sql.lisp: Remove OpenMCL specific
+       code in favor of fixing UFFI with James Bielman's patch
+       
 14 Jul 2004 Kevin Rosenberg <kevin@rosenberg.net>
        * Version 2.11.15
        * db-oracle/oracle-sql.lisp: Apply patch for OpenMCL/OSX
index d4d0cdc4f8209971d117fdc81d899efa2863b15e..5ee5ce4e1290f99fd7baa588d7f8d305ce20fea7 100644 (file)
@@ -729,18 +729,6 @@ the length of that format.")
       ;; error-handling mechanism themselves) so we just assert they
       ;; work.
 
-      ;; Using (SETF DEREF-VP) to initialize this pointer fails in OpenMCL
-      ;; due to incorrect evaluation of the :POINTER-VOID argument to
-      ;; UFFI:DEREF-POINTER:
-      ;;
-      ;; > Error in process listener(1): Unknown foreign type: :g10
-      ;; > While executing: ccl::%parse-foreign-type
-      ;;
-      ;; The following works around this for OpenMCL as I'm not
-      ;; certain where the actual problem is. -- JJB 20040713
-      #+openmcl
-      (setf (uffi:deref-pointer envhp :pointer-void) +null-void-pointer+)
-      #-openmcl
       (setf (deref-vp envhp) +null-void-pointer+)
 
       #-oci7
index dae56edec3310588b547d6e32ca056943b46528d..9b9f7c65140517afa5e21f4c97ed490b272385b3 100644 (file)
@@ -1,3 +1,9 @@
+cl-sql (2.11.16-1) unstable; urgency=low
+
+  * New upstream
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Thu, 15 Jul 2004 09:32:45 -0600
+
 cl-sql (2.11.15-1) unstable; urgency=low
 
   * New upstream