r9418: rework cmucl/sbcl arrays in deref-array, allocate-foreign-object, and with...
[uffi.git] / ChangeLog
index 6a534db158e197ed85a508244c708d26655d4e64..13f8e7d86bb498ea6a0b352baf572fbaf20152d8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2004-05-20 Kevin Rosenberg (kevin@rosenberg.net)
+       * Version 1.5.0 released
+       * Reworked array allocation and dereferencing for cmu/sbcl for greater
+       consistancy/robustness. Hopefully, this won't break any packages that use
+       UFFI, but the change does slightly change the alien types of foreign variables.
+
+2004-04-15 Kevin Rosenberg (kevin@rosenberg.net)
+       * src/objects.lisp: Add new functions:
+       MAKE-POINTER and POINTER-ADDRESS
+
+2004-04-13 Kevin Rosenberg (kevin@rosenberg.net)
+       * src/string.lisp: Add new FOREIGN-STRING-LENGTH
+
+2003-08-15 Kevin Rosenberg (kevin@rosenberg.net)
+       * Added with-cast-pointer and def-foreign-var (patches submitted
+       by Edi Weitz). 
+       * Added many new tests
+       
+2002-10-16 Kevin Rosenberg (kevin@rosenberg.net)
+        * Added support for SBCL and SCL
+       
+2002-09-29 Kevin Rosenberg (kevin@rosenberg.net)
+       * Numerous changes in openmcl support (uffi now supports
+       clsql on openmcl)
+       
 2002-09-19 Kevin Rosenberg (kevin@rosenberg.net)
         - Integrate John Desoi's OpenMCL support into src-mcl
        * examples/Makefile: add section for building on MacOS X (John Desoi)