From 82d464e14bd532211d41487babe95c46e231cfd2 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Thu, 15 Jul 2004 15:33:22 +0000 Subject: [PATCH] r9777: 15 Jul 2004 Kevin Rosenberg * Version 2.11.16 * db-oracle/oracle-sql.lisp: Remove OpenMCL specific code in favor of fixing UFFI with James Bielman's patch --- ChangeLog | 5 +++++ db-oracle/oracle-sql.lisp | 12 ------------ debian/changelog | 6 ++++++ 3 files changed, 11 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index de71f94..42dc56a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +15 Jul 2004 Kevin Rosenberg + * 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 * Version 2.11.15 * db-oracle/oracle-sql.lisp: Apply patch for OpenMCL/OSX diff --git a/db-oracle/oracle-sql.lisp b/db-oracle/oracle-sql.lisp index d4d0cdc..5ee5ce4 100644 --- a/db-oracle/oracle-sql.lisp +++ b/db-oracle/oracle-sql.lisp @@ -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 diff --git a/debian/changelog b/debian/changelog index dae56ed..9b9f7c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-sql (2.11.16-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Thu, 15 Jul 2004 09:32:45 -0600 + cl-sql (2.11.15-1) unstable; urgency=low * New upstream -- 2.34.1