r5559: Automatic commit for debian_version_1_3_4-1
authorKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 26 Aug 2003 13:29:31 +0000 (13:29 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Tue, 26 Aug 2003 13:29:31 +0000 (13:29 +0000)
debian/changelog
src/aggregates.lisp

index 53dd39193d42af10214b0f33732d5eea4054758a..9102acc5b32e0dd5f18541351c5c0386531ae2b3 100644 (file)
@@ -1,8 +1,14 @@
+cl-uffi (1.3.4-1) unstable; urgency=low
+
+  * New upstream
+
+ -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 26 Aug 2003 07:29:19 -0600
+
 cl-uffi (1.3.3-1) unstable; urgency=low
 
   * Add gettimeofday to tests
 
- -- Kevin M. Rosenberg <kmr@debian.org>  Sat, 23 Aug 2003 06:36:28 -0600
+ -- Kevin M. Rosenberg <kmr@debian.org>  Tue, 26 Aug 2003 07:29:07 -0600
 
 cl-uffi (1.3.2-1) unstable; urgency=low
 
index ae86bbe2b4d83db4156eacf551a804616fe05be1..cea43e687aaaa0592a0917781cbc1d584ce39eb1 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: aggregates.lisp,v 1.8 2003/08/13 18:53:42 kevin Exp $
+;;;; $Id: aggregates.lisp,v 1.9 2003/08/26 13:29:31 kevin Exp $
 ;;;;
 ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -162,7 +162,7 @@ of the enum-name name, separator-string, and field-name"
   #+(or lispworks cmu sbcl scl) (declare (ignore type))
   #+(or cmu scl)  `(alien:deref ,obj ,i)
   #+sbcl  `(sb-alien:deref ,obj ,i)
-  #+lispworks `(fli:dereference ,obj :index ,i)
+  #+lispworks `(fli:dereference ,obj :index ,i :copy-foreign-object nil)
   #+allegro `(ff:fslot-value-typed (quote ,(convert-from-uffi-type type :type)) :c ,obj ,i)
   #+mcl
   (let* ((array-type (array-type type))